Uses of Class
org.apache.uima.pear.tools.PackageInstallerException
-
Packages that use PackageInstallerException 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 PackageInstallerException in org.apache.uima.pear.tools
Methods in org.apache.uima.pear.tools that throw PackageInstallerException Modifier and Type Method Description static PackageBrowser
PackageInstaller. installPackage(java.io.File installDir, java.io.File pearPackage, boolean verify)
Installs the specified PEAR package to the specified install location.static PackageBrowser
PackageInstaller. installPackage(java.io.File installDir, java.io.File pearPackage, boolean verify, boolean cleanInstallDir)
Installs the specified PEAR package to the specified install location.static PackageBrowser
PackageInstaller. installPackage(java.io.File installDir, java.io.File pearPackage, boolean verify, boolean cleanInstallDir, boolean installToTopLevelDir)
Installs the specified PEAR package to the specified install location.
-