Class KarafPropertyEdit

    • Constructor Detail

      • KarafPropertyEdit

        public KarafPropertyEdit()
    • Method Detail

      • getFile

        public String getFile()
        Get the pathname, relative to the the Karaf etc directory, of the file to manipulate.
        Returns:
        String
      • getKey

        public String getKey()
        Get the property key.
        Returns:
        String
      • getOperation

        public Operation getOperation()
        Get the operation to perform: 'put' or 'extend' or 'remove'.
        Returns:
        Operation
      • getValue

        public String getValue()
        Get the property value.
        Returns:
        String
      • setFile

        public void setFile​(String file)
        Set the pathname, relative to the the Karaf etc directory, of the file to manipulate.
        Parameters:
        file -
      • setKey

        public void setKey​(String key)
        Set the property key.
        Parameters:
        key -
      • setOperation

        public void setOperation​(Operation operation)
        Set the operation to perform: 'put' or 'extend' or 'remove'.
        Parameters:
        operation -
      • setValue

        public void setValue​(String value)
        Set the property value.
        Parameters:
        value -