站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBOSS Portal 2.2 API 英文版文档

Jar - JBOSS Portal 2.2 API 英文版文档


org.jboss.portal.common.util
Class Jar

java.lang.Object
  extended byorg.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