|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interfaced used during the construnction of the Registry
.
Method Summary | |
void |
addPostProcessor(java.lang.Runnable postProcessor)
Adds a Runnable object that will be called after all
modules have been parsed. |
void |
addSchema(java.lang.String schemaId,
Schema schema)
Records a schema that may be referenced elsewhere within a module, or by some other module entirely. |
void |
enqueueModuleParse(Resource resource,
ClassResolver resolver)
Enqueues another module to be parsed. |
Schema |
getSchema(java.lang.String schemaId)
Returns a reference to a schema previously recorded by addSchema(String, Schema) . |
Method Detail |
public void addSchema(java.lang.String schemaId, Schema schema)
schemaId
- fully qualified id for the schema.schema
- the Schema to be recorded for later referencepublic Schema getSchema(java.lang.String schemaId)
addSchema(String, Schema)
.
schemaId
- fully qualified schema id
public void addPostProcessor(java.lang.Runnable postProcessor)
Runnable
object that will be called after all
modules have been parsed. This is intended to support
support forward references to schemas.
public void enqueueModuleParse(Resource resource, ClassResolver resolver)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |