Revision 33743 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/creation/MakePluginPackageService.java

View differences:

MakePluginPackageService.java
174 174
    public String getDefaultAntScript()
175 175
        throws MakePluginPackageServiceException;
176 176

  
177
    /**
178
     * Returns the list of packages already installed in the application.
179
     * 
180
     * @return the list of packages already installed in the application
181
     * @throws MakePluginPackageServiceException
182
     *             if there is an error getting
183
     *             the installed packages
184
     */
185
    public PackageInfo[] getInstalledPackages()
186
        throws MakePluginPackageServiceException;
177 187
}

Also available in: Unified diff