Package com.logicaldoc.util.io
Class JarUtil
java.lang.Object
com.logicaldoc.util.io.JarUtil
This class is for handling with jar-files.
- Version:
- 4.0
- Author:
- Marco Meschieri - LogicalDOC
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
JarUtilpublic JarUtil()
 
- 
- 
Method Details- 
unjarThis method extracts all entries of a jar-file.- Parameters:
- jarsource- Path of the jar-file.
- target- Path of the extracted files.
- Throws:
- IOException- I/O Error
 
- 
unjarThis method extracts one entry of a jar-file.- Parameters:
- jarsource- Path of the jar-file.
- entry- Name of the entry to be extracted.
- target- Path of the extracted file.
- Throws:
- IOException- I/O Error
 
 
-