Revision 37489 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/PackageInfo.java

View differences:

PackageInfo.java
208 208
     * @return the package bundle download {@link URL}
209 209
     */
210 210
    public URL getDownloadURL();
211
    
212
//    /**
213
//     * Returns the package bundle download {@link URL}.
214
//     * 
215
//     * May be null if there is no remote URL to download the bundle.
216
//     * 
217
//     * @return the package bundle download {@link URL}
218
//     */
219
    public URL getDownloadURL(URL baseURL);
211 220

  
212 221
    /**
213 222
     * Sets the package bundle download {@link URL}. Optional.
......
216 225
     *            the package bundle download {@link URL}
217 226
     */
218 227
    public void setDownloadURL(URL defaultURL);
219

  
228
    
220 229
    /**
221 230
     * Returns the package info model version.
222 231
     * 

Also available in: Unified diff