Uses of Class
org.apache.uima.pear.tools.PackageCreatorException

Packages that use PackageCreatorException
org.apache.uima.pear.tools The org.apache.uima.pear.tools package 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. 
 

Uses of PackageCreatorException in org.apache.uima.pear.tools
 

Methods in org.apache.uima.pear.tools that throw PackageCreatorException
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 © 2010 The Apache Software Foundation. All Rights Reserved.