Class PropertiesWithSet

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable, java.util.Map<java.lang.Object,​java.lang.Object>

    public class PropertiesWithSet
    extends java.util.Properties
    Author:
    Baptiste Mesta
    See Also:
    Serialized Form
    • Field Summary

      • Fields inherited from class java.util.Properties

        defaults
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Set<java.lang.String> getPropertyAsSet​(java.lang.String propertyName)  
      static java.util.Set<java.lang.String> stringToSet​(java.lang.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
      • Methods inherited from class java.lang.Object

        finalize, getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • PropertiesWithSet

        public PropertiesWithSet​(java.util.Properties properties)
      • PropertiesWithSet

        public PropertiesWithSet​(java.io.File file)
    • Method Detail

      • getPropertyAsSet

        public java.util.Set<java.lang.String> getPropertyAsSet​(java.lang.String propertyName)
      • stringToSet

        public static java.util.Set<java.lang.String> stringToSet​(java.lang.String propertyValueAsString)