Uses of Class
org.apache.continuum.repository.RepositoryServiceException

Packages that use RepositoryServiceException
org.apache.continuum.repository   
 

Uses of RepositoryServiceException in org.apache.continuum.repository
 

Methods in org.apache.continuum.repository that throw RepositoryServiceException
 LocalRepository DefaultRepositoryService.addLocalRepository(LocalRepository localRepository)
           
 LocalRepository RepositoryService.addLocalRepository(LocalRepository repository)
          Add the local repository
 LocalRepository DefaultRepositoryService.getLocalRepository(int repositoryId)
           
 LocalRepository RepositoryService.getLocalRepository(int repositoryId)
          Retrieve local repository
 LocalRepository DefaultRepositoryService.getLocalRepositoryByLocation(String location)
           
 LocalRepository RepositoryService.getLocalRepositoryByLocation(String location)
          Retrieve local repository
 LocalRepository DefaultRepositoryService.getLocalRepositoryByName(String repositoryName)
           
 LocalRepository RepositoryService.getLocalRepositoryByName(String repositoryName)
          Retrieve local repository
 void DefaultRepositoryService.removeLocalRepository(int repositoryId)
           
 void RepositoryService.removeLocalRepository(int repositoryId)
          Remove the local repository
 void DefaultRepositoryService.updateLocalRepository(LocalRepository localRepository)
           
 void RepositoryService.updateLocalRepository(LocalRepository repository)
          Update the local repository
 



Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.