Interface AbstractWritableConfigurationContext.ConfigurationWriter

    • Method Detail

      • writeConfiguration

        void writeConfiguration​(java.lang.String location,
                                boolean isCreate,
                                java.io.InputStream configuration)
                         throws java.io.IOException
        Implement to write the configuration.
        Parameters:
        location - Location of the ConfigurationItem.
        isCreate - Indicates if creating the ConfigurationItem.
        configuration - Content for the ConfigurationItem.
        Throws:
        java.io.IOException - If fails to write the ConfigurationItem.