final class InlineIvyConfiguration extends IvyConfiguration with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- InlineIvyConfiguration
- IvyConfiguration
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
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
- val checksums: Vector[String]
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(o: Any): Boolean
- Definition Classes
- InlineIvyConfiguration → IvyConfiguration → AnyRef → Any
-
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()
-
def
hashCode(): Int
- Definition Classes
- InlineIvyConfiguration → IvyConfiguration → AnyRef → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
val
lock: Option[GlobalLock]
- Definition Classes
- IvyConfiguration
-
val
log: Option[Logger]
- Definition Classes
- IvyConfiguration
- val managedChecksums: Boolean
- val moduleConfigurations: Vector[ModuleConfiguration]
-
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 otherResolvers: Vector[Resolver]
- val paths: Option[IvyPaths]
- val resolutionCacheDir: Option[File]
- val resolvers: Vector[Resolver]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- InlineIvyConfiguration → IvyConfiguration → AnyRef → Any
-
val
updateOptions: UpdateOptions
- Definition Classes
- IvyConfiguration
-
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()
- def withChecksums(checksums: Vector[String]): InlineIvyConfiguration
- def withLock(lock: GlobalLock): InlineIvyConfiguration
- def withLock(lock: Option[GlobalLock]): InlineIvyConfiguration
- def withLog(log: Logger): InlineIvyConfiguration
- def withLog(log: Option[Logger]): InlineIvyConfiguration
- def withManagedChecksums(managedChecksums: Boolean): InlineIvyConfiguration
- def withModuleConfigurations(moduleConfigurations: Vector[ModuleConfiguration]): InlineIvyConfiguration
- def withOtherResolvers(otherResolvers: Vector[Resolver]): InlineIvyConfiguration
- def withPaths(paths: IvyPaths): InlineIvyConfiguration
- def withPaths(paths: Option[IvyPaths]): InlineIvyConfiguration
- def withResolutionCacheDir(resolutionCacheDir: File): InlineIvyConfiguration
- def withResolutionCacheDir(resolutionCacheDir: Option[File]): InlineIvyConfiguration
- def withResolvers(resolvers: Vector[Resolver]): InlineIvyConfiguration
- def withUpdateOptions(updateOptions: UpdateOptions): InlineIvyConfiguration