public class SymbolInstallerExecutionProvider extends AbstractProvider implements InstallPackageProvider
Modifier and Type | Class and Description |
---|---|
class |
SymbolInstallerExecutionProvider.InstallerSymbolsDirectoryNotFoundException |
Constructor and Description |
---|
SymbolInstallerExecutionProvider(ProviderServices providerServices) |
Modifier and Type | Method and Description |
---|---|
void |
install(File applicationDirectory,
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 SymbolInstallerExecutionProvider(ProviderServices providerServices)
public void install(File applicationDirectory, InputStream inputStream, PackageInfo packageInfo) throws InstallPackageServiceException
InstallPackageProvider
install
in interface InstallPackageProvider
applicationDirectory
- 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