|
Deprecated Methods |
org.apache.tika.config.TikaConfig.getDefaultConfig(Parser)
This method will be removed in Apache Tika 1.0 |
org.apache.tika.mime.MimeTypes.getMimeType(byte[])
Use the Tika.detect(byte[]) method |
org.apache.tika.mime.MimeTypes.getMimeType(File)
Use the Tika.detect(File) method |
org.apache.tika.mime.MimeTypes.getMimeType(InputStream)
Use the Tika.detect(InputStream) method |
org.apache.tika.mime.MimeTypes.getMimeType(String)
Use the Tika.detect(String) method |
org.apache.tika.mime.MimeTypes.getMimeType(String, byte[])
Use the Tika.detect(byte[], String) method |
org.apache.tika.mime.MimeTypes.getMimeType(String, InputStream)
Use the Tika.detect(InputStream,String) method |
org.apache.tika.mime.MimeTypes.getMimeType(URL)
Use the Tika.detect(URL) method |
org.apache.tika.config.TikaConfig.getParser(MediaType)
Use the TikaConfig.getParser() method instead |
org.apache.tika.config.TikaConfig.getParsers()
Use the TikaConfig.getParser() method instead |
org.apache.tika.mime.MimeTypes.getType(String, String, byte[])
Use the Tika#detect(InputStream, Metadata)) method |
org.apache.tika.mime.MimeTypes.getType(URL)
Use the Tika.detect(URL) method |
org.apache.tika.parser.ParserDecorator.parse(InputStream, ContentHandler, Metadata)
This method will be removed in Apache Tika 1.0. |
org.apache.tika.parser.Parser.parse(InputStream, ContentHandler, Metadata)
This method will be removed in Apache Tika 1.0. |
org.apache.tika.parser.ExternalParser.parse(InputStream, ContentHandler, Metadata)
This method will be removed in Apache Tika 1.0. |
org.apache.tika.parser.ErrorParser.parse(InputStream, ContentHandler, Metadata)
This method will be removed in Apache Tika 1.0. |
org.apache.tika.parser.EmptyParser.parse(InputStream, ContentHandler, Metadata)
This method will be removed in Apache Tika 1.0. |
org.apache.tika.parser.DelegatingParser.parse(InputStream, ContentHandler, Metadata)
This method will be removed in Apache Tika 1.0. |
org.apache.tika.parser.CompositeParser.parse(InputStream, ContentHandler, Metadata)
This method will be removed in Apache Tika 1.0. |
org.apache.tika.parser.AutoDetectParser.setConfig(TikaConfig)
This method will be removed in Tika 1.0 |
org.apache.tika.io.IOUtils.toByteArray(String)
Use String.getBytes() |
org.apache.tika.io.IOUtils.toString(byte[])
Use String.String(byte[]) |
org.apache.tika.io.IOUtils.toString(byte[], String)
Use String.String(byte[],String) |
org.apache.tika.io.IOUtils.write(StringBuffer, OutputStream)
replaced by write(CharSequence, OutputStream) |
org.apache.tika.io.IOUtils.write(StringBuffer, OutputStream, String)
replaced by write(CharSequence, OutputStream, String) |
org.apache.tika.io.IOUtils.write(StringBuffer, Writer)
replaced by write(CharSequence, Writer) |