|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.netbeans.modules.vcscore.cmdline.ExecuteCommand org.netbeans.modules.vcscore.cmdline.CommandLineVcsDirReaderRecursive
Read VCS directory recursively.
Field Summary |
Fields inherited from class org.netbeans.modules.vcscore.cmdline.ExecuteCommand |
DEFAULT_REGEX, exitStatus, STATUS_USE_REG_EXP_PARSE_OUTPUT |
Fields inherited from interface org.netbeans.modules.vcscore.commands.VcsCommandExecutor |
FAILED, INTERRUPTED, SUCCEEDED |
Constructor Summary | |
CommandLineVcsDirReaderRecursive(DirReaderListener listener,
VcsFileSystem fileSystem,
UserCommand listSub,
Hashtable vars)
Creates new CommandLineVcsDirReaderRecursive |
Method Summary | |
void |
addFileReaderListener(FileReaderListener l)
Add a file reader listener, that gets the updated attributes of the processed file(s). |
VcsCommandVisualizer |
getVisualizer()
Get the graphical visualization of the command. |
void |
run()
Execute the command. |
protected void |
runClass(String exec,
String className,
String[] args)
Loads class of given name with some arguments and execute its list() method. |
protected void |
runCommand(String[] execs)
The runCommand() method not supported. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public CommandLineVcsDirReaderRecursive(DirReaderListener listener, VcsFileSystem fileSystem, UserCommand listSub, Hashtable vars)
Method Detail |
public VcsCommandVisualizer getVisualizer()
getVisualizer
in interface VcsCommandExecutor
getVisualizer
in class ExecuteCommand
protected void runCommand(String[] execs)
runCommand
in class ExecuteCommand
protected void runClass(String exec, String className, String[] args)
runClass
in class ExecuteCommand
className
- the name of the class to be loadedargs
- the argumentspublic void run()
ExecuteCommand
run
in interface Runnable
run
in class ExecuteCommand
public void addFileReaderListener(FileReaderListener l)
This is an empty method, the listener is added nowhere. This class uses the passed listener for the notification.
addFileReaderListener
in interface VcsCommandExecutor
addFileReaderListener
in class ExecuteCommand
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |