public class IndexLexGridDatabase extends java.lang.Object implements OutputFormatInterface
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
description |
protected java.lang.String |
indexLocation_ |
protected java.lang.String |
indexName_ |
protected java.lang.String |
normConfigFile_ |
protected boolean |
normEnabled_ |
Constructor and Description |
---|
IndexLexGridDatabase() |
IndexLexGridDatabase(java.lang.String indexLocation,
java.lang.String indexName,
boolean normEnabled,
java.lang.String normConfigFile) |
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.
|
java.lang.String |
getIndexLocation() |
java.lang.String |
getIndexName() |
java.lang.String |
getNormConfigFile() |
Option[] |
getOptions() |
boolean |
isNormEnabled() |
java.lang.String |
testConnection()
See if the provided parameters make a valid connection
|
public static final java.lang.String description
protected java.lang.String indexLocation_
protected java.lang.String indexName_
protected boolean normEnabled_
protected java.lang.String normConfigFile_
public IndexLexGridDatabase()
public IndexLexGridDatabase(java.lang.String indexLocation, java.lang.String indexName, boolean normEnabled, java.lang.String normConfigFile)
public java.lang.String getConnectionSummary()
OutputFormatInterface
getConnectionSummary
in interface OutputFormatInterface
public java.lang.String getDescription()
OutputFormatInterface
getDescription
in interface OutputFormatInterface
public java.lang.String testConnection() throws ConnectionFailure
OutputFormatInterface
testConnection
in interface OutputFormatInterface
ConnectionFailure
- If a connection can't be made.public Option[] getOptions()
getOptions
in interface OutputFormatInterface
public java.lang.String getIndexLocation()
public java.lang.String getIndexName()
public java.lang.String getNormConfigFile()
public boolean isNormEnabled()