public class PearPackager extends Object
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 and Description |
|---|
PearPackager() |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(String[] args)
Main method to call the command line PearPackager
|
public static void main(String[] args)
args - Command line arguments to configure the PEAR packagingCopyright © 2006–2017 The Apache Software Foundation. All rights reserved.