org.apache.uima.collection.metadata
Interface CpeResourceManagerConfiguration

All Superinterfaces:
Cloneable, MetaDataObject, Serializable, XMLizable

public interface CpeResourceManagerConfiguration
extends MetaDataObject

An object that holds configuration that is part of the CPE descriptor. Provides the means of defining and obtaining configuration for CpeResourceManagerConfiguration


Method Summary
 String get()
          Returns a file path to the Resource Manager configuration file
 void set(String aPath)
          Sets a path of the Resource Manager configuration file
 
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

set

void set(String aPath)
Sets a path of the Resource Manager configuration file

Parameters:
aPath - - file path

get

String get()
Returns a file path to the Resource Manager configuration file

Returns:
- file path as String


Copyright © 2010 The Apache Software Foundation. All Rights Reserved.