wt.tools.generation
Class ClassRegistrar
java.lang.Object
wt.tools.generation.ClassRegistrar
- All Implemented Interfaces:
- FileFunction
- public class ClassRegistrar
- extends Object
- implements FileFunction
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
INCLUDE_INNER
protected static final boolean INCLUDE_INNER
INCLUDE_LOCALE
protected static final boolean INCLUDE_LOCALE
INCLUDE_SUN
protected static final boolean INCLUDE_SUN
INCLUDE_PKGS
protected static final boolean INCLUDE_PKGS
registry
protected ClassRegistry registry
validPkgs
protected Collection validPkgs
ClassRegistrar
public ClassRegistrar(ClassRegistry theRegistry)
ClassRegistrar
public ClassRegistrar(ClassRegistry theRegistry,
Collection valid_pkgs)
execute
public void execute(String relativeTo,
File file)
- Specified by:
execute
in interface FileFunction
execute
public void execute(String foundIn,
ZipEntry zipEntry)
- Specified by:
execute
in interface FileFunction
processClassFile
protected void processClassFile(String class_name,
String package_name)