Interface WritableConfigurationItem

    • Method Detail

      • getRawConfiguration

        java.io.InputStream getRawConfiguration()
                                         throws java.io.IOException
        Obtains the InputStream to the raw configuration (no PropertyList replacement).
        Returns:
        InputStream to the raw configuration.
        Throws:
        java.io.IOException - If fails to load the raw configuration.
      • setConfiguration

        void setConfiguration​(java.io.InputStream configuration)
                       throws java.io.IOException
        Specifies the configuration that this is to represent.
        Parameters:
        configuration - Configuration.
        Throws:
        java.io.IOException - If fails to set the configuration.