|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object de.matthias_burbach.deputy.core.repository.PomLoader
Allows centralization of POM document loading and building in order to cache most effectively because loading and building many POMs is performance critical.
Method Summary | |
void |
clearCache()
Clears the internal cache of already loaded POM documents. |
static PomLoader |
getInstance()
|
org.jdom.Document |
loadPom(java.lang.String path)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static PomLoader getInstance()
public void clearCache()
public org.jdom.Document loadPom(java.lang.String path)
path
- The absolute path of the Maven project object model (POM)
to load.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |