java.lang.Object | ||
↳ | com.pnfsoftware.jeb.util.events.EventSource | |
↳ | com.pnfsoftware.jeb.client.AbstractContext |
Known Direct Subclasses |
Known Indirect Subclasses |
Base context for client contexts and core contexts. Basic variables are set up (eg, paths). This class is not configuration-aware.
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
String | app_company | ||||||||||
String | app_dates | ||||||||||
String | app_description | ||||||||||
String | app_domain | ||||||||||
String | app_email_licensing | ||||||||||
String | app_email_support | ||||||||||
String | app_email_updates | ||||||||||
String | app_licensing_backup | ||||||||||
String | app_name | ||||||||||
String | app_uri | ||||||||||
String | app_url_apidoc | ||||||||||
String | app_url_changelist | ||||||||||
String | app_url_chat | ||||||||||
String | app_url_check_update | ||||||||||
String | app_url_check_update_backup | ||||||||||
String | app_url_devportal | ||||||||||
String | app_url_donate | ||||||||||
String | app_url_faq | ||||||||||
String | app_url_faqmem | ||||||||||
String | app_url_fileuploader | ||||||||||
String | app_url_forum | ||||||||||
String | app_url_genkey | ||||||||||
String | app_url_genkey_backup | ||||||||||
String | app_url_genlk | ||||||||||
String | app_url_github | ||||||||||
String | app_url_github_samples | ||||||||||
String | app_url_github_samples_scripts | ||||||||||
String | app_url_manual | ||||||||||
String | app_url_motd | ||||||||||
String | app_url_purchase | ||||||||||
String | app_url_uploaderrorlog | ||||||||||
String | app_website |
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
public static final Version | app_ver | ||||||||||
public static boolean | demo | ||||||||||
protected boolean | integrity_failed | ||||||||||
protected boolean | just_updated |
[Expand]
Inherited Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.pnfsoftware.jeb.util.events.EventSource
|
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
AbstractContext() |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
final String |
getAppDirectory()
Get the JEB app directory, typically $JEB/bin/app.
| ||||||||||
final String |
getBaseDirectory()
Get the JEB base directory.
| ||||||||||
static String | getChannelName() | ||||||||||
final String |
getCurrentDirectory()
Get the current directory.
| ||||||||||
final File |
getJebClassesLocation()
Get the location of JEB classes.
| ||||||||||
final String |
getProgramDirectory()
Get the JEB program directory, typically $JEB/bin/.
| ||||||||||
final Version |
getSoftwareVersion()
Retrieve the global software version.
| ||||||||||
final int |
getStartTimestamp()
Get the program start date in seconds.
| ||||||||||
static boolean | isPreRelease() | ||||||||||
final static void |
terminate()
Terminate the program.
|
Protected Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
static Net |
initNetworkUtility(String proxyString)
The global proxy settings will be updated/erased.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.pnfsoftware.jeb.util.events.EventSource
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
com.pnfsoftware.jeb.util.events.IEventSource
|
Get the JEB app directory, typically $JEB/bin/app.
Get the JEB base directory.
Get the current directory.
Get the location of JEB classes.
jeb.jar
), or a bin/
folder containing classfiles
Get the JEB program directory, typically $JEB/bin/.
Get the program start date in seconds.
Terminate the program.
The global proxy settings will be updated/erased.