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