public class NonJavaApplication extends RunnableApplication
argList, environment, exec, executable| Constructor and Description |
|---|
NonJavaApplication(CasProcessorConfiguration aCasProcessorConfiguration,
org.apache.uima.collection.metadata.CpeCasProcessor aCasProcessorConfig) |
| Modifier and Type | Method and Description |
|---|---|
protected String[] |
addApplicationCmdLineArguments(CasProcessorConfiguration aCasProcessorConfiguration,
List argList,
String aExecutable)
Returns final command line as array of Strings.
|
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.
|
Execute |
getExecSpec() |
getSysEnvVarValuepublic NonJavaApplication(CasProcessorConfiguration aCasProcessorConfiguration, org.apache.uima.collection.metadata.CpeCasProcessor aCasProcessorConfig) throws org.apache.uima.resource.ResourceConfigurationException
org.apache.uima.resource.ResourceConfigurationExceptionprotected void addApplicationInfo(CasProcessorConfiguration aCasProcessorConfiguration, org.apache.uima.collection.metadata.CpeCasProcessor aCasProcessor) throws org.apache.uima.resource.ResourceConfigurationException
addApplicationInfo in class RunnableApplicationaCasProcessorConfiguration - -
access to Cas Processor configurationaCasProcessor - -org.apache.uima.resource.ResourceConfigurationException - passthruprotected String[] addApplicationCmdLineArguments(CasProcessorConfiguration aCasProcessorConfiguration, List argList, String aExecutable) throws org.apache.uima.resource.ResourceConfigurationException
aCasProcessorConfiguration - -
Cas Processor configurationargList - -
arguments configured for the CasProcessor in cpe descriptoraExecutable - -
name of the program to launchorg.apache.uima.resource.ResourceConfigurationException - -public Execute getExecSpec()
Copyright © 2006–2017 The Apache Software Foundation. All rights reserved.