object IvyActions
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- IvyActions
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def addExcluded(report: UpdateReport, classifiers: Vector[String], exclude: Map[ModuleID, Set[String]]): UpdateReport
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
cleanCache(ivy: IvySbt, log: Logger): Unit
Clears the Ivy cache, as configured by 'config'.
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- def deliver(module: Module, configuration: PublishConfiguration, log: Logger): File
- def deliveredFile(ivy: Ivy, pattern: String, md: ModuleDescriptor): File
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def extractExcludes(report: UpdateReport): Map[ModuleID, Set[String]]
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def getConfigurations(module: ModuleDescriptor, configurations: Option[Vector[ConfigRef]]): Array[String]
- def grouped[T](grouping: (ModuleID) ⇒ T)(mods: Seq[ModuleID]): Map[T, Set[String]]
- def groupedConflicts[T](moduleFilter: ModuleFilter, grouping: (ModuleID) ⇒ T)(report: UpdateReport): Map[T, Set[String]]
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
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'.
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
makePomFile(module: Module, configuration: MakePomConfiguration, log: Logger): File
Creates a Maven pom from the given Ivy configuration
- def mapArtifacts(module: ModuleDescriptor, cross: Option[(String) ⇒ String], artifacts: Map[Artifact, File]): Vector[(Artifact, File)]
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def publish(module: ModuleDescriptor, artifacts: Seq[(Artifact, File)], resolver: DependencyResolver, overwrite: Boolean): Unit
- def publish(module: Module, configuration: PublishConfiguration, log: Logger): Unit
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- implicit def toIvyFilter(f: ArtifactTypeFilter): Filter
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()