Package | Description |
---|---|
org.safs.auth | |
org.safs.autoit | |
org.safs.persist | |
org.safs.persist.test | |
org.safs.rest.service |
Class and Description |
---|
Persistable
Represent an object that can be persisted.
|
PersistableDefault |
Class and Description |
---|
Persistable
Represent an object that can be persisted.
|
PersistableDefault |
Class and Description |
---|
AbstractPersistor |
AbstractRuntimeDataPersistor
A Persistor with RuntimeDataInterface providing underlying functionality.
|
AbstractRuntimeDataVerifier
A Verifier with RuntimeDataInterface providing underlying functionality.
|
AbstractVerifier |
Persistable
Represent an object that can be persisted.
|
PersistableChecker |
PersistenceType
This enum represents the possible persistence types.
|
Persistor
Provides the abilities to
Persist a Persistable object to the persistence (a file, the variables etc.)
Delete the persistence (a file, the variables etc.)
Convert the contents stored in a persistence substance into a Persistable object.
|
PersistorToFile |
PersistorToFileDelegate
Write Persistable object to a file, but it will delegate the job to a sub-class of
PersistorToString
to get back the string format of the Persistable object, then it will write that string into the file. |
PersistorToHierarchialString
Write the Persistable object to a persistence of hierarchical structure, such as JSON, XML format.
|
PersistorToString
This class is used to convert a Persistable object to a string and convert a string to a Persistable object.
The string format will depends on the sub-class's implementation. |
Verifier
Provides the ability to verify a Persistable object against the contents stored in a persistence substance.
|
VerifierToFile |
Class and Description |
---|
Persistable
Represent an object that can be persisted.
|
PersistableDefault |
Class and Description |
---|
Persistable
Represent an object that can be persisted.
|
PersistableDefault |
Copyright © SAS Institute. All Rights Reserved.