Uses of Interface
org.apache.maven.dotnet.registry.RepositoryLoader

Packages that use RepositoryLoader
org.apache.maven.dotnet.registry Provides interfaces and classes for finding configuration information. 
org.apache.maven.dotnet.registry.impl Provides the implementation classes of the org.apache.maven.dotnet.registry package. 
 

Uses of RepositoryLoader in org.apache.maven.dotnet.registry
 

Methods in org.apache.maven.dotnet.registry with parameters of type RepositoryLoader
 void RepositoryRegistry.setRepositoryLoader(RepositoryLoader repositoryLoader)
          Mutator for setting the RepositoryLoader
 void RegistryLoader.setRepositoryLoader(RepositoryLoader repositoryLoader)
          Sets the repository loader
 

Uses of RepositoryLoader in org.apache.maven.dotnet.registry.impl
 

Classes in org.apache.maven.dotnet.registry.impl that implement RepositoryLoader
 class StandardRepositoryLoader
          The default repository loader.
 

Methods in org.apache.maven.dotnet.registry.impl with parameters of type RepositoryLoader
 void StandardRegistryLoader.setRepositoryLoader(RepositoryLoader repositoryLoader)
           
 void RepositoryRegistryImpl.setRepositoryLoader(RepositoryLoader loader)
           
 



Copyright © 2007 NMaven. All Rights Reserved.