JBoss Common Classes 2.2.17.GA

org.jboss.util.file
Class JarArchiveBrowser

java.lang.Object
  extended by org.jboss.util.file.JarArchiveBrowser
All Implemented Interfaces:
Iterator

public class JarArchiveBrowser
extends Object
implements Iterator

Comment

Version:
$Revision: 2787 $
Author:
Bill Burke

Constructor Summary
JarArchiveBrowser(File f, ArchiveBrowser.Filter filter)
           
JarArchiveBrowser(JarURLConnection url, ArchiveBrowser.Filter filter)
           
 
Method Summary
 boolean hasNext()
           
 Object next()
           
 void remove()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JarArchiveBrowser

public JarArchiveBrowser(JarURLConnection url,
                         ArchiveBrowser.Filter filter)

JarArchiveBrowser

public JarArchiveBrowser(File f,
                         ArchiveBrowser.Filter filter)
Method Detail

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

JBoss Common Classes 2.2.17.GA

Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.