Revision 33982 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/execution/InstallPackageService.java

View differences:

InstallPackageService.java
28 28
package org.gvsig.installer.lib.api.execution;
29 29

  
30 30
import java.io.File;
31
import java.net.URL;
31 32

  
32 33
import org.gvsig.installer.lib.api.InstallerManager;
33 34
import org.gvsig.installer.lib.api.PackageInfo;
......
66 67
        throws InstallPackageServiceException;
67 68

  
68 69
    /**
70
     * Adds a URL of a bundle that contains some packages to install. A
71
     * bundle is a compressed zip file with a structure defined in the
72
     * {@link InstallerManager} class.
73
     * 
74
     * @param bundleURL
75
     *            the {@link URL} of a bundle.
76
     * @throws InstallPackageServiceException
77
     *             it is thrown if there is an exception reading the {@link URL}
78
     *             .
79
     */
80
    public void addBundle(URL bundleURL) throws InstallPackageServiceException;
81

  
82
    /**
69 83
     * In reads a directory and reads all the bundles. This method retrieve
70 84
     * all the information of the packages located in the bundles and allows to
71 85
     * the

Also available in: Unified diff