Uses of Interface
info.simongibbs.scoof.SearchTask

Uses of SearchTask in info.simongibbs.scoof
 

Classes in info.simongibbs.scoof that implement SearchTask
 class AbstractSearchTask
          Represents a single load, scan and update operation in a given code base and scanning a given file.
 class CommentSearch
          Produces Hits by locating all annotations within a source file and producing hashes of each complete comment.
 class ShreddingTask
          Produces Hits by cutting a file into overlapping sections of a fixed length.
 

Methods in info.simongibbs.scoof that return SearchTask
 SearchTask CodeBase.nextTask()