Package com.github.euler.tika.metadata
Class ValueReplaceMetadataOperation
- java.lang.Object
-
- com.github.euler.tika.metadata.ValueReplaceMetadataOperation
-
- All Implemented Interfaces:
MetadataOperation
public class ValueReplaceMetadataOperation extends Object implements MetadataOperation
-
-
Constructor Summary
Constructors Constructor Description ValueReplaceMetadataOperation(String nameRegex, String regex, String replacement)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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
-
-