org.apache.tika.cli
Class TikaCLI
java.lang.Object
org.apache.tika.cli.TikaCLI
public class TikaCLI
- extends java.lang.Object
Simple command line interface for Apache Tika.
Method Summary |
static void |
main(java.lang.String[] args)
|
void |
process(java.lang.String arg)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TikaCLI
public TikaCLI()
throws javax.xml.transform.TransformerConfigurationException,
java.io.IOException,
TikaException,
org.xml.sax.SAXException
- Throws:
javax.xml.transform.TransformerConfigurationException
java.io.IOException
TikaException
org.xml.sax.SAXException
main
public static void main(java.lang.String[] args)
throws java.lang.Exception
- Throws:
java.lang.Exception
process
public void process(java.lang.String arg)
throws java.lang.Exception
- Throws:
java.lang.Exception
Copyright © 2007-2011 The Apache Software Foundation. All Rights Reserved.