Class CPSProperty
java.lang.Object
dev.galasa.framework.api.common.resources.CPSProperty
-
Constructor Summary
ConstructorDescriptionCPSProperty
(GalasaProperty property) CPSProperty
(IConfigurationPropertyStoreService store, CPSNamespace namespace, GalasaPropertyName propertyName) CPSProperty
(IConfigurationPropertyStoreService store, CPSNamespace namespace, GalasaPropertyName propertyName, String value) CPSProperty
(String completeCPSname, String propertyValue) CPSProperty
(String namespace, String propertyName, String propertyValue) CPSProperty
(Map.Entry<String, String> propertyEntry) -
Method Summary
Modifier and TypeMethodDescriptionvoid
boolean
getName()
getValue()
boolean
protected void
void
setPropertyToStore
(GalasaProperty galasaProperty, boolean updateProperty)
-
Constructor Details
-
CPSProperty
public CPSProperty(IConfigurationPropertyStoreService store, CPSNamespace namespace, GalasaPropertyName propertyName) -
CPSProperty
public CPSProperty(IConfigurationPropertyStoreService store, CPSNamespace namespace, GalasaPropertyName propertyName, String value) -
CPSProperty
-
CPSProperty
-
CPSProperty
-
CPSProperty
-
-
Method Details
-
getNamespace
-
getQualifiedName
-
getName
-
getValue
-
getPossiblyRedactedValue
-
loadValueFromStore
-
setPropertyToStore
public void setPropertyToStore(GalasaProperty galasaProperty, boolean updateProperty) throws ConfigurationPropertyStoreException, InternalServletException -
deletePropertyFromStore
- Throws:
InternalServletException
-
existsInStore
public boolean existsInStore() -
isPropertyValid
- Throws:
InternalServletException
-