Uses of Class
com.usefullittlethings.saw.apps.file.AbstractFileActionPlugin

Packages that use AbstractFileActionPlugin
com.usefullittlethings.saw.apps.file   
 

Uses of AbstractFileActionPlugin in com.usefullittlethings.saw.apps.file
 

Subclasses of AbstractFileActionPlugin in com.usefullittlethings.saw.apps.file
 class Compress
          Compresses the files in the result list to the location specified in setCompressToLocation.
 class Copy
          Copies files in the result list to the location specified by setCopyToLocation.
 class Delete
          Deletes the files in the result list with an optional confirmation prompt.
 class ListToConsole
          List the files in the resultset to standard out, including file path, name, and extension.
 class Move
          Moves the files in the result list to the location specified via the setMoveToLocation method.
 class ReplaceText
          Replaces string values in files with a new string value.
 class Sawj2h
          Wrapper class for SawJava2HTML, to present PluginIfc interface.
 class WriteToFile
          Writes to a file (specified by setWriteToLocation) the details of the files listed in the result list.