|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.deptool.ProgressNotifier
org.deptool.collection.AbstractDependencyCollection
public abstract class AbstractDependencyCollection
The base class for all the DependencyCollection implementations
Field Summary |
---|
Fields inherited from class org.deptool.ProgressNotifier |
---|
currentState, progressListeners |
Constructor Summary | |
---|---|
AbstractDependencyCollection()
|
Method Summary | |
---|---|
java.lang.String |
getCollectionLocation()
|
java.util.HashSet<Dependency> |
getDependencies()
|
protected abstract java.util.HashSet<Dependency> |
loadDependencies()
Called once to get the initial dependency list |
void |
reset()
|
void |
setCollectionLocation(java.lang.String collectionLocation)
|
Methods inherited from class org.deptool.ProgressNotifier |
---|
addProgressEventListener, fireProgressEvent, getCurrentProgress, removeProgressEventListener |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AbstractDependencyCollection()
Method Detail |
---|
protected abstract java.util.HashSet<Dependency> loadDependencies()
public java.util.HashSet<Dependency> getDependencies()
getDependencies
in interface DependencyCollection
public java.lang.String getCollectionLocation()
getCollectionLocation
in interface DependencyCollection
public void setCollectionLocation(java.lang.String collectionLocation)
public void reset()
reset
in interface DependencyCollection
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |