Interface SchemaModelOutputResolver


  • public interface SchemaModelOutputResolver
    Interface for controlling where schema files are generated.
    • Method Detail

      • createOutput

        Result createOutput​(String namespaceURI,
                            String suggestedFileName)
                     throws IOException
        Determines the location where a given schema file (of the given namespace URI) will be generated, and return it as a Result object.
        Parameters:
        namespaceURI -
        suggestedFileName -
        Returns:
        schema file as a Result object
        Throws:
        IOException