Package com.logicaldoc.util.io
Class JarUtil
- java.lang.Object
-
- com.logicaldoc.util.io.JarUtil
-
public class JarUtil extends Object
This class is for handling with jar-files.- Version:
- 4.0
- Author:
- Marco Meschieri - LogicalDOC
-
-
Constructor Summary
Constructors Constructor Description JarUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static boolean
unjar(String jarsource, String target)
This method extracts all entries of a jar-file.static boolean
unjar(String jarsource, String target, String entry)
This method extracts one entry of a jar-file.
-