public interface CasProcessorExecutable extends MetaDataObject
Modifier and Type | Method and Description |
---|---|
void |
addCasProcessorExecArg(CasProcessorExecArg aArgs)
Adds a
CasProcessorExecArg argument to be supplied
when launching a program. |
CasProcessorExecArg[] |
getAllCasProcessorExecArgs()
Returns ALL
CasProcessorExecArg arguments |
CasProcessorExecArg |
getCasProcessorExecArg(int aIndex)
Returns a
CasProcessorExecArg argument identified by
a given position in the list. |
ArrayList<CasProcessorRuntimeEnvParam> |
getEnvs() |
String |
getExecutable()
Returns an executable program that the CPE will use for launching CasProcessor.
|
void |
removeCasProcessorExecArg(int aIndex)
Removes program argument from the list.
|
void |
setEnvs(ArrayList<CasProcessorRuntimeEnvParam> params) |
void |
setExecutable(String aExecutable)
Sets an executable program that the CPE will use for launching CasProcessor.
|
clone, equals, getAttributeValue, getSourceUrl, getSourceUrlString, isModifiable, listAttributes, setAttributeValue, setSourceUrl
buildFromXMLElement, buildFromXMLElement, toXML, toXML, toXML, toXML
void setExecutable(String aExecutable)
aExecutable
- -
program name (like java.exe)String getExecutable()
void addCasProcessorExecArg(CasProcessorExecArg aArgs)
CasProcessorExecArg
argument to be supplied
when launching a program.aArgs
- -
argument for the executable programCasProcessorExecArg getCasProcessorExecArg(int aIndex)
CasProcessorExecArg
argument identified by
a given position in the list.aIndex
- -
position of argument to returnCasProcessorExecArg
argumentCasProcessorExecArg[] getAllCasProcessorExecArgs()
CasProcessorExecArg
argumentsCasProcessorExecArg
void removeCasProcessorExecArg(int aIndex)
aIndex
- -
position of argument to deleteArrayList<CasProcessorRuntimeEnvParam> getEnvs()
void setEnvs(ArrayList<CasProcessorRuntimeEnvParam> params)
params
- the CAS Processor Runtime Environment parametersCopyright © 2006–2017 The Apache Software Foundation. All rights reserved.