Interface CpeInclude
-
- All Superinterfaces:
Cloneable
,MetaDataObject
,Serializable
,XMLizable
- All Known Implementing Classes:
CpeIncludeImpl
public interface CpeInclude extends MetaDataObject
An object that holds configuration that is part of the CPE descriptor. Provides the means of defining and obtaining file paths used to discover component descriptors.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
get()
Returns a path to component descriptorvoid
set(String aPath)
Sets a path to component descriptor-
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
-
-