|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.compiere.Adempiere
public final class Adempiere
Adempiere Control Class
| Field Summary | |
|---|---|
static String |
ADEMPIERE_R
|
static String |
COPYRIGHT
|
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 |
ID
Timestamp |
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 | |
|---|---|
Adempiere()
|
|
| Method Summary | |
|---|---|
static String |
getAdempiereHome()
Get default (Home) directory |
static int |
getCheckSum()
Get Checksum |
static URL |
getCodeBase()
Get JNLP CodeBase |
static String |
getCodeBaseHost()
Get JNLP CodeBase Host |
static Image |
getImage16()
Get 16x16 Image. |
static ImageIcon |
getImageIcon32()
Get 32x32 ImageIcon. |
static ImageIcon |
getImageIconLogo()
Get 100x30 ImageIcon. |
static Image |
getImageLogo()
Get 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 |
getOnlineHelpURL()
|
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 boolean |
isWebStartClient()
|
static void |
main(String[] args)
Main Method |
static void |
setSupportEMail(String email)
Set Support Email |
static boolean |
startup(boolean isClient)
Startup Client/Server |
static boolean |
startupEnvironment(boolean isClient)
Startup Adempiere 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 ID
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 ADEMPIERE_R
public static final String COPYRIGHT
| Constructor Detail |
|---|
public Adempiere()
| 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 getJavaInfo()
public static String getOSInfo()
public static String getURL()
public static String getOnlineHelpURL()
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 getAdempiereHome()
public static String getSupportEMail()
public static void setSupportEMail(String email)
email - Support mail addresspublic static URL getCodeBase()
public static boolean isWebStartClient()
public static String getCodeBaseHost()
public static boolean startup(boolean isClient)
isClient - true for client
public static boolean startupEnvironment(boolean isClient)
isClient - true if client connection
public static void main(String[] args)
args - optional start class
|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||