|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.caucho.loader.ivy.IvyModule
public class IvyModule
IvyModule configuration
Method Summary | |
---|---|
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()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |