Class PropertiesRewriter


  • public class PropertiesRewriter
    extends Object
    Author:
    V. Alexeev.
    • Constructor Detail

      • PropertiesRewriter

        public PropertiesRewriter()
    • Method Detail

      • 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