sbt

IvyActions

object IvyActions extends AnyRef

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

Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. def addExcluded(report: UpdateReport, classifiers: Seq[String], exclude: Map[ModuleID, Set[String]]): UpdateReport

  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. def classifiedArtifacts(name: String, classifiers: Seq[String]): Seq[Artifact]

  9. def classifiedArtifacts(classifiers: Seq[String], exclude: Map[ModuleID, Set[String]])(m: ModuleID): Option[ModuleID]

  10. def cleanCache(ivy: IvySbt, log: Logger): Unit

    Clears the Ivy cache, as configured by 'config'.

  11. def clone(): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  12. def deliver(module: Module, configuration: DeliverConfiguration, log: Logger): File

  13. def deliveredFile(ivy: Ivy, pattern: String, md: ModuleDescriptor): File

  14. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  15. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  16. def extractExcludes(report: UpdateReport): Map[ModuleID, Set[String]]

  17. def finalize(): Unit

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

    Definition Classes
    AnyRef → Any
  19. def grouped[T](grouping: (ModuleID) ⇒ T)(mods: Seq[ModuleID]): Map[T, Set[String]]

  20. def groupedConflicts[T](moduleFilter: ModuleFilter, grouping: (ModuleID) ⇒ T)(report: UpdateReport): Map[T, Set[String]]

  21. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  22. def install(module: Module, from: String, to: String, log: Logger): Unit

    Installs the dependencies of the given 'module' from the resolver named 'from' to the resolver named 'to'.

  23. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  24. def makePom(module: Module, configuration: MakePomConfiguration, log: Logger): Unit

    Creates a Maven pom from the given Ivy configuration

  25. def mapArtifacts(module: ModuleDescriptor, cross: Option[(String) ⇒ String], artifacts: Map[Artifact, File]): Seq[(Artifact, File)]

  26. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  27. final def notify(): Unit

    Definition Classes
    AnyRef
  28. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  29. def processUnresolved(err: ResolveException, log: Logger): Unit

  30. def publish(module: ModuleDescriptor, artifacts: Seq[(Artifact, File)], resolver: DependencyResolver, overwrite: Boolean): Unit

  31. def publish(module: Module, configuration: PublishConfiguration, log: Logger): Unit

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

    Definition Classes
    AnyRef
  33. def toString(): String

    Definition Classes
    AnyRef → Any
  34. def transitiveScratch(ivySbt: IvySbt, label: String, config: GetClassifiersConfiguration, log: Logger): UpdateReport

  35. def update(module: Module, configuration: UpdateConfiguration, log: Logger): UpdateReport

    Resolves and retrieves dependencies.

    Resolves and retrieves dependencies. 'ivyConfig' is used to produce an Ivy file and configuration. 'updateConfig' configures the actual resolution and retrieval process.

  36. def updateClassifiers(ivySbt: IvySbt, config: GetClassifiersConfiguration, log: Logger): UpdateReport

  37. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from AnyRef

Inherited from Any