org.eclipse.jpt.jaxb.core
Interface SchemaLibrary


public interface SchemaLibrary

Entry point for accessing project schema resources

Since:
3.0 Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. It is available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.
Version:
3.0

Method Summary
 org.eclipse.xsd.XSDSchema getSchema(java.lang.String namespace)
           
 java.util.Map<java.lang.String,java.lang.String> getSchemaLocations()
          Return the project settings that indicate how schema keys are mapped to actual resolvable schemas
 void setSchemaLocations(java.util.Map<java.lang.String,java.lang.String> schemaLocations)
          Set the project settings that indicate how schema keys are mapped to actual resolvable schemas.
 

Method Detail

getSchema

org.eclipse.xsd.XSDSchema getSchema(java.lang.String namespace)

getSchemaLocations

java.util.Map<java.lang.String,java.lang.String> getSchemaLocations()
Return the project settings that indicate how schema keys are mapped to actual resolvable schemas


setSchemaLocations

void setSchemaLocations(java.util.Map<java.lang.String,java.lang.String> schemaLocations)
Set the project settings that indicate how schema keys are mapped to actual resolvable schemas.