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

Packages that use RepositoryRegistry
org.apache.maven.dotnet Provides core interfaces and classes for common exceptions, contexts and registries. 
org.apache.maven.dotnet.artifact Provides interfaces and classes for resolving and installing artifacts. 
org.apache.maven.dotnet.artifact.impl Provides the implementation classes of the org.apache.maven.dotnet.artifact package. 
org.apache.maven.dotnet.assembler.impl Provides the implementation classes of the org.apache.maven.dotnent.assembler package. 
org.apache.maven.dotnet.dao.impl Provides the implementation classes of the org.apache.maven.dotnet.dao package. 
org.apache.maven.dotnet.executable.impl Provides the implementation classes of the org.apache.maven.dotnet.executable and org.apache.maven.dotnet.executable.compiler packages. 
org.apache.maven.dotnet.impl Provides the implementation classes of the org.apache.maven.dotnet package. 
org.apache.maven.dotnet.plugin.impl   
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. 
org.apache.maven.dotnet.vendor.impl Provides the implementation classes of the org.apache.maven.dotnet.vendor package. 
 

Uses of RepositoryRegistry in org.apache.maven.dotnet
 

Methods in org.apache.maven.dotnet that return RepositoryRegistry
 RepositoryRegistry NMavenRepositoryRegistry.createRepositoryRegistry()
          Creates a repository registry.
 

Uses of RepositoryRegistry in org.apache.maven.dotnet.artifact
 

Methods in org.apache.maven.dotnet.artifact with parameters of type RepositoryRegistry
 void NetDependenciesRepository.setRepositoryRegistry(RepositoryRegistry repositoryRegistry)
           
 

Uses of RepositoryRegistry in org.apache.maven.dotnet.artifact.impl
 

Methods in org.apache.maven.dotnet.artifact.impl with parameters of type RepositoryRegistry
 void NetDependenciesRepositoryImpl.setRepositoryRegistry(RepositoryRegistry repositoryRegistry)
           
 

Uses of RepositoryRegistry in org.apache.maven.dotnet.assembler.impl
 

Methods in org.apache.maven.dotnet.assembler.impl with parameters of type RepositoryRegistry
 void AssemblyPluginsRepository.setRepositoryRegistry(RepositoryRegistry repositoryRegistry)
           
 

Uses of RepositoryRegistry in org.apache.maven.dotnet.dao.impl
 

Methods in org.apache.maven.dotnet.dao.impl with parameters of type RepositoryRegistry
 void ProjectDaoImpl.setRepositoryRegistry(RepositoryRegistry repositoryRegistry)
           
 

Uses of RepositoryRegistry in org.apache.maven.dotnet.executable.impl
 

Methods in org.apache.maven.dotnet.executable.impl with parameters of type RepositoryRegistry
 void ExecutablePluginsRepository.setRepositoryRegistry(RepositoryRegistry repositoryRegistry)
           
 void CompilerPluginsRepository.setRepositoryRegistry(RepositoryRegistry repositoryRegistry)
           
 

Uses of RepositoryRegistry in org.apache.maven.dotnet.impl
 

Methods in org.apache.maven.dotnet.impl that return RepositoryRegistry
 RepositoryRegistry NMavenRepositoryRegistryImpl.createRepositoryRegistry()
          Returns an instance of the repository registry.
 

Uses of RepositoryRegistry in org.apache.maven.dotnet.plugin.impl
 

Methods in org.apache.maven.dotnet.plugin.impl with parameters of type RepositoryRegistry
 void ConfigurationAppendersRepository.setRepositoryRegistry(RepositoryRegistry repositoryRegistry)
           
 

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

Fields in org.apache.maven.dotnet.registry declared as RepositoryRegistry
protected  RepositoryRegistry PropertyRepository.repositoryRegistry
          Internal reference for repositoryRegistry
 

Methods in org.apache.maven.dotnet.registry with parameters of type RepositoryRegistry
 void RepositoryLoader.setRepositoryRegistry(RepositoryRegistry repositoryRegistry)
           
 void Repository.setRepositoryRegistry(RepositoryRegistry repositoryRegistry)
           
 void PropertyRepository.setRepositoryRegistry(RepositoryRegistry repositoryRegistry)
          Mutator for RepositoryRegistry
 void DataAccessObject.setRepositoryRegistry(RepositoryRegistry repositoryRegistry)
           
 void ConnectionsRepository.setRepositoryRegistry(RepositoryRegistry repositoryRegistry)
           
 

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

Classes in org.apache.maven.dotnet.registry.impl that implement RepositoryRegistry
 class RepositoryRegistryImpl
           
 

Methods in org.apache.maven.dotnet.registry.impl with parameters of type RepositoryRegistry
 void StandardRepositoryLoader.setRepositoryRegistry(RepositoryRegistry repositoryRegistry)
           
 

Uses of RepositoryRegistry in org.apache.maven.dotnet.vendor.impl
 

Methods in org.apache.maven.dotnet.vendor.impl with parameters of type RepositoryRegistry
 void SettingsRepository.setRepositoryRegistry(RepositoryRegistry repositoryRegistry)
           
 



Copyright © 2007 NMaven. All Rights Reserved.