|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CasProcessorRuntimeEnvParam
An object that holds configuration that is part of the CPE descriptor. It provides the means of configuring environment variables used when launching local CasProcessors.
| Method Summary | |
|---|---|
String |
getEnvParamName()
Returns a name of parameter |
String |
getEnvParamValue()
Returns parameter value |
void |
setEnvParamName(String aEnvParamName)
Sets a name for new parameter |
void |
setEnvParamValue(String aEnvParamValue)
Sets a value for new parameter |
| Methods inherited from interface org.apache.uima.resource.metadata.MetaDataObject |
|---|
clone, equals, getAttributeValue, getSourceUrl, getSourceUrlString, isModifiable, listAttributes, setAttributeValue, setSourceUrl |
| Methods inherited from interface org.apache.uima.util.XMLizable |
|---|
buildFromXMLElement, buildFromXMLElement, toXML, toXML, toXML, toXML |
| Method Detail |
|---|
void setEnvParamName(String aEnvParamName)
throws CpeDescriptorException
aEnvParamName - -
param name
CpeDescriptorException
String getEnvParamName()
throws CpeDescriptorException
CpeDescriptorException
void setEnvParamValue(String aEnvParamValue)
throws CpeDescriptorException
aEnvParamValue - -
param value
CpeDescriptorException
String getEnvParamValue()
throws CpeDescriptorException
CpeDescriptorException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||