abstract class IvyConfiguration extends Serializable
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- IvyConfiguration
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new IvyConfiguration()
- new IvyConfiguration(lock: Option[GlobalLock], log: Option[Logger], updateOptions: UpdateOptions)
Value Members
-
def
equals(o: Any): Boolean
- Definition Classes
- IvyConfiguration → AnyRef → Any
-
def
hashCode(): Int
- Definition Classes
- IvyConfiguration → AnyRef → Any
- val lock: Option[GlobalLock]
- val log: Option[Logger]
-
def
toString(): String
- Definition Classes
- IvyConfiguration → AnyRef → Any
- val updateOptions: UpdateOptions