object
CopyPasteDetector extends Plugin with Settings
Value Members
-
final
def
!=(arg0: AnyRef): Boolean
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: AnyRef): Boolean
-
final
def
==(arg0: Any): Boolean
-
final
def
asInstanceOf[T0]: T0
-
def
buildSettings: Seq[sbt.Project.Setting[_]]
-
def
clone(): AnyRef
-
val
cpd: TaskKey[Unit]
-
def
cpdAction(reportSettings: ReportSettings, sourceSettings: SourceSettings, maxMem: Int, classpath: Classpath, streams: TaskStreams): Unit
-
val
cpdClasspath: TaskKey[Classpath]
-
val
cpdLanguage: SettingKey[Language]
-
val
cpdMaxMemoryInMB: SettingKey[Int]
-
val
cpdMinimumTokens: SettingKey[Int]
-
val
cpdReportFileEncoding: SettingKey[String]
-
val
cpdReportName: SettingKey[String]
-
val
cpdReportSettings: TaskKey[ReportSettings]
-
val
cpdReportType: SettingKey[ReportType]
-
val
cpdSettings: Seq[sbt.Project.Setting[_ >: sbt.Task[Unit] with sbt.Task[Seq[sbt.Attributed[java.io.File]]] with sbt.Task[de.johoop.cpd4sbt.CopyPasteDetector.SourceSettings] with sbt.Task[de.johoop.cpd4sbt.CopyPasteDetector.ReportSettings] with de.johoop.cpd4sbt.ReportType.Value with de.johoop.cpd4sbt.Language.Value with java.lang.String with Int with Seq[java.io.File] with java.io.File with Seq[sbt.ModuleID] with Seq[sbt.Configuration]]]
-
val
cpdSourceDirectories: SettingKey[Seq[File]]
-
val
cpdSourceEncoding: SettingKey[String]
-
val
cpdSourceSettings: TaskKey[SourceSettings]
-
val
cpdTargetPath: SettingKey[File]
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
finalize(): Unit
-
final
def
getClass(): java.lang.Class[_]
-
def
globalSettings: Seq[sbt.Project.Setting[_]]
-
def
hashCode(): Int
-
final
def
isInstanceOf[T0]: Boolean
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
def
projectSettings: Seq[sbt.Project.Setting[_]]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
Deprecated Value Members
-
def
settings: Seq[sbt.Project.Setting[_]]
Inherited from Settings
Inherited from Plugin
Inherited from AnyRef
Inherited from Any