Uses of Class
org.gvsig.installer.lib.api.creation.MakePluginPackageServiceException
Packages that use MakePluginPackageServiceException
-
Uses of MakePluginPackageServiceException in org.gvsig.installer.lib.api
Methods in org.gvsig.installer.lib.api that throw MakePluginPackageServiceExceptionModifier and TypeMethodDescriptionorg.gvsig.installer.lib.api.PackageInfo[]InstallerManager.getInstalledPackages()Returns a list of package infos for the already installed plugins.org.gvsig.installer.lib.api.PackageInfo[]InstallerManager.getInstalledPackages(File pluginsDirectory) Returns a list of package infos for the already installed plugins.InstallerManager.getMakePluginPackageService()It creates and returns an object that is used to create a bundle that contains inside a package of type plugin. -
Uses of MakePluginPackageServiceException in org.gvsig.installer.lib.api.creation
Methods in org.gvsig.installer.lib.api.creation that throw MakePluginPackageServiceExceptionModifier and TypeMethodDescriptionvoidMakePluginPackageService.createPackage(org.gvsig.installer.lib.api.PackageInfo packageInfo, OutputStream packageStream) It creates a package of a plugin.voidMakePluginPackageService.createPackageIndex(org.gvsig.installer.lib.api.PackageInfo packageInfo, OutputStream packageStream) It creates the index for a package of a plugin.voidMakePluginPackageService.createPackageSet(org.gvsig.installer.lib.api.PackageInfo packageInfo, OutputStream packageStream) It creates a package set with a single plugin package inside.MakePluginPackageService.getDefaultAntScript()This method returns the default ant script that will be used by some plugins to copy some external files in the installation process.org.gvsig.installer.lib.api.PackageInfo[]MakePluginPackageService.getInstalledPackages()Returns the list of packages already installed in the application.MakePluginPackageService.getPluginFolder(org.gvsig.installer.lib.api.PackageInfo packageInfo) Returns the folder where a plugin is located.voidMakePluginPackageService.preparePackage(org.gvsig.installer.lib.api.PackageInfo packageInfo, File originalPackageFolder) Prepares and copies the needed files for the package.voidMakePluginPackageService.writePackageInfo(org.gvsig.installer.lib.api.PackageInfo packageInfo, File folder) Writes a package info file with the information provided.voidMakePluginPackageService.writePackageInfoForIndex(org.gvsig.installer.lib.api.PackageInfo packageInfo, File folder) Writes a package info file with the information provided.