|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.kirkk.analyzer.framework.JarCollectionDecorator
public abstract class JarCollectionDecorator
| 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 |
|---|
protected JarCollection jarCollection
| Constructor Detail |
|---|
public JarCollectionDecorator(JarCollection jarCollection)
| Method Detail |
|---|
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 JarCollection
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||