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, wait
getConfiguration
private SourceResolver _srcResolver
public ExtractionDefinitionFilesEnumerator()
public void service(ServiceManager serviceManager) throws ServiceException
service
in interface Serviceable
ServiceException
public Map<String,I18nizableText> getTypedEntries() throws MalformedURLException, IOException
Enumerator
getTypedEntries
in interface Enumerator<String>
MalformedURLException
IOException
public I18nizableText getEntry(String value) throws Exception
Enumerator
getEntry
in interface Enumerator<String>
value
- the value.null
if not found.Exception
- if an error occurs.