Package org.apache.tika.metadata.filter
Class NoOpFilter
- java.lang.Object
-
- org.apache.tika.config.ConfigBase
-
- org.apache.tika.metadata.filter.MetadataFilter
-
- org.apache.tika.metadata.filter.NoOpFilter
-
- All Implemented Interfaces:
Serializable
public class NoOpFilter extends MetadataFilter
This filter performs no operations on the metadata and leaves it untouched.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static NoOpFilter
NOOP_FILTER
-
Constructor Summary
Constructors Constructor Description NoOpFilter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
filter(Metadata metadata)
-
Methods inherited from class org.apache.tika.metadata.filter.MetadataFilter
load
-
Methods inherited from class org.apache.tika.config.ConfigBase
buildComposite, buildComposite, buildSingle, buildSingle, configure, handleSettings
-
-
-
-
Field Detail
-
NOOP_FILTER
public static final NoOpFilter NOOP_FILTER
-
-
Method Detail
-
filter
public void filter(Metadata metadata) throws TikaException
- Specified by:
filter
in classMetadataFilter
- Throws:
TikaException
-
-