Package pl.edu.icm.unity.pam
Class PAMProperties
- java.lang.Object
-
- eu.unicore.util.configuration.PropertiesHelper
-
- pl.edu.icm.unity.engine.api.config.UnityPropertiesHelper
-
- pl.edu.icm.unity.pam.PAMProperties
-
- All Implemented Interfaces:
eu.unicore.util.configuration.PropertiesHelperAPI,eu.unicore.util.configuration.UpdateableConfiguration,Cloneable
public class PAMProperties extends pl.edu.icm.unity.engine.api.config.UnityPropertiesHelper
-
-
Constructor Summary
Constructors Constructor Description PAMProperties(Properties properties)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PropertiesgetProperties()-
Methods inherited from class pl.edu.icm.unity.engine.api.config.UnityPropertiesHelper
addCachedPrefixes, cacheIfNeeded, getAsString, getLocalizedString, getLocalizedStringWithoutFallbackToDefault, getLocalizedValueWithOutFallbackToDefault, getSortedStringKeys, isCached, parse, refillCache, setProperties, setProperty
-
Methods inherited from class eu.unicore.util.configuration.PropertiesHelper
addPropertyChangeListener, canHaveSubkeys, checkBounds, checkConstraints, checkConstraints, checkDeprecated, checkPropertyConstraints, checkStructuredListConstraints, clone, cloneTo, filterChanged, findUnknown, getBooleanValue, getClassValue, getDoubleValue, getDoubleValueNoCheck, getEnumValue, getFileValue, getFileValueAsString, getIntValue, getIntValueNoCheck, getKeyDescription, getListOfValues, getLocalizedValue, getLongValue, getLongValueNoCheck, getMetadata, getMetadataKey, getRawProperty, getSortedNumKeys, getStructuredListKeys, getSubkeyBooleanValue, getSubkeyEnumValue, getSubkeyIntValue, getSubkeyLongValue, getSubkeyValue, getValue, isSet, logValue, notifyAllWithKey, notifyFocusedListeners, notifyGenericListeners, removePropertyChangeListener
-
-
-
-
Field Detail
-
PREFIX
public static final String PREFIX
- See Also:
- Constant Field Values
-
PAM_FACILITY
public static final String PAM_FACILITY
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
PAMProperties
public PAMProperties(Properties properties)
-
-
Method Detail
-
getProperties
public Properties getProperties()
-
-