Class

sbt.internal.librarymanagement

InlineIvyConfiguration

Related Doc: package librarymanagement

Permalink

final class InlineIvyConfiguration extends IvyConfiguration

Linear Supertypes
IvyConfiguration, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. InlineIvyConfiguration
  2. IvyConfiguration
  3. AnyRef
  4. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

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

    Permalink
  2. new InlineIvyConfiguration(paths: IvyPaths, resolvers: Seq[Resolver], otherResolvers: Seq[Resolver], moduleConfigurations: Seq[ModuleConfiguration], localOnly: Boolean, lock: Option[GlobalLock], checksums: Seq[String], resolutionCacheDir: Option[File], log: Logger)

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 0.13.6) Use the variant that accepts updateOptions.

  3. new InlineIvyConfiguration(paths: IvyPaths, resolvers: Seq[Resolver], otherResolvers: Seq[Resolver], moduleConfigurations: Seq[ModuleConfiguration], localOnly: Boolean, lock: Option[GlobalLock], checksums: Seq[String], log: Logger)

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 0.13.0) Use the variant that accepts resolutionCacheDir and updateOptions.

Type Members

  1. type This = InlineIvyConfiguration

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def baseDirectory: File

    Permalink
  6. def changeResolvers(newResolvers: Seq[Resolver]): InlineIvyConfiguration

    Permalink
  7. val checksums: Seq[String]

    Permalink
  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  10. def equals(o: Any): Boolean

    Permalink
    Definition Classes
    InlineIvyConfiguration → AnyRef → Any
  11. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  13. def hashCode(): Int

    Permalink
    Definition Classes
    InlineIvyConfiguration → AnyRef → Any
  14. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  15. val localOnly: Boolean

    Permalink
  16. val lock: Option[GlobalLock]

    Permalink
  17. val log: Logger

    Permalink
  18. val moduleConfigurations: Seq[ModuleConfiguration]

    Permalink
  19. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  20. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  21. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  22. val otherResolvers: Seq[Resolver]

    Permalink
  23. val paths: IvyPaths

    Permalink
  24. val resolutionCacheDir: Option[File]

    Permalink
  25. val resolvers: Seq[Resolver]

    Permalink
  26. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  27. def toString(): String

    Permalink
    Definition Classes
    InlineIvyConfiguration → AnyRef → Any
  28. val updateOptions: UpdateOptions

    Permalink
  29. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. def withBase(newBase: File): InlineIvyConfiguration

    Permalink

Inherited from IvyConfiguration

Inherited from AnyRef

Inherited from Any

Ungrouped