Uses of Package
mk.fsgrep.util

Packages that use mk.fsgrep.util
mk.fsgrep The principle classes. 
mk.fsgrep.find Classes related to the 'find' functionality, or traversing the directory heirarchy for the desired files. 
mk.fsgrep.gui The graphical user interface for the application. 
mk.fsgrep.match Classes related to the 'grep' functionality, or applying the pattern to a file. 
mk.fsgrep.util General utility classes. 
 

Classes in mk.fsgrep.util used by mk.fsgrep
Args
          A simple bean that holds all the invokation parameters.
ManifestProperties
          A utilty that extracts metadata from the JAR manifest.
ProgressBar
          Draws a text-based progress bar (percentage completion).
ResultCounter
           
Timer
          Take performance measurements.
 

Classes in mk.fsgrep.util used by mk.fsgrep.find
ResultCounter
           
TargetFile
          A wrapper for the File object which caches the canonical name and the suffix, so these do not have to be determined multiple times.
 

Classes in mk.fsgrep.util used by mk.fsgrep.gui
MRUList
          Most recently used list.
ReplaceQuery
           
ReplaceQueryResult
           
TargetFile
          A wrapper for the File object which caches the canonical name and the suffix, so these do not have to be determined multiple times.
 

Classes in mk.fsgrep.util used by mk.fsgrep.match
Args
          A simple bean that holds all the invokation parameters.
FileLine
          Represent a single line from a text file.
Formatable
           
ResultCounter
           
TargetFile
          A wrapper for the File object which caches the canonical name and the suffix, so these do not have to be determined multiple times.
 

Classes in mk.fsgrep.util used by mk.fsgrep.util
AppProperties
          Read default application configuration from a file.
ExternalEditor
          A utility for launching an external editor on a match file.
FileLine
          Represent a single line from a text file.
OutputRedirector
          A utility to redirect stdout/stderr to a file.
PackageResource
          Read a resource from the jar (classpath actually).
PersistentData
          A simple persistent data store using the Java Properties framework.
ProgressBar
          Draws a text-based progress bar (percentage completion).
RawLineReader
          A utility that fully reads a file and provides access to the contents as a List of lines.
ReplaceQuery
           
ReplaceQueryFactory
           
ReplaceQueryResult
           
ResultCounter
           
TargetFile.LineReader
           
 



Copyright © 2009. All Rights Reserved.