org.jboss.portal.common.util
Class Jar

java.lang.Object
  extended by org.jboss.portal.common.util.Jar

public class Jar
extends java.lang.Object


Nested Class Summary
static class Jar.EntryInfo
          Enhance jar entry object by adding more info.
 
Constructor Summary
Jar()
           
 
Method Summary
static java.util.Iterator iterator(java.util.jar.JarFile file)
           
static java.util.Iterator iterator(java.util.jar.JarInputStream in)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Jar

public Jar()
Method Detail

iterator

public static java.util.Iterator iterator(java.util.jar.JarFile file)
                                   throws java.io.IOException,
                                          java.lang.IllegalArgumentException
Throws:
java.io.IOException
java.lang.IllegalArgumentException

iterator

public static java.util.Iterator iterator(java.util.jar.JarInputStream in)
                                   throws java.io.IOException,
                                          java.lang.IllegalArgumentException
Throws:
java.io.IOException
java.lang.IllegalArgumentException