|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.caucho.server.repository.ModuleRepository
public class ModuleRepository
The module repository holds the module jars for osgi and ivy.
| Constructor Summary | |
|---|---|
ModuleRepository()
The module repository is created once by the Management class. |
|
| Method Summary | |
|---|---|
void |
addResolver(ResolverConfig resolverConfig)
|
Path |
findArtifact(java.lang.String org,
java.lang.String module,
java.lang.String rev,
java.lang.String ext)
Returns the path to the named artifact if it exists. |
static ModuleRepository |
getCurrent()
Returns the current repository. |
void |
init()
|
void |
setPath(Path root)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ModuleRepository()
| Method Detail |
|---|
public void setPath(Path root)
public void addResolver(ResolverConfig resolverConfig)
public void init()
public static ModuleRepository getCurrent()
public Path findArtifact(java.lang.String org,
java.lang.String module,
java.lang.String rev,
java.lang.String ext)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||