|
||||||||||
| 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 | |
|---|---|
java.lang.String |
getEnvParamName()
Returns a name of parameter |
java.lang.String |
getEnvParamValue()
Returns parameter value |
void |
setEnvParamName(java.lang.String aEnvParamName)
Sets a name for new parameter |
void |
setEnvParamValue(java.lang.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(java.lang.String aEnvParamName)
throws CpeDescriptorException
aEnvParamName - -
param name
CpeDescriptorException
java.lang.String getEnvParamName()
throws CpeDescriptorException
CpeDescriptorException
void setEnvParamValue(java.lang.String aEnvParamValue)
throws CpeDescriptorException
aEnvParamValue - -
param value
CpeDescriptorException
java.lang.String getEnvParamValue()
throws CpeDescriptorException
CpeDescriptorException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||