final class IvyFileConfiguration extends ModuleSettings with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- IvyFileConfiguration
- ModuleSettings
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
- val autoScalaTools: Boolean
-
def
equals(o: Any): Boolean
- Definition Classes
- IvyFileConfiguration → ModuleSettings → AnyRef → Any
- val file: File
-
def
hashCode(): Int
- Definition Classes
- IvyFileConfiguration → ModuleSettings → AnyRef → Any
-
val
scalaModuleInfo: Option[ScalaModuleInfo]
- Definition Classes
- ModuleSettings
-
def
toString(): String
- Definition Classes
- IvyFileConfiguration → ModuleSettings → AnyRef → Any
-
val
validate: Boolean
- Definition Classes
- ModuleSettings
- def withAutoScalaTools(autoScalaTools: Boolean): IvyFileConfiguration
- def withFile(file: File): IvyFileConfiguration
- def withScalaModuleInfo(scalaModuleInfo: ScalaModuleInfo): IvyFileConfiguration
- def withScalaModuleInfo(scalaModuleInfo: Option[ScalaModuleInfo]): IvyFileConfiguration
- def withValidate(validate: Boolean): IvyFileConfiguration