Interface PersistenceConstants
-
- All Known Implementing Classes:
Persistencer,PersistentProject2PLPConverter,PLP2ProjectConverter
public interface PersistenceConstantsConstants related to the persistence layer.- Author:
- El-Sharkawy
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringCONFIG_FILEName of the non ivml configuration file.static java.lang.StringEASY_FILES_DEFAULTDefault folder name for persistent configuration files.static java.lang.StringINSTANTIATOR_ENGINEInstantiator: Denotes which instantiator should be used.static java.lang.StringINSTANTIATOR_FILEInstantiator: Denotes all files to instantiate ny this instantiator.static java.lang.StringINSTANTIATOR_INHERITEDInstantiator: Denotes the inheritance chain of the instantiator.static java.lang.StringINSTANTIATOR_PATH_REGEXInstantiator: Denotes the regular expression to split the file and project paths that were saved as concatenations of Strings into the persistancy layer.static java.lang.StringINSTANTIATOR_PATHSInstantiator: Denotes the last known path of the predecessor project and the path of the current context project of an instantiator.static java.lang.StringINSTANTIATOR_UUIDInstantiator: Denotes for which UUID is connected with the given instantiator.static java.lang.StringPLP_LOCATIONPLP: Denotes the physical location of the product line project.static java.lang.StringPLP_VERSIONPLP: Denotes the current version of the product line project.static java.lang.StringPRESUCCESSOR_LOCATIONPredecessor and Successor: Denotes the location for the linked Predecessor or Successor.static java.lang.StringPRESUCCESSOR_MEMEBERNAMEPredecessor and Successor: Denotes the member name for the linked Predecessor or Successor.static java.lang.StringPRESUCCESSOR_UUIDPredecessor and Successor: Denotes the UUID for the linked Predecessor or Successor.static java.lang.StringPRESUCCESSOR_VERSIONPredecessor and Successor: Denotes the version for the linked Predecessor or Successor.static java.lang.StringPTN_PROJECTNAMEPTN: Denotes the name for the given PTN.static java.lang.StringPTN_UUIDPTN: Denotes the UUID for the given PTN.static java.lang.StringREASONER_ATTRIBUTEReasoner Configuration: One attribute.static java.lang.StringREASONER_TIMEOUTReasoner Configuration: Specifies the timeout for reasoning in ms.static java.lang.StringREASONER_VALUE_SEPARATORReasoner Configuration: Separates values of an attribute.static java.lang.StringREASONER_VALUESReasoner Configuration: Values of an attribute.static java.lang.StringSETTINGS_DEBUGProject Settings: Specification whether debug information shall be stored or not.
-
-
-
Field Detail
-
EASY_FILES_DEFAULT
static final java.lang.String EASY_FILES_DEFAULT
Default folder name for persistent configuration files.- See Also:
- Constant Field Values
-
CONFIG_FILE
static final java.lang.String CONFIG_FILE
Name of the non ivml configuration file.- See Also:
- Constant Field Values
-
REASONER_TIMEOUT
static final java.lang.String REASONER_TIMEOUT
Reasoner Configuration: Specifies the timeout for reasoning in ms.- See Also:
- Constant Field Values
-
REASONER_ATTRIBUTE
static final java.lang.String REASONER_ATTRIBUTE
Reasoner Configuration: One attribute.- See Also:
- Constant Field Values
-
REASONER_VALUES
static final java.lang.String REASONER_VALUES
Reasoner Configuration: Values of an attribute.- See Also:
- Constant Field Values
-
REASONER_VALUE_SEPARATOR
static final java.lang.String REASONER_VALUE_SEPARATOR
Reasoner Configuration: Separates values of an attribute.- See Also:
- Constant Field Values
-
SETTINGS_DEBUG
static final java.lang.String SETTINGS_DEBUG
Project Settings: Specification whether debug information shall be stored or not.- See Also:
- Constant Field Values
-
INSTANTIATOR_ENGINE
static final java.lang.String INSTANTIATOR_ENGINE
Instantiator: Denotes which instantiator should be used.- See Also:
- Constant Field Values
-
INSTANTIATOR_FILE
static final java.lang.String INSTANTIATOR_FILE
Instantiator: Denotes all files to instantiate ny this instantiator.- See Also:
- Constant Field Values
-
INSTANTIATOR_UUID
static final java.lang.String INSTANTIATOR_UUID
Instantiator: Denotes for which UUID is connected with the given instantiator.- See Also:
- Constant Field Values
-
INSTANTIATOR_INHERITED
static final java.lang.String INSTANTIATOR_INHERITED
Instantiator: Denotes the inheritance chain of the instantiator.- See Also:
- Constant Field Values
-
INSTANTIATOR_PATHS
static final java.lang.String INSTANTIATOR_PATHS
Instantiator: Denotes the last known path of the predecessor project and the path of the current context project of an instantiator.- See Also:
- Constant Field Values
-
INSTANTIATOR_PATH_REGEX
static final java.lang.String INSTANTIATOR_PATH_REGEX
Instantiator: Denotes the regular expression to split the file and project paths that were saved as concatenations of Strings into the persistancy layer.- See Also:
- Constant Field Values
-
PTN_UUID
static final java.lang.String PTN_UUID
PTN: Denotes the UUID for the given PTN.- See Also:
- Constant Field Values
-
PTN_PROJECTNAME
static final java.lang.String PTN_PROJECTNAME
PTN: Denotes the name for the given PTN.- See Also:
- Constant Field Values
-
PLP_VERSION
static final java.lang.String PLP_VERSION
PLP: Denotes the current version of the product line project.- See Also:
- Constant Field Values
-
PLP_LOCATION
static final java.lang.String PLP_LOCATION
PLP: Denotes the physical location of the product line project.- See Also:
- Constant Field Values
-
PRESUCCESSOR_UUID
static final java.lang.String PRESUCCESSOR_UUID
Predecessor and Successor: Denotes the UUID for the linked Predecessor or Successor.- See Also:
- Constant Field Values
-
PRESUCCESSOR_MEMEBERNAME
static final java.lang.String PRESUCCESSOR_MEMEBERNAME
Predecessor and Successor: Denotes the member name for the linked Predecessor or Successor.- See Also:
- Constant Field Values
-
PRESUCCESSOR_VERSION
static final java.lang.String PRESUCCESSOR_VERSION
Predecessor and Successor: Denotes the version for the linked Predecessor or Successor.- See Also:
- Constant Field Values
-
PRESUCCESSOR_LOCATION
static final java.lang.String PRESUCCESSOR_LOCATION
Predecessor and Successor: Denotes the location for the linked Predecessor or Successor.- See Also:
- Constant Field Values
-
-