org.apache.uima.collection.metadata
Interface CpeInclude
- All Superinterfaces:
- java.lang.Cloneable, MetaDataObject, java.io.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 |
java.lang.String |
get()
Returns a path to component descriptor |
void |
set(java.lang.String aPath)
Sets a path to component descriptor |
set
void set(java.lang.String aPath)
- Sets a path to component descriptor
- Parameters:
aPath
- -
descriptor path
get
java.lang.String get()
- Returns a path to component descriptor
- Returns:
- descriptor path
Copyright © 2012. All Rights Reserved.