Package com.github.euler.tika.metadata
Class ValueRegexExtractMetadataOperation
- java.lang.Object
-
- com.github.euler.tika.metadata.ValueRegexExtractMetadataOperation
-
- All Implemented Interfaces:
MetadataOperation
public class ValueRegexExtractMetadataOperation extends Object implements MetadataOperation
-
-
Constructor Summary
Constructors Constructor Description ValueRegexExtractMetadataOperation(String regex)ValueRegexExtractMetadataOperation(String nameRegex, String regex)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Set<String>extract(String value)ObjectrunOnValue(String name, Object value)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.github.euler.tika.metadata.MetadataOperation
runOnName
-
-
-
-
Method Detail
-
runOnValue
public Object runOnValue(String name, Object value)
- Specified by:
runOnValuein interfaceMetadataOperation
-
-