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 JarCollectionpublic boolean hasNext()
hasNext in interface JarCollectionpublic Jar nextJar()
nextJar in interface JarCollectionpublic Jar getJarContainingPackage(java.lang.String packageName)
getJarContainingPackage in interface JarCollectionpublic void first()
first in interface JarCollectionpublic Jar getJar(java.lang.String jarName)
getJar in interface JarCollectionpublic Jar[] toArray()
toArray in interface JarCollectionCopyright ? 2006 Kirk Knoernschild