Class CasProcessorRunInSeperateProcessImpl
java.lang.Object
org.apache.uima.resource.metadata.impl.MetaDataObject_impl
org.apache.uima.collection.impl.metadata.cpe.CasProcessorRunInSeperateProcessImpl
- All Implemented Interfaces:
Serializable,Cloneable,CasProcessorRunInSeperateProcess,MetaDataObject,XMLizable
public class CasProcessorRunInSeperateProcessImpl
extends MetaDataObject_impl
implements CasProcessorRunInSeperateProcess
- See Also:
-
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 inherited from class org.apache.uima.resource.metadata.impl.MetaDataObject_impl
serialContext -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetExec()ReturnsCasProcessorExecutableprogram used by the CPE to launch CasProcessor.protected XmlizationInfoTo be implemented by subclasses to return information describing how to represent this object in XML.voidsetExec(CasProcessorExecutable executable) voidSetsCasProcessorExecutableexecutable 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, writePropertyAsElementMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.apache.uima.resource.metadata.MetaDataObject
clone, equals, getAttributeValue, getSourceUrl, getSourceUrlString, isModifiable, listAttributes, setAttributeValue, setSourceUrlMethods inherited from interface org.apache.uima.util.XMLizable
buildFromXMLElement, buildFromXMLElement, toXML, toXML, toXML, toXML
-
Constructor Details
-
CasProcessorRunInSeperateProcessImpl
public CasProcessorRunInSeperateProcessImpl()
-
-
Method Details
-
setExecutable
Description copied from interface:CasProcessorRunInSeperateProcessSetsCasProcessorExecutableexecutable program used by the CPE to launch CasProcessor.- Specified by:
setExecutablein interfaceCasProcessorRunInSeperateProcess- Parameters:
aExec- -CasProcessorExecutable
-
getExecutable
Description copied from interface:CasProcessorRunInSeperateProcessReturnsCasProcessorExecutableprogram used by the CPE to launch CasProcessor.- Specified by:
getExecutablein interfaceCasProcessorRunInSeperateProcess- Returns:
CasProcessorExecutable
-
getXmlizationInfo
Description copied from class:MetaDataObject_implTo be implemented by subclasses to return information describing how to represent this object in XML.- Specified by:
getXmlizationInfoin classMetaDataObject_impl- Returns:
- information defining this object's XML representation
-
getExec
- Returns:
- the executable
-
setExec
- Parameters:
executable-
-