Uses of Class
org.gvsig.installer.lib.spi.InstallerInfoFileException
Packages that use InstallerInfoFileException
-
Uses of InstallerInfoFileException in org.gvsig.installer.lib.spi
Methods in org.gvsig.installer.lib.spi that throw InstallerInfoFileExceptionModifier and TypeMethodDescriptionvoidInstallPackageProviderServices.readPackageInfo(File directory, org.gvsig.installer.lib.api.PackageInfo installerInfo) Reads the package.info file from a directory a fills the the properties of thePackageInfoobject.voidInstallPackageProviderServices.writePackageInfo(File directory, org.gvsig.installer.lib.api.PackageInfo packageInfo) Writes the package.info file in a concrete directory.voidInstallPackageProviderServices.writePackageInfoForIndex(File directory, org.gvsig.installer.lib.api.PackageInfo packageInfo) Writes the package.info file in a concrete directory to be used in a package index.