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.database.io |
Contains input/output related classes for DBObjects.
|
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.auth.user |
Contains classes defining users for the esprit server
|
de.esprit.netsuite.server.batch |
Contains classes that implement and manage the available server processes
|
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 |
AppLaunchPrefsWriter<C extends ApplicationContext>
This writer stores an
AppLaunchPrefs instance in an according NDF file. |
class |
AppVersionHandler
This handler fills the given
App with the AppVersion instances read from an NDF file. |
class |
JavaAppDescriptorWriter<C extends ApplicationContext>
This writer stores an
AppLaunchPrefs instance in an according NDF file. |
class |
TimestampWriter
This class writes the timestamp of the last software installation and stores
the name of all files and directories, that have been created during installation.
|
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. |
class |
CredentialWriter
This class writes the content of a
Credential in NDF format. |
Modifier and Type | Class and Description |
---|---|
class |
DBOWriter<C extends ApplicationContext>
This writer uses a
NdfWriter for writing the state of a
DBObject to an NDF table description format. |
Modifier and Type | Class and Description |
---|---|
class |
DumpingNdfHandler
This handler just logs all method calls.
|
class |
LoggingNdfHandler
This handler just logs all method calls.
|
class |
NdfHandler
The
NdfHandler is notified by the NdfParser about all structures and
properties found during parsing. |
class |
NdfParser
This parser reads ASCII data stored in the Neutral Data Format (NDF).
|
class |
NdfProperties
This map stores NDF property values either as Strings or java object data types.
|
class |
NdfStructureType
This enum defines the supported data structure types
|
class |
NdfUtil
|
class |
NdfWriter<C extends ApplicationContext>
This writer supports writing output data in the Neutral Data Format (NDF).
|
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 ...
|
class |
GroupWriter
This class ...
|
Modifier and Type | Class and Description |
---|---|
class |
GroupMemberHandler
This class builds the group member configuration.
|
class |
GroupMemberWriter
This class writes the group member configuration to the member config file.
|
Modifier and Type | Class and Description |
---|---|
class |
UserWriter
This class ...
|
Modifier and Type | Class and Description |
---|---|
class |
BatchTaskConfigWriter
This class writes a
BatchTaskConfigEntry to the server config file ServerConfigFile.BATCHTASK |
Modifier and Type | Class and Description |
---|---|
class |
NetworkConfigHandler
This class builds the
ServerNetworkConfig object of data read from the
network config file. |
class |
NetworkConfigWriter
This class writes the
ServerNetworkConfig content in NDF format. |
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 . |
class |
DatabaseConfigWriter
This class writes the server config file
ServerConfigFile.DATASOURCE in NDF format. |
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 . |
class |
PermissionConfigWriter
This class writes the server config file
ServerConfigFile.DATASOURCE in NDF format. |
Copyright © 2014 EsprIT-Systems. All Rights Reserved.