Uses of Class
org.apache.uima.pear.tools.PackageCreatorException
-
Packages that use PackageCreatorException Package Description org.apache.uima.pear.tools Theorg.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 Modifier and Type Method 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 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.
-