public abstract class JarCollectionDecorator extends java.lang.Object implements JarCollection
Modifier and Type | Field and Description |
---|---|
protected JarCollection |
jarCollection |
Constructor and Description |
---|
JarCollectionDecorator(JarCollection jarCollection) |
Modifier and Type | Method and Description |
---|---|
void |
first() |
Jar |
getJar(java.lang.String jarName) |
Jar |
getJarContainingPackage(java.lang.String packageName) |
int |
getJarCount() |
boolean |
hasNext() |
Jar |
nextJar() |
Jar[] |
toArray() |
protected JarCollection jarCollection
public JarCollectionDecorator(JarCollection jarCollection)
public int getJarCount()
getJarCount
in interface JarCollection
public boolean hasNext()
hasNext
in interface JarCollection
public Jar nextJar()
nextJar
in interface JarCollection
public Jar getJarContainingPackage(java.lang.String packageName)
getJarContainingPackage
in interface JarCollection
public void first()
first
in interface JarCollection
public Jar getJar(java.lang.String jarName)
getJar
in interface JarCollection
public Jar[] toArray()
toArray
in interface JarCollection
Copyright ? 2006 Kirk Knoernschild