org.apache.tika.cli
Class TikaCLI

java.lang.Object
  extended by org.apache.tika.cli.TikaCLI

public class TikaCLI
extends Object

Simple command line interface for Apache Tika.


Constructor Summary
TikaCLI()
           
 
Method Summary
static void main(String[] args)
           
 void process(String arg)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TikaCLI

public TikaCLI()
        throws Exception
Throws:
Exception
Method Detail

main

public static void main(String[] args)
                 throws Exception
Throws:
Exception

process

public void process(String arg)
             throws Exception
Throws:
Exception


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