Impact Acquire SDK Java
|
Defines valid storage locations for component list import, export and delete operations. More...
Static Public Attributes | |
static final int | slFile = acquireJNI.slFile_get() |
Stores/loads the setting in/from an XML file. | |
static final int | slNative = acquireJNI.slNative_get() |
Stores/loads the setting in/from a platform dependent location. | |
static final int | slNative_Raw = acquireJNI.slNative_Raw_get() |
Stores/loads the setting in/from a platform dependent location. | |
static final int | slRAM = acquireJNI.slRAM_get() |
Stores/loads the setting in/from RAM file. | |
Defines valid storage locations for component list import, export and delete operations.
Component lists can be imported and exported from/to XML files, process RAM and (under Windows©) from/into the Registry.
|
static |
Stores/loads the setting in/from an XML file.
Setting data will be imported/exported from/to an XML file.
|
static |
Stores/loads the setting in/from a platform dependent location.
Under Windows© the Registry will be used to as a platform dependent location, while under other platforms an XML file will be processed in the path specified as the settings name.
|
static |
Stores/loads the setting in/from a platform dependent location.
Under Windows© the Registry will be used to as a platform dependent location, while under other platforms an XML file will be processed in the path specified as the settings name.
|
static |
Stores/loads the setting in/from RAM file.
Setting data will be stored in the RAM of the current process. Data stored this way should be freed when no longer needed to avoid a waste of memory. However when shutting down Impact Acquire completely (e.g. when unloading the mvPropHandling library from memory all memory allocated by settings stored this way will be freed automatically).