Interface CasProcessorRunInSeperateProcess
- All Superinterfaces:
Cloneable
,MetaDataObject
,Serializable
,XMLizable
An object that holds configuration that is part of the CPE descriptor. It provides the means of
configuring executable program used by the CPE when launching local CasProcessor.
-
Method Summary
Modifier and TypeMethodDescriptionReturnsCasProcessorExecutable
program used by the CPE to launch CasProcessor.void
SetsCasProcessorExecutable
executable program used by the CPE to launch CasProcessor.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 Details
-
setExecutable
SetsCasProcessorExecutable
executable program used by the CPE to launch CasProcessor.- Parameters:
aExec
- -CasProcessorExecutable
-
getExecutable
CasProcessorExecutable getExecutable()ReturnsCasProcessorExecutable
program used by the CPE to launch CasProcessor.- Returns:
CasProcessorExecutable
-