Revision 33697 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
108 108
        OutputStream bundleStream) throws MakePluginPackageServiceException;
109 109

  
110 110
    /**
111
     * Writes a package info file with the information provided.
112
     * 
113
     * @param packageInfo
114
     *            the package that has to be written into the file
115
     * @param folder
116
     *            the folder where the file is to be created
117
     * @throws MakePluginPackageServiceException
118
     *             it is thrown when there is an exception writing the file
119
     */
120
    public void writePackageInfo(PackageInfo packageInfo, File folder)
121
        throws MakePluginPackageServiceException;
122

  
123
    /**
111 124
     * It returns the number of plugin packages that are installed in the folder
112 125
     * that has been added using the constructor. It can be used in an iteration
113 126
     * process combined with the {@link #getPluginPackageInfo(int)} method to

Also available in: Unified diff