|
VdexReload 1.1.3 API | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectuk.ac.reload.editor.ReloadHelperProfile
uk.ac.reload.editor.metadata.MetadataHelperProfile
The Metadata Helper Profile This reads in a MD User Profile XML File for helper stuff
Field Summary | |
protected static java.util.Hashtable |
_mdProfilesTable
Static Profiles - we only want to create these just once and re-use them |
protected MetadataProfileElement |
_rootElement
The Root MetadataProfileElement |
Fields inherited from class uk.ac.reload.editor.ReloadHelperProfile |
_docProfile, _fileProfile |
Constructor Summary | |
MetadataHelperProfile(java.io.File fileProfile)
Constructor |
Method Summary | |
static MetadataHelperProfile |
getDefaultMetadataHelperProfile()
Get the default MetadataHelperProfile |
static MetadataHelperProfile[] |
getMetadataHelperProfiles()
Get all available MetadataHelperProfiles |
static MetadataHelperProfile |
getMetadataProfile(java.io.File fileProfile)
Factory method for getting a static re-usable MetadataProfile |
MetadataProfileElement |
getRootElement()
Get the root MetadataProfileElement |
java.io.File |
getSchemaHelperFile()
Get the Schema Helper File |
java.io.File |
getVocabFile()
Get the Vocabulary Helper File |
Methods inherited from class uk.ac.reload.editor.ReloadHelperProfile |
getFile, getProfileName, getRootAttributeValue, getSchemaHelperFileName, getVocabularyFileName, loadProfile, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
protected static java.util.Hashtable _mdProfilesTable
protected MetadataProfileElement _rootElement
Constructor Detail |
public MetadataHelperProfile(java.io.File fileProfile) throws ReloadEditorException
fileProfile
- the file of the MetadataHelperProfile file
ReloadEditorException
Method Detail |
public static MetadataHelperProfile getMetadataProfile(java.io.File fileProfile) throws ReloadEditorException
fileProfile
- the file of the MetadataProfile file
ReloadEditorException
public static MetadataHelperProfile[] getMetadataHelperProfiles()
public java.io.File getVocabFile()
getVocabFile
in class ReloadHelperProfile
public java.io.File getSchemaHelperFile()
getSchemaHelperFile
in class ReloadHelperProfile
public static MetadataHelperProfile getDefaultMetadataHelperProfile() throws ReloadEditorException
ReloadEditorException
public MetadataProfileElement getRootElement()
|
VdexReload 1.1.3 API | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |