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>

public class PropertiesWithSet extends Properties
Author:
Baptiste Mesta
See Also:
  • Constructor Details

    • PropertiesWithSet

      public PropertiesWithSet(Properties properties)
    • PropertiesWithSet

      public PropertiesWithSet(File file)
  • Method Details

    • getPropertyAsSet

      public Set<String> getPropertyAsSet(String propertyName)
    • stringToSet

      public static Set<String> stringToSet(String propertyValueAsString)