Package org.jboss.util.file
Class JarUtils.JarInfo
- java.lang.Object
-
- org.jboss.util.file.JarUtils.JarInfo
-
- Enclosing class:
- JarUtils
private static class JarUtils.JarInfo extends java.lang.Object
This simple convenience class is used by the jar method to reduce the number of arguments needed. It holds all non-changing attributes needed for the recursive jar method.
-
-
Constructor Summary
Constructors Constructor Description JarInfo(java.util.jar.JarOutputStream out, java.io.FileFilter filter)
-