org.jadira.dependencynavigator.implementations
Class Workspace
java.lang.Object
org.jadira.dependencynavigator.implementations.Workspace
- Direct Known Subclasses:
- LocalDiskWorkspace, ZipFileWorkspace
public abstract class Workspace
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ROLE
public static final String ROLE
- See Also:
- Constant Field Values
root
protected RootPom root
- the root of the pom hierarachy. this will be an entity in the workspace
Workspace
public Workspace()
loadModulePom
public abstract PomFile loadModulePom(String module)
getPath
public abstract String getPath(String moduleName)
reloadPomFile
public abstract void reloadPomFile()
throws ArtifactInitialisationException
- Throws:
ArtifactInitialisationException
canCreateSnapshot
public abstract boolean canCreateSnapshot()
getRoot
public RootPom getRoot()
loadPom
protected PomFile loadPom(BufferedReader pomFile)
Copyright © 2010 Jadira Systems. All Rights Reserved.