|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectprojectviewer.importer.Importer
projectviewer.importer.NewFileImporter
public class NewFileImporter
Imports a single file into a project. This importer is designed to import single files that are below the project root, adding all paths up to the given file. Do not use it for other types of imports.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class projectviewer.importer.Importer |
---|
Importer.NodeStructureChange, Importer.ShowNodes |
Field Summary | |
---|---|
protected java.lang.String |
path
|
Fields inherited from class projectviewer.importer.Importer |
---|
isNodeStructureUpdate, postAction, project, selected, silent, viewer |
Constructor Summary | |
---|---|
NewFileImporter(VPTNode node,
ProjectViewer viewer,
java.lang.String path)
|
Method Summary | |
---|---|
protected void |
internalDoImport()
Imports the file given in the constructor into the project. |
Methods inherited from class projectviewer.importer.Importer |
---|
addNode, cleanup, constructPath, doImport, findChild, importFiles, importFiles, loadImportFilterStatus, removeDirectory, removeFile, run, saveImportFilterStatus, setSilent, setViewerEnabled, setViewStatus |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected java.lang.String path
Constructor Detail |
---|
public NewFileImporter(VPTNode node, ProjectViewer viewer, java.lang.String path)
Method Detail |
---|
protected void internalDoImport()
internalDoImport
in class Importer
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |