edu.mayo.informatics.lexgrid.convert.formats.baseFormats
Class CommonBase
java.lang.Object
edu.mayo.informatics.lexgrid.convert.formats.baseFormats.CommonBase
- Direct Known Subclasses:
- FileBase, LDAPBase, SQLBase, URIBase
public class CommonBase
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
codingSchemeManifest
protected CodingSchemeManifest codingSchemeManifest
CommonBase
public CommonBase()
getManifestLocation
public java.net.URI getManifestLocation()
- Returns:
- the manifestLocation
setManifestLocation
public void setManifestLocation(java.net.URI manifestLocation)
- Parameters:
manifestLocation
- the manifestLocation to set
getCodingSchemeManifest
public CodingSchemeManifest getCodingSchemeManifest()
- Returns:
- the manifest
setCodingSchemeManifest
public void setCodingSchemeManifest(CodingSchemeManifest manifest)
- Parameters:
manifest
- the manifest to set
getLoaderPreferences
public LoaderPreferences getLoaderPreferences()
- Returns the loader's current LoaderPreferences
- Returns:
- The Loader's current LoaderPreferences
setLoaderPreferences
public void setLoaderPreferences(LoaderPreferences loadPrefs)
- Sets the Loader's LoaderPreferences
- Parameters:
loadPrefs
- The LoaderPreferences object to use
testConnection
public java.lang.String testConnection()
throws ConnectionFailure
- Throws:
ConnectionFailure