jove.sbt

IvyActions

object IvyActions

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

Value Members

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

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

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

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

  5. final def asInstanceOf[T0]: T0

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

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

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

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

  9. def clone(): AnyRef

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

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

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

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

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

  15. def finalize(): Unit

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

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

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

  19. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  20. 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'.

  21. final def isInstanceOf[T0]: Boolean

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

    Creates a Maven pom from the given Ivy configuration

  23. def mapArtifacts(module: ModuleDescriptor, cross: Option[(String) ⇒ String], artifacts: Map[Artifact, File]): Seq[(org.apache.ivy.core.module.descriptor.Artifact, File)]

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

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

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

    Definition Classes
    AnyRef
  27. def publish(module: ModuleDescriptor, artifacts: Seq[(org.apache.ivy.core.module.descriptor.Artifact, File)], resolver: DependencyResolver, overwrite: Boolean): Unit

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

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

    Definition Classes
    AnyRef
  30. def toString(): String

    Definition Classes
    AnyRef → Any
  31. 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.

  32. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def processUnresolved(err: ResolveException, log: Logger): Unit

    Annotations
    @deprecated
    Deprecated

    (Since version 0.13.6) No longer used.

  2. def transitiveScratch(ivySbt: IvySbt, label: String, config: GetClassifiersConfiguration, log: Logger): UpdateReport

    Annotations
    @deprecated
    Deprecated

    (Since version 0.13.6) This is no longer public.

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

    Annotations
    @deprecated
    Deprecated

    (Since version 0.13.6) This is no longer public.

Inherited from AnyRef

Inherited from Any

Ungrouped