| |
|
| java.lang.Object org.ozoneDB.tools.OPP.OPP
OPP | public class OPP (Code) | | Command line driver of the OPP tool.
author: SMB version: $Revision: 1.4 $Date: 2002/06/08 00:49:39 $ |
JAVADOC_PATTERN | final public static String JAVADOC_PATTERN(Code) | | Update methods can marked with a
|
METHOD_PATTERN | final public static String METHOD_PATTERN(Code) | | All method signatures in java interfaces must look like:
public package.return.Class[] methodname (
Otherwise OPP is unable to find them.
|
SIGNATURE_DELIMITER | final public static String SIGNATURE_DELIMITER(Code) | | |
UPDATE_SIGN | final public static String UPDATE_SIGN(Code) | | Update methods can marked with a
/*update * /
in the lines following the method signature.
|
cache | static boolean cache(Code) | | |
compileSource | static boolean compileSource(Code) | | |
keepSource | static boolean keepSource(Code) | | |
printStackTrace | static boolean printStackTrace(Code) | | |
quiet | static boolean quiet(Code) | | |
searchInterfaceSource | static boolean searchInterfaceSource(Code) | | |
parentDirectoryName | protected static String parentDirectoryName(String directoryName, int dotCount)(Code) | | |
printUsage | public static void printUsage()(Code) | | |
|
|
|