| java.lang.Object applications.Header
Header | public class Header (Code) | | Lo, a header file.
|
Method Summary | |
final public static void | EWSizer(ExternalWindow externalWindow) ExternalWindow standard sizing macro for InternalWindow. | final public static void | EWSizer(ExternalWindow externalWindow, InternalWindow internalWindow) ExternalWindow standard sizing macro for InternalWindow. | final public static int | getIntParam(Application a, String param, int dflt) Get and parse a parameter which is expected to be an integer
and pass back as an integer. | final public static CSID | parameterCSIDMacro(Application app) Build a CSID based on the codebase and expected application
parameters host, port and name. | final public static CSID | parameterDBCSIDMacro(Application app) Build a database CSID based on the codebase and expected application
parameters dbhost, dbport and dbname. | final public static String | parameterMacro(Application app, String param) Macro for obtaining parameters and returning not found errors. | final public static void | printVersion(Applet a) Prints the version string and, if the dbgLvl parameter
includes the value longVer, also prints the long
version of the version string. | final public static void | showVersion(String s, boolean sys, boolean stat) Show the current version. |
LONG_VERSION | final public static String LONG_VERSION(Code) | | Long version string.
|
PRODUCT_VERSION | final public static String PRODUCT_VERSION(Code) | | Compass version string.
Minor needs to match ALFRED_VERMINOR in batman/compass.mak.
Date is excluded if it is a final build.
|
VERSION | final public static String VERSION(Code) | | Version string.
|
EWSizer | final public static void EWSizer(ExternalWindow externalWindow)(Code) | | ExternalWindow standard sizing macro for InternalWindow.
|
EWSizer | final public static void EWSizer(ExternalWindow externalWindow, InternalWindow internalWindow)(Code) | | ExternalWindow standard sizing macro for InternalWindow.
|
getIntParam | final public static int getIntParam(Application a, String param, int dflt)(Code) | | Get and parse a parameter which is expected to be an integer
and pass back as an integer.
If the parameter doesn't exist or is not an interger,
pass back the proposed default.
Parameters: a - application Parameters: param - the name of the parameter Parameters: dflt - default to pass back if necessary |
parameterCSIDMacro | final public static CSID parameterCSIDMacro(Application app)(Code) | | Build a CSID based on the codebase and expected application
parameters host, port and name.
Parameters: app - application |
parameterDBCSIDMacro | final public static CSID parameterDBCSIDMacro(Application app)(Code) | | Build a database CSID based on the codebase and expected application
parameters dbhost, dbport and dbname.
Parameters: app - application |
parameterMacro | final public static String parameterMacro(Application app, String param)(Code) | | Macro for obtaining parameters and returning not found errors.
Parameters: app - application Parameters: param - parameter |
printVersion | final public static void printVersion(Applet a)(Code) | | Prints the version string and, if the dbgLvl parameter
includes the value longVer, also prints the long
version of the version string.
|
showVersion | final public static void showVersion(String s, boolean sys, boolean stat)(Code) | | Show the current version.
Parameters: s - application name Parameters: sys - flag do System.out.println Parameters: stat - flag do showStatus() |
|
|