Revision 34444 branches/v2_0_0_prep/extensions/org.gvsig.installer/org.gvsig.installer.lib/org.gvsig.installer.lib.api/src/main/java/org/gvsig/installer/lib/api/InstallerManager.java

View differences:

InstallerManager.java
232 232
    public String getPackageFileName(PackageInfo info);
233 233

  
234 234
    /**
235
     * Returns the name of the package index file for a given package info.
236
     * 
237
     * @param info
238
     *            of the plugin
239
     * @return the name of the package index file
240
     */
241
    public String getPackageIndexFileName(PackageInfo info);
242

  
243
    /**
235 244
     * It registers a class that implements the service for the installation
236 245
     * of a package that is inside a bundle. This class has to implement
237 246
     * the {@link InstallPackageService} interface.

Also available in: Unified diff