Class ExtractionResultFilesEnumerator
- java.lang.Object
-
- org.ametys.plugins.core.impl.enumerator.AbstractTraversableSourceEnumerator
-
- org.ametys.plugins.extraction.execution.ExtractionResultFilesEnumerator
-
- All Implemented Interfaces:
Enumerator<String>
,Serviceable
public class ExtractionResultFilesEnumerator extends AbstractTraversableSourceEnumerator
Enumerator for extraction definition files
-
-
Constructor Summary
Constructors Constructor Description ExtractionResultFilesEnumerator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected String
getLocation()
Provide the location of the Source to extract the content from-
Methods inherited from class org.ametys.plugins.core.impl.enumerator.AbstractTraversableSourceEnumerator
acceptSource, getEntry, getTypedEntries, service
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.ametys.runtime.model.Enumerator
getConfiguration
-
-
-
-
Constructor Detail
-
ExtractionResultFilesEnumerator
public ExtractionResultFilesEnumerator()
-
-
Method Detail
-
getLocation
protected String getLocation()
Description copied from class:AbstractTraversableSourceEnumerator
Provide the location of the Source to extract the content from- Specified by:
getLocation
in classAbstractTraversableSourceEnumerator
- Returns:
- the location of the source
-
-