| java.lang.Object query.Header
Header | public class Header (Code) | | Lo, a header file.
|
Method Summary | |
final public static void | printVersion() Prints the version string for the package. | final public static void | printVersion(boolean longVersion) Prints the version string for the package. |
LONG_VERSION | final public static String LONG_VERSION(Code) | | Long version string.
|
VERSION | final public static String VERSION(Code) | | Version string.
|
printVersion | final public static void printVersion()(Code) | | Prints the version string for the package.
|
printVersion | final public static void printVersion(boolean longVersion)(Code) | | Prints the version string for the package.
Parameters: longVersion - true for long version |
|
|