|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CpeComponentDescriptor
An object that holds configuration that is part of the CPE descriptor. Provides the means of setting component descriptor file path containing configuration
Method Summary | |
---|---|
URL |
findAbsoluteUrl(ResourceManager aResourceManager)
Returns the absolute URL where the component descriptor is located. |
Import |
getImport()
Gets the Import object that declares where the component descriptor is located. |
CpeInclude |
getInclude()
Returns component's descriptor file path |
void |
setImport(Import aImport)
Sets the Import object that declares where the component descriptor is located. |
void |
setInclude(CpeInclude aInclude)
Sets component's descriptor file path |
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 |
Method Detail |
---|
void setInclude(CpeInclude aInclude)
aInclude
- -
CpeInclude
containing file pathCpeInclude getInclude()
CpeInclude
Import getImport()
void setImport(Import aImport)
aImport
- the import, null if noneURL findAbsoluteUrl(ResourceManager aResourceManager) throws ResourceConfigurationException
aResourceManager
- resource manager to use to do import-by-name lookups
ResourceConfiguration
- if an import could not be resolved
ResourceConfigurationException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |