Package | Description |
---|---|
de.esprit.appsuite.appstore.ndf |
Contains all NDF structured models of the App-Store
|
de.esprit.appsuite.database.dbase |
Contains most of the database related classes.
|
de.esprit.appsuite.nio.ndf |
Contains Parser and Writer for the Neutral Data Format (NDF).
|
de.esprit.common.lic |
Contains classes for dealing with licenses.
|
de.esprit.netsuite.server.auth |
Contains classes for server side user authentication
|
de.esprit.netsuite.server.auth.group |
Contains classes defining groups for the esprit server
|
de.esprit.netsuite.server.auth.member |
Contains classes for managing user and group assignments
|
de.esprit.netsuite.server.config |
Contains classes that define the servers configuration
|
de.esprit.netsuite.server.db |
Contains classes for server side database configuration.
|
de.esprit.netsuite.server.permission |
These classes implement the permission system of the esprit server
|
Modifier and Type | Class and Description |
---|---|
class |
AppDescriptorHandler
This handler reads an
AppDescriptor instance from an NDF file. |
class |
AppDescriptorLaunchPrefsHandler
This handler reads the default
AppLaunchPrefs from an AppDescriptor NDF file. |
class |
AppHandler
This handler reads a list of
App instances from an NDF file. |
class |
AppLaunchPrefsHandler
This handler reads an
AppLaunchPrefs instance from an NDF file. |
class |
AppVersionHandler
This handler fills the given
App with the AppVersion instances read from an NDF file. |
class |
TimstampHandler
This handler reads an
AppLaunchPrefs instance from an NDF file. |
Modifier and Type | Class and Description |
---|---|
class |
CredentialHandler
This class builds the
Credential object from the parsed data. |
Modifier and Type | Class and Description |
---|---|
class |
DumpingNdfHandler
This handler just logs all method calls.
|
class |
LoggingNdfHandler
This handler just logs all method calls.
|
Constructor and Description |
---|
NdfParser(ApplicationContext ctx,
FileInfo fileInfo,
java.io.InputStream stream,
NdfHandler handler) |
NdfParser(ApplicationContext ctx,
FileInfo fileInfo,
java.io.InputStream stream,
NdfHandler handler,
int buffSize) |
NdfParser(ApplicationContext ctx,
java.io.File file,
NdfHandler handler) |
NdfParser(ApplicationContext ctx,
java.io.File file,
NdfHandler handler,
int buffSize) |
NdfParser(ApplicationContext ctx,
ProgressFileInputStream progressStream,
NdfHandler handler) |
NdfParser(ApplicationContext ctx,
ProgressInputStream progressStream,
NdfHandler handler) |
Modifier and Type | Class and Description |
---|---|
class |
LicenseHandler
This class ...
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultUserManager.MyUserHandler |
Modifier and Type | Class and Description |
---|---|
class |
GroupHandler
This class ...
|
Modifier and Type | Class and Description |
---|---|
class |
GroupMemberHandler
This class builds the group member configuration.
|
Modifier and Type | Class and Description |
---|---|
class |
NetworkConfigHandler
This class builds the
ServerNetworkConfig object of data read from the
network config file. |
Modifier and Type | Method and Description |
---|---|
protected NdfHandler |
ServerStartup.createNdfHandler() |
protected NdfHandler |
ServerParams.createNdfHandler() |
protected abstract NdfHandler |
AbstractServerParameters.createNdfHandler() |
Modifier and Type | Class and Description |
---|---|
class |
DatabaseConfigHandler
This class fills the given
ServerDatabaseConfig object with data read from the
server config file ServerConfigFile.DATASOURCE . |
Modifier and Type | Class and Description |
---|---|
class |
PermissionConfigHandler
This class fills the given
FilePermissionConfig object with data read from the
server config file ServerConfigFile.PERMISSION . |
Copyright © 2014 EsprIT-Systems. All Rights Reserved.