public class EPSGDatabaseInstaller extends AbstractProvider implements InstallPackageProvider
Constructor and Description |
---|
EPSGDatabaseInstaller(ProviderServices providerServices) |
Modifier and Type | Method and Description |
---|---|
void |
install(File applicationFolder,
InputStream inputStream,
PackageInfo packageInfo)
This method install a package in a valid gvSIG directory.
|
void |
installLater(File applicationDirectory,
InputStream inputStream,
PackageInfo packageInfo) |
getProviderServices, setProviderServices
public EPSGDatabaseInstaller(ProviderServices providerServices)
public void install(File applicationFolder, InputStream inputStream, PackageInfo packageInfo) throws InstallPackageServiceException
InstallPackageProvider
install
in interface InstallPackageProvider
applicationFolder
- the directory where gvSIG is located.inputStream
- the stream that contains the package information.InstallPackageServiceException
- if there is a problem reading the stream or installing the
package.public void installLater(File applicationDirectory, InputStream inputStream, PackageInfo packageInfo) throws InstallPackageServiceException, IOException
installLater
in interface InstallPackageProvider
InstallPackageServiceException
IOException