Uses of Interface
net.sf.vcaperture.services.IRepositoryService

Packages that use IRepositoryService
net.sf.vcaperture.services   
net.sf.vcaperture.tool Provides all code related to the VC Aperture tool application that does pre-web processing. 
net.sf.vcaperture.tool.listeners   
 

Uses of IRepositoryService in net.sf.vcaperture.services
 

Classes in net.sf.vcaperture.services that implement IRepositoryService
 class DefaultRepositoryService
          The default repository service with a working general implementation.
 class ProcessedRepositoryService
          Uses the DefaultRepositoryService for all of its functionality.
 

Uses of IRepositoryService in net.sf.vcaperture.tool
 

Fields in net.sf.vcaperture.tool declared as IRepositoryService
private  IRepositoryService DefaultRepositoryTool.mRepositoryService
           
 

Methods in net.sf.vcaperture.tool that return IRepositoryService
 IRepositoryService DefaultRepositoryTool.getRepositoryService()
           
 

Methods in net.sf.vcaperture.tool with parameters of type IRepositoryService
 boolean IRepositoryToolListener.processRepository(IRepositoryService repositoryService, AbstractRepository repo)
           
 void IRepositoryToolListener.repoEnd(IRepositoryService repositoryService, AbstractRepository repo)
           
 void IRepositoryToolListener.repoStart(IRepositoryService repositoryService, AbstractRepository repo)
           
 void DefaultRepositoryTool.setRepositoryService(IRepositoryService repositoryService)
           
 

Uses of IRepositoryService in net.sf.vcaperture.tool.listeners
 

Methods in net.sf.vcaperture.tool.listeners with parameters of type IRepositoryService
 boolean CodeSearchTool.processRepository(IRepositoryService repositoryService, AbstractRepository repo)
           
 boolean LocalStorageTool.processRepository(IRepositoryService repositoryService, AbstractRepository repo)
           
 boolean AbstractToolListener.processRepository(IRepositoryService repositoryService, AbstractRepository repo)
           
 void AbstractToolListener.repoEnd(IRepositoryService repositoryService, AbstractRepository repo)
           
 void AbstractToolListener.repoStart(IRepositoryService repositoryService, AbstractRepository repo)
           
 



Copyright © 2008. All Rights Reserved.