Class CasProcessorRunInSeperateProcessImpl
- java.lang.Object
-
- org.apache.uima.resource.metadata.impl.MetaDataObject_impl
-
- org.apache.uima.collection.impl.metadata.cpe.CasProcessorRunInSeperateProcessImpl
-
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Cloneable
,CasProcessorRunInSeperateProcess
,MetaDataObject
,XMLizable
public class CasProcessorRunInSeperateProcessImpl extends MetaDataObject_impl implements CasProcessorRunInSeperateProcess
The Class CasProcessorRunInSeperateProcessImpl.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.apache.uima.resource.metadata.impl.MetaDataObject_impl
MetaDataObject_impl.MetaDataAttr, MetaDataObject_impl.SerialContext, MetaDataObject_impl.Serializer
-
-
Field Summary
Fields Modifier and Type Field Description private CasProcessorExecutable
exec
The exec.private static long
serialVersionUID
The Constant serialVersionUID.private static XmlizationInfo
XMLIZATION_INFO
The Constant XMLIZATION_INFO.-
Fields inherited from class org.apache.uima.resource.metadata.impl.MetaDataObject_impl
serialContext
-
-
Constructor Summary
Constructors Constructor Description CasProcessorRunInSeperateProcessImpl()
Instantiates a new cas processor run in seperate process impl.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CasProcessorExecutable
getExec()
Gets the exec.CasProcessorExecutable
getExecutable()
ReturnsCasProcessorExecutable
program used by the CPE to launch CasProcessor.protected XmlizationInfo
getXmlizationInfo()
To be implemented by subclasses to return information describing how to represent this object in XML.void
setExec(CasProcessorExecutable executable)
Sets the exec.void
setExecutable(CasProcessorExecutable aExec)
SetsCasProcessorExecutable
executable program used by the CPE to launch CasProcessor.-
Methods inherited from class org.apache.uima.resource.metadata.impl.MetaDataObject_impl
buildFromXMLElement, buildFromXMLElement, clone, equals, getAdditionalAttributes, getAttributeClass, getAttributeValue, getInfoset, getMatchingNode, getPropertyDescriptors, getPropertyXmlInfo, getRelativePathBase, getSerialContext, getSourceUrl, getSourceUrlString, getWrapperClass, getXMLAttributes, hashCode, isModifiable, listAttributes, readArrayPropertyValueFromXMLElement, readMapPropertyFromXml, readPropertyValueFromXMLElement, readUnknownPropertyValueFromXMLElement, resolveSettings, setAttributeValue, setInfoset, setSourceUrl, setSourceUrlIfNull, toString, toXML, toXML, toXML, toXML, valueIsNullOrEmptyArray, writeArrayPropertyAsElement, writeMapPropertyToXml, writePropertyAsElement
-
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
-
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
-
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
The Constant serialVersionUID.- See Also:
- Constant Field Values
-
exec
private CasProcessorExecutable exec
The exec.
-
XMLIZATION_INFO
private static final XmlizationInfo XMLIZATION_INFO
The Constant XMLIZATION_INFO.
-
-
Method Detail
-
setExecutable
public void setExecutable(CasProcessorExecutable aExec)
Description copied from interface:CasProcessorRunInSeperateProcess
SetsCasProcessorExecutable
executable program used by the CPE to launch CasProcessor.- Specified by:
setExecutable
in interfaceCasProcessorRunInSeperateProcess
- Parameters:
aExec
- -CasProcessorExecutable
-
getExecutable
public CasProcessorExecutable getExecutable()
Description copied from interface:CasProcessorRunInSeperateProcess
ReturnsCasProcessorExecutable
program used by the CPE to launch CasProcessor.- Specified by:
getExecutable
in interfaceCasProcessorRunInSeperateProcess
- Returns:
CasProcessorExecutable
-
getXmlizationInfo
protected XmlizationInfo getXmlizationInfo()
Description copied from class:MetaDataObject_impl
To be implemented by subclasses to return information describing how to represent this object in XML.- Specified by:
getXmlizationInfo
in classMetaDataObject_impl
- Returns:
- information defining this object's XML representation
-
getExec
public CasProcessorExecutable getExec()
Gets the exec.- Returns:
- the executable
-
setExec
public void setExec(CasProcessorExecutable executable)
Sets the exec.- Parameters:
executable
- the new exec
-
-