public abstract class SingleAssociatorEnhancer extends AbstractAssociator implements OptionHandler
| Modifier and Type | Field and Description |
|---|---|
protected Associator |
m_Associator
The base associator to use
|
m_DoNotCheckCapabilities| Constructor and Description |
|---|
SingleAssociatorEnhancer() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
associatorTipText()
Returns the tip text for this property
|
protected java.lang.String |
defaultAssociatorString()
String describing default Associator.
|
Associator |
getAssociator()
Get the associator used as the base associator.
|
protected java.lang.String |
getAssociatorSpec()
Gets the associator specification string, which contains the class name of
the associator and any options to the associator
|
Capabilities |
getCapabilities()
Returns default capabilities of the base associator.
|
java.lang.String[] |
getOptions()
Gets the current settings of the associator.
|
java.util.Enumeration<Option> |
listOptions()
Returns an enumeration describing the available options.
|
void |
setAssociator(Associator value)
Set the base associator.
|
void |
setOptions(java.lang.String[] options)
Parses a given list of options.
|
doNotCheckCapabilitiesTipText, forName, getDoNotCheckCapabilities, getRevision, makeCopies, makeCopy, postExecution, preExecution, run, runAssociator, setDoNotCheckCapabilitiesclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbuildAssociationsprotected Associator m_Associator
protected java.lang.String defaultAssociatorString()
public java.util.Enumeration<Option> listOptions()
listOptions in interface OptionHandlerlistOptions in class AbstractAssociatorpublic void setOptions(java.lang.String[] options)
throws java.lang.Exception
-W classname
Specify the full class name of the base associator.
Options after -- are passed to the designated associator.
setOptions in interface OptionHandlersetOptions in class AbstractAssociatoroptions - the list of options as an array of stringsjava.lang.Exception - if an option is not supportedpublic java.lang.String[] getOptions()
getOptions in interface OptionHandlergetOptions in class AbstractAssociatorpublic java.lang.String associatorTipText()
public void setAssociator(Associator value)
value - the associator to use.public Associator getAssociator()
protected java.lang.String getAssociatorSpec()
public Capabilities getCapabilities()
getCapabilities in interface AssociatorgetCapabilities in interface CapabilitiesHandlergetCapabilities in class AbstractAssociatorCapabilities