com.kirkk.analyzer.framework
Class JarCollectionDecorator

java.lang.Object
  extended by com.kirkk.analyzer.framework.JarCollectionDecorator
All Implemented Interfaces:
JarCollection
Direct Known Subclasses:
JarRelationshipDecorator

public abstract class JarCollectionDecorator
extends java.lang.Object
implements JarCollection


Field Summary
protected  JarCollection jarCollection
           
 
Constructor Summary
JarCollectionDecorator(JarCollection jarCollection)
           
 
Method Summary
 void first()
           
 Jar getJar(java.lang.String jarName)
           
 Jar getJarContainingPackage(java.lang.String packageName)
           
 int getJarCount()
           
 boolean hasNext()
           
 Jar nextJar()
           
 Jar[] toArray()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

jarCollection

protected JarCollection jarCollection
Constructor Detail

JarCollectionDecorator

public JarCollectionDecorator(JarCollection jarCollection)
Method Detail

getJarCount

public int getJarCount()
Specified by:
getJarCount in interface JarCollection

hasNext

public boolean hasNext()
Specified by:
hasNext in interface JarCollection

nextJar

public Jar nextJar()
Specified by:
nextJar in interface JarCollection

getJarContainingPackage

public Jar getJarContainingPackage(java.lang.String packageName)
Specified by:
getJarContainingPackage in interface JarCollection

first

public void first()
Specified by:
first in interface JarCollection

getJar

public Jar getJar(java.lang.String jarName)
Specified by:
getJar in interface JarCollection

toArray

public Jar[] toArray()
Specified by:
toArray in interface JarCollection


Copyright ? 2006 Kirk Knoernschild