public class ExtractionDefinitionFilesEnumerator extends Object implements Enumerator<String>, Serviceable
| Modifier and Type | Field and Description | 
|---|---|
private SourceResolver | 
_srcResolver
The source resolver 
 | 
| Constructor and Description | 
|---|
ExtractionDefinitionFilesEnumerator()  | 
| Modifier and Type | Method and Description | 
|---|---|
I18nizableText | 
getEntry(String value)
Retrieves a single label from a value. 
 | 
Map<String,I18nizableText> | 
getTypedEntries()
Provides the enumerated values with their optional label. 
 | 
void | 
service(ServiceManager serviceManager)  | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetConfigurationprivate SourceResolver _srcResolver
public ExtractionDefinitionFilesEnumerator()
public void service(ServiceManager serviceManager) throws ServiceException
service in interface ServiceableServiceExceptionpublic Map<String,I18nizableText> getTypedEntries() throws MalformedURLException, IOException
EnumeratorgetTypedEntries in interface Enumerator<String>MalformedURLExceptionIOExceptionpublic I18nizableText getEntry(String value) throws Exception
EnumeratorgetEntry in interface Enumerator<String>value - the value.null if not found.Exception - if an error occurs.