org.apache.uima.collection.metadata
Interface CasProcessorExecArg
- All Superinterfaces:
- Cloneable, MetaDataObject, Serializable, XMLizable
public interface CasProcessorExecArg
- extends MetaDataObject
An object containing an arbitrary value that will passed to a program launched by the CPE. Used
for CasProcessors launched locally.
setArgValue
void setArgValue(String aArgValue)
throws CpeDescriptorException
- Sets argument value.
- Parameters:
aArgValue
- -
value as string
- Throws:
CpeDescriptorException
getArgValue
String getArgValue()
throws CpeDescriptorException
- Returns argument value
- Returns:
- - String
- Throws:
CpeDescriptorException
Copyright © 2010 The Apache Software Foundation. All Rights Reserved.