|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.caucho.loader.Loader
com.caucho.loader.JarListLoader
com.caucho.loader.ivy.IvyLoader
public class IvyLoader
Class loader which uses an ivy dependency
Field Summary |
---|
Fields inherited from class com.caucho.loader.JarListLoader |
---|
_jarList |
Constructor Summary | |
---|---|
IvyLoader()
Creates a new ivy loader. |
Method Summary | |
---|---|
void |
addDependency(IvyDependency dependency)
Adds an ivy dependency |
IvyCache |
createCache()
Sets the ivy cache |
Path |
getIvyFile()
The ivy loader's path. |
void |
init()
Initialize |
boolean |
isModified()
True if any of the loaded classes have been modified. |
boolean |
logModified(java.util.logging.Logger log)
True if the classes in the directory have changed. |
void |
setIvyFile(Path path)
The ivy loader's configuration path. |
java.lang.String |
toString()
|
Methods inherited from class com.caucho.loader.JarListLoader |
---|
addJar, buildClassPath, clearJars, getClassEntry, getPath, getResources, isJarCacheEnabled, setLoader, validate |
Methods inherited from class com.caucho.loader.Loader |
---|
buildSourcePath, destroy, getClassLoader, getCodeSource, getHashCrc, getResource, getResourceAsStream, isDirectoryLoader, loadClass |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public IvyLoader()
Method Detail |
---|
public void setIvyFile(Path path)
public Path getIvyFile()
public IvyCache createCache()
public void addDependency(IvyDependency dependency)
@PostConstruct public void init() throws ConfigException
init
in class JarListLoader
ConfigException
public boolean isModified()
isModified
in interface Dependency
isModified
in class JarListLoader
public boolean logModified(java.util.logging.Logger log)
logModified
in interface Dependency
logModified
in class JarListLoader
public java.lang.String toString()
toString
in class JarListLoader
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |