org.apache.uima.tika
Class TIKAWrapper

java.lang.Object
  extended by org.apache.uima.tika.TIKAWrapper

public class TIKAWrapper
extends Object


Constructor Summary
TIKAWrapper()
           
TIKAWrapper(String configLocation)
           
 
Method Summary
 void populateCASfromURL(org.apache.uima.cas.CAS cas, URL uri, String language)
           
 void populateCASfromURL(org.apache.uima.cas.CAS cas, URL url, String mime, String language)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TIKAWrapper

public TIKAWrapper()
            throws org.apache.tika.exception.TikaException
Throws:
org.apache.tika.exception.TikaException

TIKAWrapper

public TIKAWrapper(String configLocation)
            throws org.apache.tika.exception.TikaException
Throws:
org.apache.tika.exception.TikaException
Method Detail

populateCASfromURL

public void populateCASfromURL(org.apache.uima.cas.CAS cas,
                               URL uri,
                               String language)
                        throws org.apache.uima.cas.CASException
Throws:
org.apache.uima.cas.CASException

populateCASfromURL

public void populateCASfromURL(org.apache.uima.cas.CAS cas,
                               URL url,
                               String mime,
                               String language)
                        throws org.apache.uima.cas.CASException
Throws:
org.apache.uima.cas.CASException


Copyright © 2006-2011 The Apache Software Foundation. All Rights Reserved.