|
||||||||||
| 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
org.deptool.collection.repository.FileDependencyCollection
org.deptool.collection.repository.LocalRepositoryDependencyCollection
public class LocalRepositoryDependencyCollection
Loads the strings from a local maven 1.x repository TODO: this class uses vfs but doesn't need to. Use java file instead
| Field Summary |
|---|
| Fields inherited from class org.deptool.ProgressNotifier |
|---|
currentState, progressListeners |
| Constructor Summary | |
|---|---|
LocalRepositoryDependencyCollection()
|
|
LocalRepositoryDependencyCollection(java.lang.String url)
|
|
| Method Summary | |
|---|---|
protected java.util.HashSet<Dependency> |
loadDependencies()
Called once to get the initial dependency list |
| Methods inherited from class org.deptool.collection.repository.FileDependencyCollection |
|---|
findArtifactId, findArtifactVersion |
| Methods inherited from class org.deptool.collection.AbstractDependencyCollection |
|---|
getCollectionLocation, getDependencies, reset, setCollectionLocation |
| 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 |
| Methods inherited from interface org.deptool.collection.DependencyCollection |
|---|
getCollectionLocation, getDependencies, reset |
| Constructor Detail |
|---|
public LocalRepositoryDependencyCollection()
public LocalRepositoryDependencyCollection(java.lang.String url)
| Method Detail |
|---|
protected java.util.HashSet<Dependency> loadDependencies()
AbstractDependencyCollection
loadDependencies in class AbstractDependencyCollection
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||