| |
|
| java.lang.Object org.netbeans.modules.projectimport.eclipse.WorkspaceFactory
WorkspaceFactory | final public class WorkspaceFactory (Code) | | Able to load and fill up an EclipseWorkspace from an Eclipse
workspace directory using a .workspace and .classpath file and eventually
passed workspace. It is also able to load a basic information from workspace.
author: mkrauskopf |
load | public Workspace load(String workspaceDir) throws ProjectImporterException(Code) | | Loads a workspace contained in the given workspaceDir .
throws: InvalidWorkspaceException - if workspace in the givenworkspaceDir is not a valid Eclipse workspace. |
load | public Workspace load(File workspaceDir) throws ProjectImporterException(Code) | | Loads a workspace contained in the given workspaceDir .
throws: InvalidWorkspaceException - if workspace in the givenworkspaceDir is not a valid Eclipse workspace. |
|
|
|