Uses of Class
org.gvsig.installer.lib.api.execution.InstallPackageServiceException
Packages that use InstallPackageServiceException
-
Uses of InstallPackageServiceException in org.gvsig.installer.lib.api
Methods in org.gvsig.installer.lib.api that throw InstallPackageServiceExceptionModifier and TypeMethodDescriptionInstallerManager.getInstallPackageService()It creates and returns an object that is used to install a package in gvSIG. -
Uses of InstallPackageServiceException in org.gvsig.installer.lib.api.execution
Methods in org.gvsig.installer.lib.api.execution that throw InstallPackageServiceExceptionModifier and TypeMethodDescriptionvoidAdds a the URI of a bundle that contains some packages to install.voidAdds a URL of a bundle that contains some packages to install.voidInstallPackageService.addBundlesFromDirectory(File bundlesDirectory, org.gvsig.tools.task.SimpleTaskStatus taskStatus) In reads a directory and reads all the bundles.voidInstallPackageService.downloadPackage(org.gvsig.installer.lib.api.PackageInfo packageInfo, org.gvsig.tools.task.SimpleTaskStatus taskStatus) Download the package and register it in the manager.voidInstallPackageService.installPackage(File applicationDirectory, String packageCode) Install a package in a concrete gvSIG installation directory.voidInstallPackageService.installPackage(File applicationDirectory, org.gvsig.installer.lib.api.PackageInfo packageInfo) Install a package in a concrete gvSIG installation directory.