|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MIMEType | |
---|---|
org.apache.any23.extractor | TODO fillme |
org.apache.any23.http | TODO fillme |
org.apache.any23.mime | TODO fillme |
Uses of MIMEType in org.apache.any23.extractor |
---|
Methods in org.apache.any23.extractor that return types with arguments of type MIMEType | |
---|---|
Collection<MIMEType> |
SimpleExtractorFactory.getSupportedMIMETypes()
|
Collection<MIMEType> |
ExtractorFactory.getSupportedMIMETypes()
Supports wildcards, e.g. |
Methods in org.apache.any23.extractor with parameters of type MIMEType | |
---|---|
ExtractorGroup |
ExtractorGroup.filterByMIMEType(MIMEType mimeType)
Returns a ExtractorGroup with a set of Extractor able to
process the provided mime type. |
Uses of MIMEType in org.apache.any23.http |
---|
Constructor parameters in org.apache.any23.http with type arguments of type MIMEType | |
---|---|
AcceptHeaderBuilder(Collection<MIMEType> mimeTypes)
|
Uses of MIMEType in org.apache.any23.mime |
---|
Methods in org.apache.any23.mime that return MIMEType | |
---|---|
MIMEType |
TikaMIMETypeDetector.guessMIMEType(String fileName,
InputStream input,
MIMEType mimeTypeFromMetadata)
Estimates the MIME type of the content of input file. |
MIMEType |
NaiveMIMETypeDetector.guessMIMEType(String fileName,
InputStream input,
MIMEType mimeTypeFromMetadata)
|
MIMEType |
MIMETypeDetector.guessMIMEType(String fileName,
InputStream input,
MIMEType mimeTypeFromMetadata)
Estimates the MIME type of the content of input file. |
static MIMEType |
MIMEType.parse(String mimeType)
Parses the given MIME type string returning an instance of MIMEType . |
Methods in org.apache.any23.mime with parameters of type MIMEType | |
---|---|
int |
MIMEType.compareTo(MIMEType other)
|
MIMEType |
TikaMIMETypeDetector.guessMIMEType(String fileName,
InputStream input,
MIMEType mimeTypeFromMetadata)
Estimates the MIME type of the content of input file. |
MIMEType |
NaiveMIMETypeDetector.guessMIMEType(String fileName,
InputStream input,
MIMEType mimeTypeFromMetadata)
|
MIMEType |
MIMETypeDetector.guessMIMEType(String fileName,
InputStream input,
MIMEType mimeTypeFromMetadata)
Estimates the MIME type of the content of input file. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |