public class FileSchemaLibrary extends java.lang.Object implements SchemaLibrary
| Constructor and Description |
|---|
FileSchemaLibrary(java.io.File schemaFolder) |
| Modifier and Type | Method and Description |
|---|---|
JSONObject |
getSchema(java.lang.String name)
Given the name of a schema, this returns the JSONObject for that schema
The name would be used in a #ref attribute of one schema, in order to
refer to fragment of a schema returned by the library.
|
public JSONObject getSchema(java.lang.String name) throws java.lang.Exception
SchemaLibrarygetSchema in interface SchemaLibraryjava.lang.Exception