public interface PreferenceLoader
Modifier and Type | Method and Description |
---|---|
java.net.URI |
getPreferencesURI()
Gets the URI of the loaded Preferences XML file.
|
LoaderPreferences |
load()
Returns a generic Preferences object.
|
void |
setPreferencesURI(java.net.URI input)
Sets the Loader to use the specified XML Preferences XML file.
|
boolean |
validate()
Validates the loaded Preference XML file against the appropriate XSD
|
boolean validate()
LoaderPreferences load() throws LgConvertException
LgConvertException
java.net.URI getPreferencesURI()
void setPreferencesURI(java.net.URI input)
input
- The URI of the XML Preferences file to be assigned to the
loader