com.bankframe.admin.tools
Class JarIterator

java.lang.Object
  extended by com.bankframe.admin.tools.JarIterator

public abstract class JarIterator
extends Object

JarIterator is an abstract class for iterating over files in a Java ARchive (JAR)


Constructor Summary
JarIterator()
          Constructor
 
Method Summary
 File getBaseJar()
           
 void iterate(File baseJar)
          This method iterates directory recursively
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JarIterator

public JarIterator()
Constructor

Method Detail

getBaseJar

public File getBaseJar()

iterate

public void iterate(File baseJar)
             throws ZipException,
                    IOException
This method iterates directory recursively

Parameters:
baseJar - File specifying directory to iterate
Throws:
MissingResourceException - occurs if IO problem.
ZipException
IOException


Copyright © 2005, 2007, Oracle. All rights reserved.