Closes its input but not its output. (The output can accumulate more elements.) @param in an InputStream. @param out a JarOutputStream. @exception IOException if an error is encountered.
JitterPack.
@param jitterpack the JitterPack to unpack.
@param descriptor a JitterPackDescriptor describing the contents of the JitterPack. If this argument is null, a best effort is made to unpack the JitterPack using default mechanisms. This may lead to unexpected behavior.
@param destinationFolder the folder into which the unpacked project will be saved.
@param params an ImportParameters instance, holding additional parameters to be used when unpacking the project.
@param issuesHandler a ProjectLoadingIssuesHandler that will be asked to handle any issues that were reported when loading the project in the jitterpak
@return the unpacked IntegrationProject.
@throws JitterPackException if the JitterPack could not be unpacked.
@throws ProjectLoadingCancelledException if the user aborted the loading process
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |