| Package | Description |
|---|---|
| de.esprit.appsuite |
Contains basic classes used in every application
|
| de.esprit.appsuite.gui.dialog.misc |
Contains a collection of miscellaneous dialogs.
|
| de.esprit.appsuite.launch |
Contains classes that make up the launching framework
|
| de.esprit.appsuite.project |
Contains internal classes describing the project
|
| de.esprit.common.clp |
Contains standard command line parser and options
|
| de.esprit.common.io |
Contains input/output related classes like readers and writers.
|
| de.esprit.common.lic |
Contains classes for dealing with licenses.
|
| de.esprit.netsuite |
Contains all classes that make up the EspritNetSuite software.
|
| de.esprit.netsuite.netdata |
Contains serializable objects which are interchanged between client and server
|
| Modifier and Type | Class and Description |
|---|---|
class |
AppSuiteVersion
Version of the EspritAppSuite product.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AboutEspritDialog.setValues(Version version) |
| Modifier and Type | Method and Description |
|---|---|
<V extends Version> |
ApplicationContext.getCustomVersion()
Returns the custom Version of this application.
|
<V extends Version> |
ApplicationContext.getEspritVersion()
Returns the esprit software Version of this application.
|
| Modifier and Type | Method and Description |
|---|---|
Version |
ApplicationConfig.getCustomVersion() |
Version |
ApplicationConfig.getEspritVersion() |
| Modifier and Type | Method and Description |
|---|---|
Version |
Project.getAppSuiteVersion() |
Version |
Project.getProductVersion()
Defines a custom product version which adds on top of the AppSuiteVersion.
|
| Modifier and Type | Field and Description |
|---|---|
protected Version |
CommandLineParser.espritVersion |
| Modifier and Type | Method and Description |
|---|---|
protected Version |
CommandLineParser.addSoftwareVersion(Version version) |
Version |
CommandLineParser.getCustomVersion()
Returns the last version added, which is the version of the customers application.
|
Version |
CommandLineParser.getEspritVersion()
Returns either the current
Version of the esprit software. |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Version> |
CommandLineParser.getSoftwareVersions()
Returns the software versions this application builds on.
|
| Modifier and Type | Method and Description |
|---|---|
protected Version |
CommandLineParser.addSoftwareVersion(Version version) |
| Modifier and Type | Method and Description |
|---|---|
BuildInfo |
BuildInfoLoader.load(Version version) |
static BuildInfo |
BuildInfo.loadBuildInfo(Version version) |
| Modifier and Type | Method and Description |
|---|---|
static void |
LicenseManager.checkLicense(ProductType product,
Version prodVersion) |
static License |
LicenseManager.findLicense(ProductType product,
Version prodVersion) |
static License |
LicenseManager.findLicense(Version prodVersion) |
| Constructor and Description |
|---|
License(NdfProperties map,
Version runningProductVersion) |
LicenseReader(ProductType product,
Version runningProductVersion) |
| Modifier and Type | Class and Description |
|---|---|
class |
NetSuiteVersion
Version of the EspritNetSuite product.
|
| Constructor and Description |
|---|
VersionCheck(java.lang.String applicationName,
Version espritVersion,
Version customVersion,
boolean isCoClient) |
Copyright © 2014 EsprIT-Systems. All Rights Reserved.