Revision 37601 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
246 246
	 *            the package owner
247 247
	 */
248 248
	public void setOwner(String owner);
249
	
250
	/**
251
	 * Returns the owner's url {@link URL}.
252
	 * 
253
	 * @return the owner's url {@link URL}
254
	 */
255
	public URL getOwnerURL();
249 256

  
250 257
	/**
258
	 * Sets the package owner's url.
259
	 * 
260
	 * @param sources
261
	 *            the package owner's url
262
	 */
263
	public void setOwnerURL(URL sources);
264

  
265
	/**
251 266
	 * Returns the package source files url {@link URL}.
252 267
	 * 
253 268
	 * @return the package source files url {@link URL}

Also available in: Unified diff