public class UMLSHistoryFile extends URIBase implements InputFormatInterface
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
description |
fileLocation
codingSchemeManifest
Constructor and Description |
---|
UMLSHistoryFile() |
UMLSHistoryFile(java.net.URI sourcePath,
boolean stopOnErrors,
LgMessageDirectorIF md) |
Modifier and Type | Method and Description |
---|---|
java.lang.String[] |
getAvailableTerminologies() |
java.lang.String |
getConnectionSummary()
Get a summary of the connection parameters.
|
java.lang.String |
getDescription()
Get the description of the input type.
|
Option[] |
getOptions()
Get the additional options that must be supplied before the reading can
happen.
|
java.lang.String[] |
getSupportedOutputFormats()
Get the supported Output formats for this input format.
|
java.lang.String |
testConnection()
See if the provided parameters make a valid connection
|
getConnectionSummary, getFileLocation, setFileLocation
getCodingSchemeManifest, getLoaderPreferences, getManifestLocation, setCodingSchemeManifest, setLoaderPreferences, setManifestLocation
public UMLSHistoryFile(java.net.URI sourcePath, boolean stopOnErrors, LgMessageDirectorIF md)
public UMLSHistoryFile()
public java.lang.String testConnection() throws ConnectionFailure
InputFormatInterface
testConnection
in interface InputFormatInterface
testConnection
in class URIBase
ConnectionFailure
- If a connection can't be made.public java.lang.String getDescription()
InputFormatInterface
getDescription
in interface InputFormatInterface
public java.lang.String[] getSupportedOutputFormats()
InputFormatInterface
getSupportedOutputFormats
in interface InputFormatInterface
public java.lang.String getConnectionSummary()
InputFormatInterface
getConnectionSummary
in interface InputFormatInterface
public Option[] getOptions()
InputFormatInterface
getOptions
in interface InputFormatInterface
public java.lang.String[] getAvailableTerminologies() throws ConnectionFailure, UnexpectedError
getAvailableTerminologies
in interface InputFormatInterface
ConnectionFailure
UnexpectedError