Class PropertiesWithSet
java.lang.Object
java.util.Dictionary<K,V>
java.util.Hashtable<Object,Object>
java.util.Properties
org.bonitasoft.engine.authorization.properties.PropertiesWithSet
- All Implemented Interfaces:
Serializable,Cloneable,Map<Object,Object>
- Author:
- Baptiste Mesta
- See Also:
-
Field Summary
Fields inherited from class java.util.Properties
defaults -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetPropertyAsSet(String propertyName) stringToSet(String propertyValueAsString) Methods inherited from class java.util.Properties
clear, clone, compute, computeIfAbsent, computeIfPresent, contains, containsKey, containsValue, elements, entrySet, equals, forEach, get, getOrDefault, getProperty, getProperty, hashCode, isEmpty, keys, keySet, list, list, load, load, loadFromXML, merge, propertyNames, put, putAll, putIfAbsent, rehash, remove, remove, replace, replace, replaceAll, save, setProperty, size, store, store, storeToXML, storeToXML, storeToXML, stringPropertyNames, toString, values
-
Constructor Details
-
PropertiesWithSet
-
PropertiesWithSet
-
-
Method Details
-
getPropertyAsSet
-
stringToSet
-