org.deptool.collection.repository
Class LocalRepositoryDependencyCollection

java.lang.Object
  extended by org.deptool.ProgressNotifier
      extended by org.deptool.collection.AbstractDependencyCollection
          extended by org.deptool.collection.repository.FileDependencyCollection
              extended by org.deptool.collection.repository.LocalRepositoryDependencyCollection
All Implemented Interfaces:
DependencyCollection

public class LocalRepositoryDependencyCollection
extends FileDependencyCollection
implements DependencyCollection

Loads the strings from a local maven 1.x repository TODO: this class uses vfs but doesn't need to. Use java file instead

Author:
cbozic

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

LocalRepositoryDependencyCollection

public LocalRepositoryDependencyCollection()

LocalRepositoryDependencyCollection

public LocalRepositoryDependencyCollection(java.lang.String url)
Method Detail

loadDependencies

protected java.util.HashSet<Dependency> loadDependencies()
Description copied from class: AbstractDependencyCollection
Called once to get the initial dependency list

Specified by:
loadDependencies in class AbstractDependencyCollection
Returns:


Copyright © 2006 . All Rights Reserved.