Package be.ugent.rml.extractor
Class ConstantExtractor
- java.lang.Object
-
- be.ugent.rml.extractor.ConstantExtractor
-
- All Implemented Interfaces:
Extractor,SingleRecordFunctionExecutor
public class ConstantExtractor extends Object implements Extractor, SingleRecordFunctionExecutor
-
-
Constructor Detail
-
ConstantExtractor
public ConstantExtractor(String constant)
-
-
Method Detail
-
execute
public Object execute(Record record) throws IOException
- Specified by:
executein interfaceSingleRecordFunctionExecutor- Throws:
IOException
-
-