| Package | Description |
|---|---|
| de.esprit.appsuite.appstore |
These classes implement the Application-Store for remote software installation
|
| de.esprit.appsuite.database.dbase.clp |
Contains database relevant command line options
|
| de.esprit.appsuite.database.dbgui.tool |
Contains the TableEditTool as an example for a database tool.
|
| de.esprit.appsuite.launch |
Contains classes that make up the launching framework
|
| de.esprit.netsuite.client |
Contains classes that make up the Client of a dual-port server
|
| de.esprit.netsuite.demo |
Contains a demo GUI for starting server and clients
|
| de.esprit.netsuite.server.config |
Contains classes that define the servers configuration
|
| Modifier and Type | Class and Description |
|---|---|
class |
AppStarterConfig
This class just encapsulates the available command-line-options.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DatabaseConfig
This class keeps database specific command line input
|
| Modifier and Type | Class and Description |
|---|---|
class |
TableEditCFG
This is the configuration class for the
TableEditLaunch |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractApplicationLaunch<G extends ApplicationConfig,C extends ApplicationContext>
This class implements a robust launching procedure for starting up
GUI or non-GUI applications.
|
| Modifier and Type | Method and Description |
|---|---|
protected <F extends ApplicationConfig> |
ApplicationCommandLineParser.createConfig()
May be overridden to return a specific
ApplicationConfig derivation which contains
all data extracted from the command line. |
<F extends ApplicationConfig> |
ApplicationCommandLineParser.getConfig()
Parses the command line and returns the
ApplicationConfig object as created by
ApplicationCommandLineParser.createConfig(). |
| Modifier and Type | Method and Description |
|---|---|
ApplicationConfig |
ApplicationContext.getApplicationConfig() |
| Constructor and Description |
|---|
ApplicationContext(ApplicationConfig appCfg) |
| Modifier and Type | Class and Description |
|---|---|
class |
ClientConfig
This class encapsulates the startup parameters of the client
|
| Modifier and Type | Method and Description |
|---|---|
protected ApplicationContext |
EspritDemoLaunch.createContext(ApplicationConfig cfg) |
| Modifier and Type | Class and Description |
|---|---|
class |
ServerConfig
This class encapsulates the main server parameters read from the config-directory.
|
Copyright © 2014 EsprIT-Systems. All Rights Reserved.