Uses of Class
org.apache.uima.pear.tools.PackageCreatorException
Package
Description
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
Modifier and TypeMethodDescriptionstatic 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 themainComponentDir
.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.