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 SummaryConstructors Constructor Description JarUtil()
 - 
Method SummaryAll Methods Static Methods Concrete Methods Modifier and Type Method Description static booleanunjar(String jarsource, String target)This method extracts all entries of a jar-file.static booleanunjar(String jarsource, String target, String entry)This method extracts one entry of a jar-file.
 
-