info.simongibbs.scoof
Interface SearchTask

All Superinterfaces:
java.lang.Runnable
All Known Implementing Classes:
AbstractSearchTask

public interface SearchTask
extends java.lang.Runnable

Represents a single load, scan and update operation in a given code base and scanning a given file. Multiple SearchTasks may be performed against any or all files.

Version:
$Revision: 1.5 $
Author:
Simon Gibbs

Method Summary
 Target getTarget()
          Obtain a reference to the Target being searched.
 void run()
          Performs the search
 void setTarget(Target t)
          Set the Target.
 

Method Detail

run

public void run()
Performs the search

Specified by:
run in interface java.lang.Runnable
See Also:
Runnable.run()

setTarget

public void setTarget(Target t)
Set the Target.

Parameters:
t -

getTarget

public Target getTarget()
Obtain a reference to the Target being searched.

Returns:
Target