Uses of Class
org.jboss.dna.repository.RepositoryLibrary

Packages that use RepositoryLibrary
org.jboss.dna.repository The components and services that make up the JBoss DNA repository engine. 
org.jboss.dna.repository.sequencer The classes that make up the sequencing service and its configuration. 
 

Uses of RepositoryLibrary in org.jboss.dna.repository
 

Methods in org.jboss.dna.repository that return RepositoryLibrary
 RepositoryLibrary RepositoryService.getRepositoryLibrary()
          Get the library of RepositorySource instances used by this service.
 

Uses of RepositoryLibrary in org.jboss.dna.repository.sequencer
 

Methods in org.jboss.dna.repository.sequencer that return RepositoryLibrary
 RepositoryLibrary SequencingService.getRepositoryLibrary()
          Get the repository library to be used for repository lookup
 

Methods in org.jboss.dna.repository.sequencer with parameters of type RepositoryLibrary
 void SequencingService.setRepositoryLibrary(RepositoryLibrary repositoryLibrary)
           
 



Copyright © 2008-2009 JBoss, a division of Red Hat. All Rights Reserved.