public class PearPackager
extends java.lang.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(java.lang.String[] args)
Main method to call the command line PearPackager
|
Copyright © 2012. All Rights Reserved.