public interface DocumentSelector
ContainerExtractor
instance.
An implementation of this interface defines some specific selection
criteria to be applied against the document metadata passed to the
select(Metadata)
method.Modifier and Type | Method and Description |
---|---|
boolean |
select(Metadata metadata)
Checks if a document with the given metadata matches the specified
selection criteria.
|
boolean select(Metadata metadata)
metadata
- document metadatatrue
if the document matches the selection criteria,
false
otherwise"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"