Modifier and Type | Field and Description |
---|---|
protected CodingSchemeManifest |
codingSchemeManifest |
Constructor and Description |
---|
CommonBase() |
Modifier and Type | Method and Description |
---|---|
CodingSchemeManifest |
getCodingSchemeManifest() |
LoaderPreferences |
getLoaderPreferences()
Returns the loader's current LoaderPreferences
|
java.net.URI |
getManifestLocation() |
void |
setCodingSchemeManifest(CodingSchemeManifest manifest) |
void |
setLoaderPreferences(LoaderPreferences loadPrefs)
Sets the Loader's LoaderPreferences
|
void |
setManifestLocation(java.net.URI manifestLocation) |
java.lang.String |
testConnection() |
protected CodingSchemeManifest codingSchemeManifest
public java.net.URI getManifestLocation()
public void setManifestLocation(java.net.URI manifestLocation)
manifestLocation
- the manifestLocation to setpublic CodingSchemeManifest getCodingSchemeManifest()
public void setCodingSchemeManifest(CodingSchemeManifest manifest)
manifest
- the manifest to setpublic LoaderPreferences getLoaderPreferences()
public void setLoaderPreferences(LoaderPreferences loadPrefs)
loadPrefs
- The LoaderPreferences object to usepublic java.lang.String testConnection() throws ConnectionFailure
ConnectionFailure