Index

C D G I O P R S W 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

C

compressPackage(File, OutputStream) - Method in interface org.gvsig.installer.lib.spi.InstallPackageProviderServices
Compress a plugin folder using the plugin's name as a package.
compressPackageIndex(File, OutputStream) - Method in interface org.gvsig.installer.lib.spi.InstallPackageProviderServices
Compress a plugin folder using the plugin's name as a package, only with the files needed by the package index.
compressPackageSet(File, String, OutputStream) - Method in interface org.gvsig.installer.lib.spi.InstallPackageProviderServices
Compress a folder as a zipped package set in the given outputstream with a concrete name.
createExecutionProvider(String) - Method in interface org.gvsig.installer.lib.spi.InstallerProviderManager
Creates a new provider to execute an installer to add a new package in gvSIG.
createInstallerProviderServices() - Method in interface org.gvsig.installer.lib.spi.InstallerProviderManager
Creates the services that be used for the providers to execute or create a new bundle.

D

decompress(InputStream, File) - Method in interface org.gvsig.installer.lib.spi.InstallPackageProviderServices
It decompress an input stream and write it on a directory.

G

getDefaultSelectedPackagesIDs() - Method in interface org.gvsig.installer.lib.spi.InstallPackageProviderServices
 
getInstance() - Static method in class org.gvsig.installer.lib.spi.InstallerProviderLocator
Return the singleton instance.
getLocatorName() - Method in class org.gvsig.installer.lib.spi.InstallerProviderLocator
Return the Locator's name
getPackageInfoFileName() - Method in interface org.gvsig.installer.lib.spi.InstallerProviderManager
Returns the name to use for the package info file.
getProperties() - Method in interface org.gvsig.installer.lib.spi.InstallPackageProviderServices
 
getProviderManager() - Static method in class org.gvsig.installer.lib.spi.InstallerProviderLocator
Return a reference to InstallerProviderManager.

I

install(File, InputStream, PackageInfo) - Method in interface org.gvsig.installer.lib.spi.execution.InstallPackageProvider
This method install a package in a valid gvSIG directory.
InstallerInfoFileException - Exception Class in org.gvsig.installer.lib.spi
 
InstallerInfoFileException(String) - Constructor for exception class org.gvsig.installer.lib.spi.InstallerInfoFileException
 
InstallerInfoFileException(String, String, long) - Constructor for exception class org.gvsig.installer.lib.spi.InstallerInfoFileException
 
InstallerInfoFileException(String, Throwable) - Constructor for exception class org.gvsig.installer.lib.spi.InstallerInfoFileException
 
InstallerProviderLocator - Class in org.gvsig.installer.lib.spi
This Locator provides the entry point for the gvSIG InstallerProviderManager
InstallerProviderLocator() - Constructor for class org.gvsig.installer.lib.spi.InstallerProviderLocator
 
InstallerProviderManager - Interface in org.gvsig.installer.lib.spi
The installation process install packages in gvSIG.
installLater(File, InputStream, PackageInfo) - Method in interface org.gvsig.installer.lib.spi.execution.InstallPackageProvider
 
InstallPackageProvider - Interface in org.gvsig.installer.lib.spi.execution
Provider that manage the installation process of a concrete package.
InstallPackageProviderServices - Interface in org.gvsig.installer.lib.spi
Services that can be used by the providers to create or exceute the bundle.

O

org.gvsig.installer.lib.spi - package org.gvsig.installer.lib.spi
 
org.gvsig.installer.lib.spi.execution - package org.gvsig.installer.lib.spi.execution
 

P

PROVIDER_MANAGER_DESCRIPTION - Static variable in class org.gvsig.installer.lib.spi.InstallerProviderLocator
 
PROVIDER_MANAGER_NAME - Static variable in class org.gvsig.installer.lib.spi.InstallerProviderLocator
 

R

readCompressedPackageInfo(InputStream) - Method in interface org.gvsig.installer.lib.spi.InstallPackageProviderServices
It reads a compressed file and retrieve the package information.
readPackageInfo(File, PackageInfo) - Method in interface org.gvsig.installer.lib.spi.InstallPackageProviderServices
Reads the package.info file from a directory a fills the the properties of the PackageInfo object.
readPackageInfo(InputStream, List<PackageInfo>, Map<PackageInfo, String>, String, SimpleTaskStatus) - Method in interface org.gvsig.installer.lib.spi.InstallPackageProviderServices
Reads the package.info file from a bundle fills the the properties of the PackageInfo objects.
readPackageSetInfo(InputStream, List<PackageInfo>, Map<PackageInfo, String>, SimpleTaskStatus) - Method in interface org.gvsig.installer.lib.spi.InstallPackageProviderServices
Reads the package.info file from a package set and fills the the properties of the PackageInfo objects.
registerInstallerProviderManager(Class<? extends InstallerProviderManager>) - Static method in class org.gvsig.installer.lib.spi.InstallerProviderLocator
Registers the Class implementing the InstallerProviderManager interface.

S

searchPackage(InputStream, String) - Method in interface org.gvsig.installer.lib.spi.InstallPackageProviderServices
It search a package inside an installer file by the zip name and returns the stream in this position ready to decompres.

W

writePackageInfo(File, PackageInfo) - Method in interface org.gvsig.installer.lib.spi.InstallPackageProviderServices
Writes the package.info file in a concrete directory.
writePackageInfoForIndex(File, PackageInfo) - Method in interface org.gvsig.installer.lib.spi.InstallPackageProviderServices
Writes the package.info file in a concrete directory to be used in a package index.
C D G I O P R S W 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form