Uses of Class
org.apache.tika.config.TikaConfig

Packages that use TikaConfig
org.apache.tika   
org.apache.tika.config   
org.apache.tika.parser   
org.apache.tika.utils   
 

Uses of TikaConfig in org.apache.tika
 

Constructors in org.apache.tika with parameters of type TikaConfig
Tika(TikaConfig config)
          Creates a Tika facade using the given configuration.
 

Uses of TikaConfig in org.apache.tika.config
 

Methods in org.apache.tika.config that return TikaConfig
static TikaConfig TikaConfig.getDefaultConfig()
          Provides a default configuration (TikaConfig).
static TikaConfig TikaConfig.getDefaultConfig(Parser delegate)
          Deprecated. This method will be removed in Apache Tika 1.0
 

Uses of TikaConfig in org.apache.tika.parser
 

Methods in org.apache.tika.parser with parameters of type TikaConfig
 void AutoDetectParser.setConfig(TikaConfig config)
           
 

Constructors in org.apache.tika.parser with parameters of type TikaConfig
AutoDetectParser(TikaConfig config)
           
 

Uses of TikaConfig in org.apache.tika.utils
 

Methods in org.apache.tika.utils with parameters of type TikaConfig
static Parser ParseUtils.getParser(java.io.File documentFile, TikaConfig config)
          Returns a parser that can handle the specified MIME type, and is set to receive input from a stream opened from the specified URL.
static Parser ParseUtils.getParser(java.lang.String mimeType, TikaConfig config)
          Returns a parser that can handle the specified MIME type, and is set to receive input from a stream opened from the specified URL.
static Parser ParseUtils.getParser(java.net.URL documentUrl, TikaConfig config)
          Returns a parser that can handle the specified MIME type, and is set to receive input from a stream opened from the specified URL.
static java.lang.String ParseUtils.getStringContent(java.io.File documentFile, TikaConfig config)
          Gets the string content of a document read from an input stream.
static java.lang.String ParseUtils.getStringContent(java.io.File documentFile, TikaConfig config, java.lang.String mimeType)
          Gets the string content of a document read from an input stream.
static java.lang.String ParseUtils.getStringContent(java.io.InputStream stream, TikaConfig config, java.lang.String mimeType)
          Gets the string content of a document read from an input stream.
static java.lang.String ParseUtils.getStringContent(java.net.URL documentUrl, TikaConfig config)
          Gets the string content of a document read from an input stream.
static java.lang.String ParseUtils.getStringContent(java.net.URL documentUrl, TikaConfig config, java.lang.String mimeType)
          Gets the string content of a document read from an input stream.
 



Copyright © 2007-2010 The Apache Software Foundation. All Rights Reserved.