org.freecompany.brimstone.core
Class RepositoryList

java.lang.Object
  extended by org.freecompany.brimstone.core.RepositoryList
All Implemented Interfaces:
java.lang.Iterable<java.net.URI>

public class RepositoryList
extends java.lang.Object
implements java.lang.Iterable<java.net.URI>


Field Summary
static RepositoryList DEFAULT
           
 
Constructor Summary
RepositoryList()
           
 
Method Summary
 void addSearchBase(java.net.URI uri)
           
 java.util.Iterator<java.net.URI> iterator()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT

public static final RepositoryList DEFAULT
Constructor Detail

RepositoryList

public RepositoryList()
Method Detail

addSearchBase

public void addSearchBase(java.net.URI uri)

iterator

public java.util.Iterator<java.net.URI> iterator()
Specified by:
iterator in interface java.lang.Iterable<java.net.URI>