Class PropertiesRewriter

java.lang.Object
net.n2oapp.properties.io.PropertiesRewriter

public class PropertiesRewriter extends Object
Author:
V. Alexeev.
  • Field Details

  • Constructor Details

    • PropertiesRewriter

      public PropertiesRewriter()
  • Method Details

    • updateProperty

      public static <K, V> void updateProperty(org.springframework.core.io.Resource resource, K key, V value) throws IOException
      Throws:
      IOException
    • removeProperty

      public static <K> void removeProperty(org.springframework.core.io.Resource resource, K key) throws IOException
      Throws:
      IOException