com.pmease.quickbuild.repositorysupport
Class RepositoryAccessor

java.lang.Object
  extended by com.pmease.quickbuild.repositorysupport.RepositoryAccessor

public class RepositoryAccessor
extends java.lang.Object


Constructor Summary
RepositoryAccessor()
           
 
Method Summary
 Repository<?> get(java.lang.String repositoryName)
           
 java.util.Collection<Repository<?>> getAll()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RepositoryAccessor

public RepositoryAccessor()
Method Detail

get

public Repository<?> get(java.lang.String repositoryName)
Get repository object of specified name in current configuration hierarchy. Null will be returned if not found.


getAll

public java.util.Collection<Repository<?>> getAll()
Get all accessed repositories.



Copyright © 2005-2010 PMEase Inc. All Rights Reserved.