![]() |
All Packages This Package Class Hierarchy Class Search Index Class grendel.storage.Constantsjava.lang.Object | +----grendel.storage.Constants This class contains various constants that are used in various places that we don't want to recompute all over the place. Mostly, these are system- dependent things.
class Constants
extends java.lang.Object
{
// Fields 9
public static final ByteBuf BYTEBUFLINEBREAK;
public static final File HOMEDIR;
public static final boolean ISMAC;
public static final boolean ISUNIX;
public static final boolean ISWINDOWS;
public static final String LINEBREAK;
private static boolean mac;
private static boolean unix;
private static boolean windows;
// Constructors 1
public Constants();
}
Fields LINEBREAKpublic static final String LINEBREAK
BYTEBUFLINEBREAKpublic static final ByteBuf BYTEBUFLINEBREAK
unixprivate static boolean unix macprivate static boolean mac windowsprivate static boolean windows ISUNIXpublic static final boolean ISUNIX
ISMACpublic static final boolean ISMAC
ISWINDOWSpublic static final boolean ISWINDOWS
HOMEDIRpublic static final File HOMEDIR
Constructors Constantspublic Constants()
All Packages This Package Class Hierarchy Class Search IndexFreshly brewed Java API Documentation automatically generated with polardoc Version 1.0.4 |
|
|
Copyright © 1998-2000 The Mozilla Organization.
Last modified December 25, 1998. |
|