case class Configuration(dataDir: Option[File], disabledInspections: List[String], enabledInspections: List[String], ignoredFiles: List[String], consoleOutput: Boolean, verbose: Boolean, reports: Reports, customInspectors: Seq[Inspection], sourcePrefix: String, minimalLevel: Level, overrideLevels: Map[String, Level]) extends Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Configuration
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new Configuration(dataDir: Option[File], disabledInspections: List[String], enabledInspections: List[String], ignoredFiles: List[String], consoleOutput: Boolean, verbose: Boolean, reports: Reports, customInspectors: Seq[Inspection], sourcePrefix: String, minimalLevel: Level, overrideLevels: Map[String, Level])
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- val consoleOutput: Boolean
- val customInspectors: Seq[Inspection]
- val dataDir: Option[File]
- val disabledInspections: List[String]
- val enabledInspections: List[String]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- val ignoredFiles: List[String]
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val minimalLevel: Level
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val overrideLevels: Map[String, Level]
- val reports: Reports
- val sourcePrefix: String
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- val verbose: Boolean
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()