|
|||||||||
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 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
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |