object InlineIvyConfiguration extends Serializable

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

Value Members

  1. def apply(lock: GlobalLock, log: Logger, updateOptions: UpdateOptions, paths: IvyPaths, resolvers: Vector[Resolver], otherResolvers: Vector[Resolver], moduleConfigurations: Vector[ModuleConfiguration], checksums: Vector[String], managedChecksums: Boolean, resolutionCacheDir: File): InlineIvyConfiguration
  2. def apply(lock: Option[GlobalLock], log: Option[Logger], updateOptions: UpdateOptions, paths: Option[IvyPaths], resolvers: Vector[Resolver], otherResolvers: Vector[Resolver], moduleConfigurations: Vector[ModuleConfiguration], checksums: Vector[String], managedChecksums: Boolean, resolutionCacheDir: Option[File]): InlineIvyConfiguration
  3. def apply(): InlineIvyConfiguration

Deprecated Value Members

  1. def apply(paths: IvyPaths, resolvers: Vector[Resolver], otherResolvers: Vector[Resolver], moduleConfigurations: Vector[ModuleConfiguration], lock: Option[GlobalLock], checksums: Vector[String], managedChecksums: Boolean, resolutionCacheDir: Option[File], updateOptions: UpdateOptions, log: Logger): InlineIvyConfiguration

    Provided for backward compatibility.

    Provided for backward compatibility.

    Annotations
    @deprecated
    Deprecated

    (Since version 1.2.0) Use an alternative apply