Class ExtractionResultFilesEnumerator
java.lang.Object
org.ametys.plugins.core.impl.enumerator.AbstractTraversableSourceEnumerator
org.ametys.plugins.extraction.execution.ExtractionResultFilesEnumerator
- All Implemented Interfaces:
Enumerator<String>,Serviceable
Enumerator for extraction definition files
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected StringProvide the location of the Source to extract the content fromMethods inherited from class org.ametys.plugins.core.impl.enumerator.AbstractTraversableSourceEnumerator
acceptSource, getEntries, getEntry, serviceMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.ametys.runtime.model.Enumerator
getConfiguration
-
Constructor Details
-
ExtractionResultFilesEnumerator
public ExtractionResultFilesEnumerator()
-
-
Method Details
-
getLocation
Description copied from class:AbstractTraversableSourceEnumeratorProvide the location of the Source to extract the content from- Specified by:
getLocationin classAbstractTraversableSourceEnumerator- Returns:
- the location of the source
-