|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.vcaperture.services.DefaultRepositoryService
net.sf.vcaperture.services.ProcessedRepositoryService
public class ProcessedRepositoryService
Uses the DefaultRepositoryService for all of its functionality. The only difference is that it returns instances of ProcessedRepository for each repository. This means that if you use this implementation of IRepositoryService, you will not incur the overhead of constantly contacting a remote repository. Instead, you will use all of the data persisted by the tool's last processing run.
ProcessedRepository
Field Summary |
---|
Fields inherited from class net.sf.vcaperture.services.DefaultRepositoryService |
---|
REPO_CONFIG_FILE |
Constructor Summary | |
---|---|
ProcessedRepositoryService()
|
Method Summary | |
---|---|
java.util.Collection<AbstractRepository> |
getRepositories()
|
Methods inherited from class net.sf.vcaperture.services.DefaultRepositoryService |
---|
getRepository, getWorkingDirectory, initialize, setRepositories, setWorkingDirectory |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ProcessedRepositoryService()
Method Detail |
---|
public java.util.Collection<AbstractRepository> getRepositories()
getRepositories
in interface IRepositoryService
getRepositories
in class DefaultRepositoryService
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |