| Package | Description | 
|---|---|
| org.apache.uima.pear.tools | The  org.apache.uima.pear.toolspackage provides applications 
and tools that allow installing PEAR packages containing UIMA-compliant 
components, verifying serviceability of installed components by using 
UIMA API and browsing PEAR packages. | 
| Modifier and Type | Method and Description | 
|---|---|
| static String | PackageCreator. createInstallDescriptor(String componentID,
                       String mainComponentDesc,
                       String classpath,
                       String datapath,
                       String mainComponentDir,
                       Properties envVars)Creates the installation descriptor with the given information and save it in the metadata
 folder of the  mainComponentDir. | 
| static String | PackageCreator. createPearPackage(String componentID,
                 String mainComponentDir,
                 String targetDir)create pear package based on the given information. | 
| static void | PackageCreator. generatePearPackage(String componentID,
                   String mainComponentDesc,
                   String classpath,
                   String datapath,
                   String mainComponentDir,
                   String targetDir,
                   Properties envVars)Default method to generate a pear package. | 
Copyright © 2006–2017 The Apache Software Foundation. All rights reserved.