org.apache.tika.parser
Class ParseContext

java.lang.Object
  extended by org.apache.tika.parser.ParseContext

public class ParseContext
extends Object

Parse context. Used to pass context information to Tika parsers.

Since:
Apache Tika 0.5
See Also:
TIKA-275

Constructor Summary
ParseContext()
           
 
Method Summary
<T> T
get(Class<T> key)
           
<T> T
get(Class<T> key, T defaultValue)
           
<T> void
set(Class<T> key, T value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ParseContext

public ParseContext()
Method Detail

set

public <T> void set(Class<T> key,
                    T value)

get

public <T> T get(Class<T> key)

get

public <T> T get(Class<T> key,
                 T defaultValue)


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