Class PropertiesUtil.PrefixProducer

  • All Implemented Interfaces:
    PropertiesUtil.Producer
    Enclosing class:
    PropertiesUtil

    public static class PropertiesUtil.PrefixProducer
    extends java.lang.Object
    implements PropertiesUtil.Producer
    A Producer that given an input set of properties and a specific prefix, produces another set of properties from all input properties that have that prefix and removes the prefix.
    • Constructor Summary

      Constructors 
      Constructor Description
      PrefixProducer​(java.util.Properties props, java.lang.String prefix)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Properties readProperties()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • PrefixProducer

        public PrefixProducer​(java.util.Properties props,
                              java.lang.String prefix)