Class MetadataListFilter
java.lang.Object
org.apache.tika.config.ConfigBase
org.apache.tika.metadata.listfilter.MetadataListFilter
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
CompositeMetadataListFilter,NoOpListFilter
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.tika.config.ConfigBase
buildComposite, buildComposite, buildSingle, buildSingle, configure, handleSettings
-
Constructor Details
-
MetadataListFilter
public MetadataListFilter()
-
-
Method Details
-
load
public static MetadataListFilter load(Element root, boolean allowMissing) throws TikaConfigException, IOException Loads the metadata list filter from the config file if it exists, otherwise returns NoOpFilter- Parameters:
root-- Returns:
- Throws:
TikaConfigExceptionIOException
-
filter
- Throws:
TikaException
-