Interface CasProcessorRuntimeEnvParam
- All Superinterfaces:
Cloneable
,MetaDataObject
,Serializable
,XMLizable
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
Modifier and TypeMethodDescriptionReturns a name of parameterReturns parameter valuevoid
setEnvParamName
(String aEnvParamName) Sets a name for new parametervoid
setEnvParamValue
(String aEnvParamValue) Sets a value for new parameterMethods 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 Details
-
setEnvParamName
Sets a name for new parameter- Parameters:
aEnvParamName
- - param name- Throws:
CpeDescriptorException
- tbd
-
getEnvParamName
Returns a name of parameter- Returns:
- - parm name
- Throws:
CpeDescriptorException
- tbd
-
setEnvParamValue
Sets a value for new parameter- Parameters:
aEnvParamValue
- - param value- Throws:
CpeDescriptorException
- tbd
-
getEnvParamValue
Returns parameter value- Returns:
- - param value
- Throws:
CpeDescriptorException
- tbd
-