Packages

final class IvyFileConfiguration extends ModuleSettings with Serializable

Linear Supertypes
ModuleSettings, Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. IvyFileConfiguration
  2. ModuleSettings
  3. Serializable
  4. Serializable
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. val autoScalaTools: Boolean
  2. def equals(o: Any): Boolean
    Definition Classes
    IvyFileConfigurationModuleSettings → AnyRef → Any
  3. val file: File
  4. def hashCode(): Int
    Definition Classes
    IvyFileConfigurationModuleSettings → AnyRef → Any
  5. val scalaModuleInfo: Option[ScalaModuleInfo]
    Definition Classes
    ModuleSettings
  6. def toString(): String
    Definition Classes
    IvyFileConfigurationModuleSettings → AnyRef → Any
  7. val validate: Boolean
    Definition Classes
    ModuleSettings
  8. def withAutoScalaTools(autoScalaTools: Boolean): IvyFileConfiguration
  9. def withFile(file: File): IvyFileConfiguration
  10. def withScalaModuleInfo(scalaModuleInfo: ScalaModuleInfo): IvyFileConfiguration
  11. def withScalaModuleInfo(scalaModuleInfo: Option[ScalaModuleInfo]): IvyFileConfiguration
  12. def withValidate(validate: Boolean): IvyFileConfiguration