Package org.apache.tika.extractor
Interface EmbeddedBytesSelector
-
- All Known Implementing Classes:
BasicEmbeddedBytesSelector
,EmbeddedBytesSelector.AcceptAll
public interface EmbeddedBytesSelector
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
EmbeddedBytesSelector.AcceptAll
-
Field Summary
Fields Modifier and Type Field Description static EmbeddedBytesSelector
ACCEPT_ALL
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
select(Metadata metadata)
-
-
-
Field Detail
-
ACCEPT_ALL
static final EmbeddedBytesSelector ACCEPT_ALL
-
-
Method Detail
-
select
boolean select(Metadata metadata)
-
-