Uses of Interface
org.gvsig.installer.lib.api.execution.InstallPackageService
Packages that use InstallPackageService
-
Uses of InstallPackageService in org.gvsig.installer.lib.api
Methods in org.gvsig.installer.lib.api that return InstallPackageServiceModifier and TypeMethodDescriptionInstallerManager.getInstallPackageService()It creates and returns an object that is used to install a package in gvSIG.Methods in org.gvsig.installer.lib.api with parameters of type InstallPackageServiceModifier and TypeMethodDescriptionInstallerManager.createDependenciesCalculator(InstallPackageService installService) Create a dependencies calculator.Method parameters in org.gvsig.installer.lib.api with type arguments of type InstallPackageServiceModifier and TypeMethodDescriptionvoidInstallerManager.registerInstallPackageService(Class<? extends InstallPackageService> clazz) It registers a class that implements the service for the installation of a package that is inside a bundle.