org.jadira.dependencynavigator.implementations.local
Class LocalDiskWorkspaceLoader

Package class diagram package LocalDiskWorkspaceLoader
java.lang.Object
  extended by org.jadira.dependencynavigator.implementations.local.LocalDiskWorkspaceLoader
All Implemented Interfaces:
WorkspaceLoader

public class LocalDiskWorkspaceLoader
extends Object
implements WorkspaceLoader


Constructor Summary
LocalDiskWorkspaceLoader()
           
 
Method Summary
 RootPom getRoot()
           
 void loadPom()
           
 void reloadPom()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LocalDiskWorkspaceLoader

public LocalDiskWorkspaceLoader()
Method Detail

loadPom

public void loadPom()
             throws ArtifactInitialisationException
Specified by:
loadPom in interface WorkspaceLoader
Throws:
ArtifactInitialisationException

getRoot

public RootPom getRoot()
Specified by:
getRoot in interface WorkspaceLoader

reloadPom

public void reloadPom()
               throws ArtifactInitialisationException
Specified by:
reloadPom in interface WorkspaceLoader
Throws:
ArtifactInitialisationException


Copyright © 2010 Jadira Systems. All Rights Reserved.