org.apache.maven.dotnet
Interface NMavenRepositoryRegistry

All Known Implementing Classes:
NMavenRepositoryRegistryImpl

public interface NMavenRepositoryRegistry

Author:
Shane Isbell

Field Summary
static java.lang.String ROLE
          Role used to register component implementations with the container.
 
Method Summary
 RepositoryRegistry createRepositoryRegistry()
          Creates a repository registry.
 

Field Detail

ROLE

static final java.lang.String ROLE
Role used to register component implementations with the container.

Method Detail

createRepositoryRegistry

RepositoryRegistry createRepositoryRegistry()
                                            throws java.io.IOException
Creates a repository registry.

Returns:
an repository registry
Throws:
java.io.IOException


Copyright © 2007 NMaven. All Rights Reserved.