Uses of Package
com.usefullittlethings.saw.apps.file

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

Classes in com.usefullittlethings.saw.apps.file used by com.usefullittlethings.saw.apps.file
AbstractFileActionPlugin
          Abstract implementation of an action plug-in that defines the result class as java.io.File.
AbstractFileFilterPlugin
          Abstract implementation of a filter plug-in that defines the result class as java.io.File.
CompareTo
          Filters files by whether or not they match another file, based on contents, size, or date modified.
Compress
          Compresses the files in the result list to the location specified in setCompressToLocation.
ContainsText
          Filters files by whether or not they contain a text string.
Copy
          Copies files in the result list to the location specified by setCopyToLocation.
DateRange
          Filters files by whether or not the data modified falls within a specified range.
Delete
          Deletes the files in the result list with an optional confirmation prompt.
ManualSelection
          Filters files by allowing the user to individually select items to include/exclude.
ManualSelectionList
          Convenience collection class for maintaining a list of selectable items.
Mask
          Filters files in result list on whether or not the file name matches a particular mask pattern or string.
Move
          Moves the files in the result list to the location specified via the setMoveToLocation method.
ReplaceText
          Replaces string values in files with a new string value.
Sawj2h
          Wrapper class for SawJava2HTML, to present PluginIfc interface.
SawJava2HTML.State
           
Size
          Filters files in the result list on whether or not the file size falls within a specified range.
WriteToFile
          Writes to a file (specified by setWriteToLocation) the details of the files listed in the result list.