|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.uima.tools.pear.packager.PearPackager
public class PearPackager
PEAR package command line interface. The class provides a command line interface to package a PEAR file or to just creat an PEAR installation descriptor.
Usage:
The PearPackager can be used in three different modes:
Mode 1: create a complete PEAR package (default mode)
Mode 2: just create the PEAR installation descriptor
Mode 3: just package a PEAR file
Mode 1 usage: java org.apache.uima.tools.pear.packager.PearPackager -compID <componentID> -mainCompDesc <mainComponentDesc> [-classpath <classpath>] [-datapath <datapath>] -mainCompDir <mainComponentDir> -targetDir <targetDir> [-envVars <propertiesFilePath>]
Mode 2 usage: java org.apache.uima.tools.pear.packager.PearPackager -create -compID <componentID> -mainCompDesc <mainComponentDesc> [-classpath <classpath>] [-datapath <datapath>] -mainCompDir <mainComponentDir> [-envVars <propertiesFilePath>]
Mode 3 usage: java org.apache.uima.tools.pear.packager.PearPackager -package -compID <componentID> -mainCompDir <mainComponentDir> -targetDir <targetDir>
| Constructor Summary | |
|---|---|
PearPackager()
|
|
| Method Summary | |
|---|---|
static void |
main(java.lang.String[] args)
Main method to call the command line PearPackager |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PearPackager()
| Method Detail |
|---|
public static void main(java.lang.String[] args)
args - Command line arguments to configure the PEAR packaging
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||