Class NoOpListFilter
- java.lang.Object
-
- org.apache.tika.config.ConfigBase
-
- org.apache.tika.metadata.listfilter.MetadataListFilter
-
- org.apache.tika.metadata.listfilter.NoOpListFilter
-
- All Implemented Interfaces:
Serializable
public class NoOpListFilter extends MetadataListFilter
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NoOpListFilter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Metadata>
filter(List<Metadata> metadataList)
-
Methods inherited from class org.apache.tika.metadata.listfilter.MetadataListFilter
load
-
Methods inherited from class org.apache.tika.config.ConfigBase
buildComposite, buildComposite, buildSingle, buildSingle, configure, handleSettings
-
-