public class RegisterLexGridTerminology extends SQLBase implements OutputFormatInterface
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
description |
driver, password, server, tablePrefix, username
codingSchemeManifest
Constructor and Description |
---|
RegisterLexGridTerminology() |
RegisterLexGridTerminology(java.lang.String username,
java.lang.String password,
java.lang.String server,
java.lang.String driver) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getConnectionSummary()
Get a summary of the connection parameters.
|
java.lang.String |
getDescription()
The description of the output type.
|
Option[] |
getOptions() |
java.lang.String |
testConnection()
See if the provided parameters make a valid connection
|
getConnectionSummary, getDriver, getPassword, getServer, getTablePrefix, getUsername
getCodingSchemeManifest, getLoaderPreferences, getManifestLocation, setCodingSchemeManifest, setLoaderPreferences, setManifestLocation
public static final java.lang.String description
public RegisterLexGridTerminology(java.lang.String username, java.lang.String password, java.lang.String server, java.lang.String driver)
public RegisterLexGridTerminology()
public java.lang.String getConnectionSummary()
OutputFormatInterface
getConnectionSummary
in interface OutputFormatInterface
public java.lang.String getDescription()
OutputFormatInterface
getDescription
in interface OutputFormatInterface
public Option[] getOptions()
getOptions
in interface OutputFormatInterface
public java.lang.String testConnection() throws ConnectionFailure
OutputFormatInterface
testConnection
in interface OutputFormatInterface
testConnection
in class SQLBase
ConnectionFailure
- If a connection can't be made.