|
Carrot2 Framework
API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.carrot2.dcs.AppBase
org.carrot2.dcs.cli.BatchApp
public class BatchApp
A command-line batch utility for processing XML documents with search results.
| Field Summary |
|---|
| Fields inherited from class org.carrot2.dcs.AppBase |
|---|
cliOptions, header |
| Constructor Summary | |
|---|---|
BatchApp()
|
|
BatchApp(String header)
|
|
| Method Summary | |
|---|---|
protected void |
go(org.apache.commons.cli.CommandLine options)
Command line entry point (after parsing arguments). |
protected void |
initializeOptions(org.apache.commons.cli.Options options)
Batch processor. |
static void |
main(String[] args)
Command line entry point (main). |
protected void |
printUsage()
Print usage help. |
| Methods inherited from class org.carrot2.dcs.AppBase |
|---|
getCommandName, getLogger, go, initializeContext, printHeader |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BatchApp()
public BatchApp(String header)
| Method Detail |
|---|
public static void main(String[] args)
throws MissingProcessException,
Exception
MissingProcessException
Exception
protected final void go(org.apache.commons.cli.CommandLine options)
throws Exception
go in class AppBaseExceptionprotected void printUsage()
printUsage in class AppBaseprotected void initializeOptions(org.apache.commons.cli.Options options)
initializeOptions in class AppBase
|
Please refer to project documentation at
http://project.carrot2.org |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||