|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use VcsDirContainer | |
org.netbeans.modules.vcscore | |
org.netbeans.modules.vcscore.cmdline |
Uses of VcsDirContainer in org.netbeans.modules.vcscore |
Methods in org.netbeans.modules.vcscore that return VcsDirContainer | |
VcsDirContainer |
VcsDirContainer.getSubdir(String path)
Get the subdirectory with the given path. |
VcsDirContainer[] |
VcsDirContainer.getSubdirContainers()
Get all subdirectories. |
VcsDirContainer |
VcsDirContainer.addSubdir(String path)
Add a subdirectory with the given path. |
VcsDirContainer |
VcsDirContainer.addSubdirRecursive(String path)
Add a subdirectory tree with the given path. |
VcsDirContainer |
VcsDirContainer.getDirContainer(String name)
Get the directory container of subdirectory of the given name. |
VcsDirContainer |
VcsDirContainer.getContainerWithPath(String path)
Get the container of the given path. |
VcsDirContainer |
VcsDirContainer.getParent(String path)
Get the parent directory container. |
Methods in org.netbeans.modules.vcscore with parameters of type VcsDirContainer | |
void |
DirReaderListener.readDirFinishedRecursive(String path,
VcsDirContainer rawData,
boolean success)
The recursive reading of a directory was finished. |
Uses of VcsDirContainer in org.netbeans.modules.vcscore.cmdline |
Methods in org.netbeans.modules.vcscore.cmdline with parameters of type VcsDirContainer | |
abstract boolean |
VcsListRecursiveCommand.listRecursively(Hashtable vars,
String[] args,
VcsDirContainer filesByName,
CommandOutputListener stdoutListener,
CommandOutputListener stderrListener,
CommandDataOutputListener stdoutDataListener,
String dataRegex,
CommandDataOutputListener stderrDataListener,
String errorRegex)
This method is called when the content of the directory is to be listed recursively. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |