Class StringToSystemPropertiesSubstituter

java.lang.Object
net.anwiba.commons.utilities.string.StringToSystemPropertiesSubstituter
All Implemented Interfaces:
IStringSubstituter

public class StringToSystemPropertiesSubstituter extends Object implements IStringSubstituter
  • Constructor Details

    • StringToSystemPropertiesSubstituter

      public StringToSystemPropertiesSubstituter(List<String> propertyNames)
    • StringToSystemPropertiesSubstituter

      public StringToSystemPropertiesSubstituter(List<String> propertyNames, Supplier<Properties> propertiesSupplier)
  • Method Details