当前页面:
在线文档首页 >
JBoss 4.0.1 sp1 common API Documentation 英文版文档
JarArchiveBrowser (JBoss/Common API) - JBoss 4.0.1 sp1 common API Documentation 英文版文档
org.jboss.util.file
Class JarArchiveBrowser
java.lang.Object
org.jboss.util.file.JarArchiveBrowser
- All Implemented Interfaces:
- Iterator
- public class JarArchiveBrowser
- extends Object
- implements Iterator
Comment
- Version:
- $Revision: 1.1 $
- Author:
- Bill Burke
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JarArchiveBrowser
public JarArchiveBrowser(File f,
ArchiveBrowser.Filter filter)
hasNext
public boolean hasNext()
- Specified by:
hasNext
in interface Iterator
next
public Object next()
- Specified by:
next
in interface Iterator
remove
public void remove()
- Specified by:
remove
in interface Iterator
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.