public class TranslationsInstaller extends AbstractProvider implements InstallPackageProvider
| Modifier and Type | Class and Description |
|---|---|
class |
TranslationsInstaller.TranslationsIntallerFolderNotFoundException |
| Constructor and Description |
|---|
TranslationsInstaller(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, setProviderServicespublic TranslationsInstaller(ProviderServices providerServices)
public void install(File applicationFolder, InputStream inputStream, PackageInfo packageInfo) throws InstallPackageServiceException
InstallPackageProviderinstall in interface InstallPackageProviderapplicationFolder - 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 InstallPackageProviderInstallPackageServiceExceptionIOException