Package org.apache.tika.metadata.filter
Class ExcludeFieldMetadataFilter
- java.lang.Object
-
- org.apache.tika.config.ConfigBase
-
- org.apache.tika.metadata.filter.MetadataFilter
-
- org.apache.tika.metadata.filter.ExcludeFieldMetadataFilter
-
- All Implemented Interfaces:
Serializable
public class ExcludeFieldMetadataFilter extends MetadataFilter
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ExcludeFieldMetadataFilter()
ExcludeFieldMetadataFilter(Set<String> exclude)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
filter(Metadata metadata)
void
setExclude(List<String> exclude)
-
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
-
-
-
-
Method Detail
-
filter
public void filter(Metadata metadata) throws TikaException
- Specified by:
filter
in classMetadataFilter
- Throws:
TikaException
-
-