Uses of Class
info.simongibbs.scoof.CodeBase

Uses of CodeBase in info.simongibbs.scoof
 

Methods in info.simongibbs.scoof that return CodeBase
 CodeBase Target.getCodeBase()
          A reference to the CodeBAse in which this Target was located.
 CodeBase Worker.getBase()
          Get the parent CodeBase
 

Methods in info.simongibbs.scoof with parameters of type CodeBase
 void Target.setCodeBase(CodeBase base)
          Set the parent code base.
static Target Target.createTarget(CodeBase cb, java.io.File file)
          Convenience method for defining and populating a Target object.
 void Worker.setBase(CodeBase base)
          Set the CodeBase
 

Constructors in info.simongibbs.scoof with parameters of type CodeBase
Target(CodeBase cb, java.io.File file, java.lang.String contents)
          Generate a new Target
Worker(CodeBase cb)
          Constructor for Worker.
Spider(java.io.File rt, CodeBase base)
          Constructor for Spider.