InlineIvyConfiguration

final
class InlineIvyConfiguration extends IvyConfiguration with Serializable
Companion
object
trait Serializable
class Object
trait Matchable
class Any

Value members

Concrete methods

override
def equals(o: Any): Boolean
Definition Classes
override
def hashCode: Int
Definition Classes
override
def toString: String
Definition Classes
def withChecksums(checksums: Vector[String]): InlineIvyConfiguration
def withLock(lock: Option[GlobalLock]): InlineIvyConfiguration
def withLock(lock: GlobalLock): 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 withResolutionCacheDir(resolutionCacheDir: Option[File]): InlineIvyConfiguration
def withResolutionCacheDir(resolutionCacheDir: File): InlineIvyConfiguration
def withResolvers(resolvers: Vector[Resolver]): InlineIvyConfiguration

Concrete fields

val checksums: Vector[String]
val managedChecksums: Boolean
val moduleConfigurations: Vector[ModuleConfiguration]
val otherResolvers: Vector[Resolver]
val paths: Option[IvyPaths]
val resolutionCacheDir: Option[File]
val resolvers: Vector[Resolver]