Structured Text Toolkit

com.saelist.command
Class FindFilesCommand

java.lang.Object
  extended bycom.saelist.command.AbstractCommand
      extended bycom.saelist.command.FindFilesCommand
All Implemented Interfaces:
Command

public class FindFilesCommand
extends AbstractCommand

Expects an xpath on the command line. Prints the found files to standard out.

See the schema file for exact format of the configuration.


Field Summary
protected static Logger logger
           
 
Fields inherited from class com.saelist.command.AbstractCommand
config
 
Constructor Summary
FindFilesCommand()
           
 
Method Summary
 void execute()
           
 void undo()
           
 boolean undoable()
           
 
Methods inherited from class com.saelist.command.AbstractCommand
setArg, setArgs
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

logger

protected static Logger logger
Constructor Detail

FindFilesCommand

public FindFilesCommand()
Method Detail

execute

public void execute()

undo

public void undo()
Specified by:
undo in interface Command
Overrides:
undo in class AbstractCommand

undoable

public boolean undoable()
Overrides:
undoable in class AbstractCommand

Structured Text Toolkit