Class FilterDynamicSchemaProcessor

    • Constructor Detail

      • FilterDynamicSchemaProcessor

        public FilterDynamicSchemaProcessor()
    • Method Detail

      • filter

        protected String filter​(String schemaUrl,
                                Util.PropertyList connectInfo,
                                InputStream stream)
                         throws Exception
        Reads the contents of a schema as a stream and returns the result as a string.

        The default implementation returns the contents of the schema unchanged.

        Parameters:
        schemaUrl - the URL of the catalog
        connectInfo - Connection properties
        stream - Schema contents represented as a stream
        Returns:
        the modified schema
        Throws:
        Exception - if an error occurs