Class EmptyInputProvider
- java.lang.Object
-
- com.arassec.igor.core.model.BaseIgorComponent
-
- com.arassec.igor.core.model.provider.BaseProvider
-
- com.arassec.igor.module.misc.provider.EmptyInputProvider
-
- All Implemented Interfaces:
IgorComponent,Provider
public class EmptyInputProvider extends BaseProvider
Provides a configurable amount of empty input data to jobs.
-
-
Field Summary
-
Fields inherited from class com.arassec.igor.core.model.BaseIgorComponent
id
-
-
Constructor Summary
Constructors Constructor Description EmptyInputProvider()Creates a new component instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanhasNext()Map<String,Object>next()-
Methods inherited from class com.arassec.igor.core.model.provider.BaseProvider
getJobExecution, getJobId, getSimulationLimit, initialize, setSimulationLimit
-
Methods inherited from class com.arassec.igor.core.model.BaseIgorComponent
getCategoryId, getId, getTypeId, getUnEditableProperties, setId, shutdown
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.arassec.igor.core.model.IgorComponent
getCategoryId, getId, getTypeId, getUnEditableProperties, setId, shutdown
-
-