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.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 |
AppLaunchPrefsWriter<C extends ApplicationContext>
This writer stores an
AppLaunchPrefs instance in an according 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.
|
Modifier and Type | Class and Description |
---|---|
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 | Method and Description |
---|---|
void |
NdfTable.write(NdfWriter<?> writer) |
Modifier and Type | Class and Description |
---|---|
class |
GroupWriter
This class ...
|
Modifier and Type | Class and Description |
---|---|
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 |
NetworkConfigWriter
This class writes the
ServerNetworkConfig content in NDF format. |
Modifier and Type | Method and Description |
---|---|
protected NdfWriter |
ServerStartup.createNdfWriter(ApplicationContext ctx,
java.io.File outputFile) |
protected NdfWriter |
ServerParams.createNdfWriter(ApplicationContext ctx,
java.io.File outputFile) |
protected abstract NdfWriter |
AbstractServerParameters.createNdfWriter(ApplicationContext ctx,
java.io.File outputFile) |
Modifier and Type | Class and Description |
---|---|
class |
DatabaseConfigWriter
This class writes the server config file
ServerConfigFile.DATASOURCE in NDF format. |
Modifier and Type | Class and Description |
---|---|
class |
PermissionConfigWriter
This class writes the server config file
ServerConfigFile.DATASOURCE in NDF format. |
Copyright © 2014 EsprIT-Systems. All Rights Reserved.