com.caucho.loader.ivy
Class IvyManager
java.lang.Object
com.caucho.loader.ivy.IvyManager
public class IvyManager
- extends java.lang.Object
Class loader which uses an ivy dependency
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
IvyManager
public IvyManager()
createCache
public IvyCache createCache()
setIvyFile
public void setIvyFile(Path ivyFile)
configureIvyFile
public IvyModule configureIvyFile(Path ivyFile)
findIvyModule
public IvyModule findIvyModule(Path ivyFile)
resolve
public java.util.ArrayList<Path> resolve()
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object