public class RunnableApplication extends Object
| Modifier and Type | Field and Description |
|---|---|
protected List |
argList
The arg list.
|
protected ArrayList<String> |
environment
The environment.
|
protected Execute |
exec
The exec.
|
protected String |
executable
The executable.
|
| Constructor and Description |
|---|
RunnableApplication() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addApplicationInfo(CasProcessorConfiguration aCasProcessorConfiguration,
org.apache.uima.collection.metadata.CpeCasProcessor aCasProcessor)
Sets up command line used to launch Cas Processor in a seperate process.
|
protected String |
getSysEnvVarValue(String aKey)
Returns a value of a given environment variable.
|
protected String executable
protected Execute exec
protected List argList
protected void addApplicationInfo(CasProcessorConfiguration aCasProcessorConfiguration, org.apache.uima.collection.metadata.CpeCasProcessor aCasProcessor) throws org.apache.uima.resource.ResourceConfigurationException
aCasProcessorConfiguration - -
access to Cas Processor configurationaCasProcessor - the a cas processororg.apache.uima.resource.ResourceConfigurationException - wraps ExceptionCopyright © 2006–2017 The Apache Software Foundation. All rights reserved.