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
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: Vector[String], exclude: Map[ModuleID, Set[String]]): UpdateReport
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def cleanCache(ivy: IvySbt, log: Logger): Unit

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

  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  8. def deliver(module: Module, configuration: PublishConfiguration, log: Logger): File
  9. def deliveredFile(ivy: Ivy, pattern: String, md: ModuleDescriptor): File
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  12. def extractExcludes(report: UpdateReport): Map[ModuleID, Set[String]]
  13. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  15. def getConfigurations(module: ModuleDescriptor, configurations: Option[Vector[ConfigRef]]): Array[String]
  16. def grouped[T](grouping: (ModuleID) ⇒ T)(mods: Seq[ModuleID]): Map[T, Set[String]]
  17. def groupedConflicts[T](moduleFilter: ModuleFilter, grouping: (ModuleID) ⇒ T)(report: UpdateReport): Map[T, Set[String]]
  18. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  19. 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'.

  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. def makePomFile(module: Module, configuration: MakePomConfiguration, log: Logger): File

    Creates a Maven pom from the given Ivy configuration

  22. def mapArtifacts(module: ModuleDescriptor, cross: Option[(String) ⇒ String], artifacts: Map[Artifact, File]): Vector[(Artifact, File)]
  23. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  25. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  26. def publish(module: ModuleDescriptor, artifacts: Seq[(Artifact, File)], resolver: DependencyResolver, overwrite: Boolean): Unit
  27. def publish(module: Module, configuration: PublishConfiguration, log: Logger): Unit
  28. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  29. implicit def toIvyFilter(f: ArtifactTypeFilter): Filter
  30. def toString(): String
    Definition Classes
    AnyRef → Any
  31. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from AnyRef

Inherited from Any

Ungrouped