Module org.eclipse.persistence.core
Interface SchemaModelOutputResolver
-
public interface SchemaModelOutputResolverInterface for controlling where schema files are generated.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ResultcreateOutput(String namespaceURI, String suggestedFileName)Determines the location where a given schema file (of the given namespace URI) will be generated, and return it as a Result object.
-
-
-
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.- Returns:
- schema file as a Result object
- Throws:
IOException
-
-