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 | Method and Description |
---|---|
void |
AppVersionHandler.doneDocument(NdfStructure struct) |
void |
AppDescriptorLaunchPrefsHandler.doneObject(NdfStructure struct) |
void |
AppDescriptorHandler.doneObject(NdfStructure struct) |
void |
TimstampHandler.foundTableRow(NdfStructure struct,
int rowIndex,
NdfProperties props) |
void |
AppVersionHandler.foundTableRow(NdfStructure struct,
int rowIndex,
NdfProperties props) |
void |
AppHandler.foundTableRow(NdfStructure struct,
int rowIndex,
NdfProperties props) |
void |
AppDescriptorHandler.foundTableRow(NdfStructure struct,
int rowIndex,
NdfProperties props) |
void |
TimstampHandler.startDocument(NdfStructure struct,
NdfProperties headerProps) |
void |
AppVersionHandler.startDocument(NdfStructure struct,
NdfProperties headerProps) |
void |
AppLaunchPrefsHandler.startDocument(NdfStructure struct,
NdfProperties headerProps) |
void |
AppHandler.startDocument(NdfStructure struct,
NdfProperties headerProps) |
void |
AppDescriptorLaunchPrefsHandler.startDocument(NdfStructure struct,
NdfProperties headerProps) |
void |
AppDescriptorHandler.startDocument(NdfStructure struct,
NdfProperties headerProps) |
void |
AppLaunchPrefsHandler.startObject(NdfStructure struct,
NdfProperties props) |
void |
AppDescriptorLaunchPrefsHandler.startObject(NdfStructure struct,
NdfProperties props) |
void |
AppDescriptorHandler.startObject(NdfStructure struct,
NdfProperties props) |
NotifyTableValue |
TimstampHandler.startTable(NdfStructure struct,
NdfProperties props,
java.lang.String[] columns) |
Modifier and Type | Method and Description |
---|---|
void |
CredentialHandler.startDocument(NdfStructure struct,
NdfProperties headerProps) |
void |
CredentialHandler.startObject(NdfStructure struct,
NdfProperties props) |
Modifier and Type | Method and Description |
---|---|
NdfStructure |
NdfParser.getCurrentStructure() |
NdfStructure |
NdfParseControl.getCurrentStructure()
Returns the current structure in process.
|
NdfStructure |
NdfHandler.getCurrentStructure()
Returns the
NdfStructure which is currently being parsed. |
NdfStructure |
NdfStructure.getParent() |
Modifier and Type | Method and Description |
---|---|
void |
NdfHandler.doneArray(NdfStructure struct)
Called when an array structure is done.
|
void |
LoggingNdfHandler.doneArray(NdfStructure struct) |
void |
DumpingNdfHandler.doneArray(NdfStructure struct) |
void |
NdfHandler.doneDocument(NdfStructure struct)
Called when document parsing has finished.
|
void |
LoggingNdfHandler.doneDocument(NdfStructure struct) |
void |
DumpingNdfHandler.doneDocument(NdfStructure struct) |
void |
NdfHandler.doneList(NdfStructure struct)
Called when a list structure is done.
|
void |
LoggingNdfHandler.doneList(NdfStructure struct) |
void |
DumpingNdfHandler.doneList(NdfStructure struct) |
void |
NdfHandler.doneObject(NdfStructure struct)
Called when an object structure is done.
|
void |
LoggingNdfHandler.doneObject(NdfStructure struct) |
void |
DumpingNdfHandler.doneObject(NdfStructure struct) |
void |
NdfHandler.doneTable(NdfStructure struct)
Called when a table structure is done.
|
void |
LoggingNdfHandler.doneTable(NdfStructure struct) |
void |
DumpingNdfHandler.doneTable(NdfStructure struct) |
void |
NdfHandler.doneText(NdfStructure struct)
Called when a TEXT structure is done.
|
void |
LoggingNdfHandler.doneText(NdfStructure struct) |
void |
NdfHandler.foundArrayValue(NdfStructure struct,
int dimension,
int index,
AsciiWord data)
Called when an array value was found within an array structure.
|
void |
LoggingNdfHandler.foundArrayValue(NdfStructure struct,
int dimension,
int index,
AsciiWord word) |
void |
DumpingNdfHandler.foundArrayValue(NdfStructure struct,
int dimension,
int index,
AsciiWord word) |
void |
NdfHandler.foundArrayValue(NdfStructure struct,
int dimension,
int index,
java.lang.String value)
Called when an array value was found within an array structure.
|
void |
LoggingNdfHandler.foundArrayValue(NdfStructure struct,
int dimension,
int index,
java.lang.String value) |
void |
DumpingNdfHandler.foundArrayValue(NdfStructure struct,
int dimension,
int index,
java.lang.String value) |
void |
NdfHandler.foundListValue(NdfStructure struct,
AsciiWord data)
Called when a list value was found within a list structure.
|
void |
LoggingNdfHandler.foundListValue(NdfStructure struct,
AsciiWord data) |
void |
DumpingNdfHandler.foundListValue(NdfStructure struct,
AsciiWord data) |
void |
NdfHandler.foundListValue(NdfStructure struct,
java.lang.String value)
Called when a list value was found within a list structure.
|
void |
LoggingNdfHandler.foundListValue(NdfStructure struct,
java.lang.String value) |
void |
DumpingNdfHandler.foundListValue(NdfStructure struct,
java.lang.String value) |
void |
NdfHandler.foundProperties(NdfStructure struct,
NdfProperties props)
Called when properties are found on top level.
|
void |
LoggingNdfHandler.foundProperties(NdfStructure struct,
NdfProperties props) |
void |
DumpingNdfHandler.foundProperties(NdfStructure struct,
NdfProperties props) |
void |
NdfHandler.foundTableCell(NdfStructure struct,
int rowIndex,
int columnIndex,
AsciiWord data)
Called when a table cell value was found within a table structure.
|
void |
LoggingNdfHandler.foundTableCell(NdfStructure struct,
int rowIndex,
int columnIndex,
AsciiWord data) |
void |
DumpingNdfHandler.foundTableCell(NdfStructure struct,
int rowIndex,
int columnIndex,
AsciiWord data) |
void |
NdfHandler.foundTableRow(NdfStructure struct,
int rowIndex,
NdfProperties props)
Called when a table row was found within a table structure.
|
void |
LoggingNdfHandler.foundTableRow(NdfStructure struct,
int rowIndex,
NdfProperties rowProps) |
void |
DumpingNdfHandler.foundTableRow(NdfStructure struct,
int rowIndex,
NdfProperties rowProps) |
void |
NdfHandler.foundTableRow(NdfStructure struct,
int rowIndex,
java.lang.String[] data)
Called when a table row was found within a table structure.
|
void |
LoggingNdfHandler.foundTableRow(NdfStructure struct,
int rowIndex,
java.lang.String[] rowData) |
void |
DumpingNdfHandler.foundTableRow(NdfStructure struct,
int rowIndex,
java.lang.String[] rowData) |
void |
NdfHandler.foundText(NdfStructure struct,
int paragraphIndex,
java.util.List<java.lang.String> lines)
Notifies about text-lines found within a TEXT structure.
|
void |
LoggingNdfHandler.foundText(NdfStructure struct,
int paragraphIndex,
java.util.List<java.lang.String> lines) |
void |
DumpingNdfHandler.foundText(NdfStructure struct,
int paragraphIndex,
java.util.List<java.lang.String> lines) |
void |
NdfHandler.foundText(NdfStructure struct,
java.lang.String text)
Notifies about the text found within a TEXT structure.
|
void |
LoggingNdfHandler.foundText(NdfStructure struct,
java.lang.String text) |
void |
DumpingNdfHandler.foundText(NdfStructure struct,
java.lang.String text) |
NotifyArrayValue |
NdfHandler.startArray(NdfStructure struct,
NdfProperties props,
int[] dimensions)
Called when an array structure was found.
|
NotifyArrayValue |
LoggingNdfHandler.startArray(NdfStructure struct,
NdfProperties props,
int[] dimensions) |
NotifyArrayValue |
DumpingNdfHandler.startArray(NdfStructure struct,
NdfProperties props,
int[] dimensions) |
void |
NdfHandler.startDocument(NdfStructure struct,
NdfProperties headerProps)
Called when document parsing is started.
|
void |
LoggingNdfHandler.startDocument(NdfStructure struct,
NdfProperties props) |
void |
DumpingNdfHandler.startDocument(NdfStructure struct,
NdfProperties props) |
NotifyListValue |
NdfHandler.startList(NdfStructure struct,
NdfProperties props)
Called when a list structure was found.
|
NotifyListValue |
LoggingNdfHandler.startList(NdfStructure struct,
NdfProperties props) |
NotifyListValue |
DumpingNdfHandler.startList(NdfStructure struct,
NdfProperties props) |
void |
NdfHandler.startObject(NdfStructure struct,
NdfProperties props)
Called when an object structure was detected.
|
void |
LoggingNdfHandler.startObject(NdfStructure struct,
NdfProperties props) |
void |
DumpingNdfHandler.startObject(NdfStructure struct,
NdfProperties props) |
NotifyTableValue |
NdfHandler.startTable(NdfStructure struct,
NdfProperties props,
java.lang.String[] columns)
Called when a table structure was found.
|
NotifyTableValue |
LoggingNdfHandler.startTable(NdfStructure struct,
NdfProperties props,
java.lang.String[] columns) |
NotifyTableValue |
DumpingNdfHandler.startTable(NdfStructure struct,
NdfProperties props,
java.lang.String[] columns) |
NotifyText |
NdfHandler.startText(NdfStructure struct,
NdfProperties props)
Called when a TEXT structure was found.
|
NotifyText |
LoggingNdfHandler.startText(NdfStructure struct,
NdfProperties props) |
Constructor and Description |
---|
NdfStructure(NdfStructure parent,
int nestingLevel,
NdfStructureType type,
java.lang.String name,
int lineNumber) |
Modifier and Type | Method and Description |
---|---|
void |
LicenseHandler.foundProperties(NdfStructure struct,
NdfProperties props) |
void |
LicenseHandler.startDocument(NdfStructure struct,
NdfProperties headerProps) |
Modifier and Type | Method and Description |
---|---|
void |
DefaultUserManager.MyUserHandler.doneTable(NdfStructure struct) |
void |
DefaultUserManager.MyUserHandler.foundTableRow(NdfStructure struct,
int rowIndex,
NdfProperties props) |
void |
DefaultUserManager.MyUserHandler.startDocument(NdfStructure struct,
NdfProperties props) |
NotifyTableValue |
DefaultUserManager.MyUserHandler.startTable(NdfStructure struct,
NdfProperties props,
java.lang.String[] columns) |
Modifier and Type | Method and Description |
---|---|
void |
GroupHandler.doneTable(NdfStructure struct) |
void |
GroupHandler.foundTableRow(NdfStructure struct,
int rowIndex,
NdfProperties props) |
void |
GroupHandler.startDocument(NdfStructure struct,
NdfProperties props) |
NotifyTableValue |
GroupHandler.startTable(NdfStructure struct,
NdfProperties props,
java.lang.String[] columns) |
Modifier and Type | Method and Description |
---|---|
void |
GroupMemberHandler.doneTable(NdfStructure struct) |
void |
GroupMemberHandler.foundTableRow(NdfStructure struct,
int rowIndex,
java.lang.String[] rowData) |
void |
GroupMemberHandler.startDocument(NdfStructure struct,
NdfProperties props) |
NotifyTableValue |
GroupMemberHandler.startTable(NdfStructure struct,
NdfProperties props,
java.lang.String[] columns) |
Modifier and Type | Method and Description |
---|---|
void |
NetworkConfigHandler.foundTableRow(NdfStructure struct,
int rowIndex,
NdfProperties props) |
void |
NetworkConfigHandler.startDocument(NdfStructure struct,
NdfProperties headerProps) |
Modifier and Type | Method and Description |
---|---|
void |
DatabaseConfigHandler.foundTableRow(NdfStructure struct,
int rowIndex,
NdfProperties props) |
void |
DatabaseConfigHandler.startDocument(NdfStructure struct,
NdfProperties headerProps) |
Modifier and Type | Method and Description |
---|---|
void |
PermissionConfigHandler.foundTableRow(NdfStructure struct,
int rowIndex,
NdfProperties props) |
void |
PermissionConfigHandler.startDocument(NdfStructure struct,
NdfProperties headerProps) |
Copyright © 2014 EsprIT-Systems. All Rights Reserved.