com.bankframe.admin.tools
Class JarIterator

java.lang.Object
  extended bycom.bankframe.admin.tools.JarIterator

public abstract class JarIterator
extends java.lang.Object

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

Author:
ETU

Constructor Summary
JarIterator()
          Constructor
 
Method Summary
 java.io.File getBaseJar()
           
 void iterate(java.io.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 java.io.File getBaseJar()

iterate

public void iterate(java.io.File baseJar)
             throws java.util.zip.ZipException,
                    java.io.IOException
This method iterates directory recursively

Throws:
MissingResourceException - occurs if IO problem.
java.util.zip.ZipException
java.io.IOException


Copyright © 2004 Siebel Systems, Inc. All rights reserved.