org.apache.uima.collection.metadata
Interface CpeResourceManagerConfiguration
- All Superinterfaces:
- java.lang.Cloneable, MetaDataObject, java.io.Serializable, XMLizable
- All Known Implementing Classes:
- CpeResourceManagerConfigurationImpl
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 |
java.lang.String |
get()
Returns a file path to the Resource Manager configuration file |
void |
set(java.lang.String aPath)
Sets a path of the Resource Manager configuration file |
set
void set(java.lang.String aPath)
- Sets a path of the Resource Manager configuration file
- Parameters:
aPath
- -
file path
get
java.lang.String get()
- Returns a file path to the Resource Manager configuration file
- Returns:
- - file path as String
Copyright © 2012. All Rights Reserved.