Uses of Interface
org.gvsig.installer.lib.api.creation.MakePluginPackageService
Packages that use MakePluginPackageService
-
Uses of MakePluginPackageService in org.gvsig.installer.lib.api
Methods in org.gvsig.installer.lib.api that return MakePluginPackageServiceModifier and TypeMethodDescriptionInstallerManager.getMakePluginPackageService()It creates and returns an object that is used to create a bundle that contains inside a package of type plugin.Method parameters in org.gvsig.installer.lib.api with type arguments of type MakePluginPackageServiceModifier and TypeMethodDescriptionvoidInstallerManager.registerMakePluginPackageService(Class<? extends MakePluginPackageService> clazz) It registers a class that implements the service for the creation of bundle that contains inside a package of type plugin.