public class IvyModule
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
void |
addBuilderProgram(ConfigProgram program)
Ignore unknown properties
|
com.caucho.loader.ivy.IvyModule.Dependencies |
createDependencies()
Adds dependencies
|
IvyInfo |
createInfo() |
Path |
getArtifactPath()
The path to the artifact
|
java.util.ArrayList<IvyDependency> |
getDependencyList() |
IvyInfo |
getInfo() |
Path |
getIvyPath()
The path to the ivy configuration file.
|
boolean |
isMatch(java.lang.String org,
java.lang.String module) |
void |
resolve()
Resolves the module
|
void |
setArtifactPath(Path artifactPath)
The path to the artifact
|
void |
setIvyPath(Path ivyPath)
The path to the ivy configuration file.
|
void |
setVersion(java.lang.String version) |
java.lang.String |
toString() |
public void resolve()
public Path getIvyPath()
public void setIvyPath(Path ivyPath)
public Path getArtifactPath()
public void setArtifactPath(Path artifactPath)
public com.caucho.loader.ivy.IvyModule.Dependencies createDependencies()
public java.util.ArrayList<IvyDependency> getDependencyList()
public void setVersion(java.lang.String version)
public IvyInfo createInfo()
public boolean isMatch(java.lang.String org, java.lang.String module)
public IvyInfo getInfo()
public void addBuilderProgram(ConfigProgram program)
public java.lang.String toString()
toString
in class java.lang.Object