VdexReload 1.1.3 API

Uses of Class
uk.ac.reload.moonunit.schema.ReloadSchemaException

Packages that use ReloadSchemaException
uk.ac.reload.moonunit.schema   
 

Uses of ReloadSchemaException in uk.ac.reload.moonunit.schema
 

Methods in uk.ac.reload.moonunit.schema that throw ReloadSchemaException
static ReloadVocabulary ReloadVocabulary.getReloadVocabulary(java.io.File fileVocab)
          Factory method for getting a static re-usable ReloadVocabulary
static ReloadSchemaHelper ReloadSchemaHelper.getReloadSchemaHelper(java.io.File fileHelper)
          Factory method for getting a static re-usable ReloadSchemaHelper
 void ReloadSchemaController.loadSchema(java.io.File schemaFile)
          Load the Schema File
 void ReloadSchemaController.loadSchemaHelper(java.io.File fileHelper)
          Load the Schema Helper File
 void ReloadSchemaController.loadVocab(java.io.File fileVocab)
          Load the Vocabulary Helper File
static ReloadSchema ReloadSchema.getReloadSchema(java.io.File fileSpec, java.lang.String rootName)
          Factory method for getting a static re-usable ReloadSchema
 

Constructors in uk.ac.reload.moonunit.schema that throw ReloadSchemaException
ReloadSchemaController(java.io.File fileSchema, java.io.File fileHelper, java.io.File fileVocab)
          Constructor
 


VdexReload 1.1.3 API