Class ExtractCommand
- java.lang.Object
-
- io.inugami.commons.engine.extractor.ExtractCommand
-
public class ExtractCommand extends Object
ExtractCommand- Since:
- 22 mai 2018
-
-
Constructor Summary
Constructors Constructor Description ExtractCommand(String cmd)
ExtractCommand(String fieldName, boolean isIteration, int iterationIndex)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
Object
extract(Object value)
String
getFieldName()
int
getIterationIndex()
int
hashCode()
boolean
isIteration()
String
toString()
-
-
-
Method Detail
-
getFieldName
public String getFieldName()
-
isIteration
public boolean isIteration()
-
getIterationIndex
public int getIterationIndex()
-
-