|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.compiere.Compiere
public final class Compiere
Compiere Control Class
| Field Summary | |
|---|---|
static String |
COMPIERE_R
Compiere is a wordwide registered Trademark - Don't modify this - Program will someday fail unexpectedly |
static String |
COPYRIGHT
Copyright Notice - Don't modify this - Program will someday fail unexpectedly it also violates the license and you'll be held liable for any damage claims |
static String |
DATE_VERSION
Detail Version as date Used for Client/Server |
static String |
DB_VERSION
Database Version as date Compared with AD_System |
static String |
MAIN_VERSION
Main Version String |
static String |
NAME
Product Name |
static String |
SUB_TITLE
Subtitle |
static String |
URL
URL of Product |
| Constructor Summary | |
|---|---|
Compiere()
|
|
| Method Summary | |
|---|---|
static int |
getCheckSum()
Get Checksum |
static String |
getCompiereHome()
Get default (Home) directory |
static String |
getEnvInfo(boolean isClient,
String info)
Get Environment Info |
static Image |
getImage16()
Get 16x16 Image. |
static ImageIcon |
getImageIcon32()
Get 32x32 ImageIcon. |
static ImageIcon |
getImageIconLogo()
Get Medium ImageIcon. |
static Image |
getImageLogo()
Get Small Logo Image. |
static Image |
getImageLogoSmall(boolean hr)
Get 28*15 Logo Image. |
static String |
getImplementationVendor()
Get Jar Implementation Vendor |
static String |
getImplementationVersion()
Get Jar Implementation Version |
static String |
getJavaInfo()
Get Java VM Info |
static String |
getName()
Get Product Name |
static String |
getOSInfo()
Get Operating System Info |
static String |
getSubtitle()
Get Sub Title |
static String |
getSum()
Short Summary (Windows) |
static String |
getSummary()
Summary (Windows). |
static String |
getSummaryAscii()
Summary in ASCII |
static String |
getSupportEMail()
Get Support Email |
static String |
getURL()
Get full URL |
static String |
getVersion()
Get Product Version |
static void |
main(String[] args)
Main Method |
static void |
setSupportEMail(String email)
Set Support Email |
static boolean |
startup(boolean isClient)
Startup - compatibility - for Test |
static boolean |
startup(boolean isClient,
boolean isUserProperty,
String info)
|
static boolean |
startup(boolean isClient,
String info)
Startup Client/Server |
static boolean |
startupEnvironment(boolean isClient)
Deprecated. |
static boolean |
startupEnvironment(boolean isClient,
String info)
Startup Compiere Environment. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String MAIN_VERSION
public static final String DATE_VERSION
public static final String DB_VERSION
public static final String NAME
public static final String URL
public static final String SUB_TITLE
public static final String COMPIERE_R
public static final String COPYRIGHT
| Constructor Detail |
|---|
public Compiere()
| Method Detail |
|---|
public static String getName()
public static String getVersion()
public static String getSum()
public static String getSummary()
public static String getImplementationVersion()
public static String getImplementationVendor()
public static int getCheckSum()
public static String getSummaryAscii()
public static String getEnvInfo(boolean isClient,
String info)
isClient - clientinfo - additional info
public static String getJavaInfo()
public static String getOSInfo()
public static String getURL()
public static String getSubtitle()
public static Image getImage16()
public static Image getImageLogoSmall(boolean hr)
hr - high resolution
public static Image getImageLogo()
public static ImageIcon getImageIcon32()
public static ImageIcon getImageIconLogo()
public static String getCompiereHome()
public static String getSupportEMail()
public static void setSupportEMail(String email)
email - Support mail addresspublic static boolean startup(boolean isClient)
isClient - client session
@Deprecated public static boolean startupEnvironment(boolean isClient)
isClient -
public static boolean startup(boolean isClient,
String info)
isClient - true for clientisUserProperty - true if we should use the Compiere.properties
in the user home directory, false if we should use the one in
the compiere home directoryinfo - info
public static boolean startup(boolean isClient,
boolean isUserProperty,
String info)
public static boolean startupEnvironment(boolean isClient,
String info)
isClient - true if client connection
public static void main(String[] args)
args - optional start class
|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||