Revision 41693 trunk/org.gvsig.desktop/org.gvsig.desktop.library/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
413 413
	public List<File> getLocalAddonRepositories();
414 414

  
415 415
	/**
416
	 * Gets a List of all the folders where there might be addons folders
417
         * for the specified type of packages
418
	 * (addons repositories).
419
	 * 
420
	 * @return list of repositories paths
421
	 */
422
        public List<File> getLocalAddonRepositories(String type);
423
                
424
	/**
416 425
	 * Adds an addon local repository location to the manager list,
417 426
         * and register the type of addons for this repository.
418 427
	 * 
......
446 455
	 * @return list of addon paths folders.
447 456
	 */
448 457
	public List<File> getAddonFolders();
458
        
459
	/**
460
	 * Gets a List of all the addon folders of a type of package. 
461
         * An addon folder is a folder inside
462
	 * any addon repository with a package.info file inside. (addons
463
	 * repositories).
464
	 * 
465
	 * @return list of addon paths folders.
466
	 */
467
        public List<File> getAddonFolders(String type);
449 468

  
450 469
	/**
451 470
	 * Gets the folder of the addon with the code provided, or null if not

Also available in: Unified diff