org.apache.maven.dotnet.registry.impl
Class StandardRegistryLoader

java.lang.Object
  extended by org.apache.maven.dotnet.registry.impl.StandardRegistryLoader
All Implemented Interfaces:
RegistryLoader

public class StandardRegistryLoader
extends java.lang.Object
implements RegistryLoader

The default loader for the registry-config.xml file.

Author:
Shane Isbell

Constructor Summary
StandardRegistryLoader()
           
 
Method Summary
 java.util.Hashtable getRepositories()
          Returns the repositories.
 void loadRegistry(java.io.InputStream inputStream)
          Loads the registry-config file
 void setRepositoryLoader(RepositoryLoader repositoryLoader)
          Sets the repository loader
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StandardRegistryLoader

public StandardRegistryLoader()
Method Detail

setRepositoryLoader

public void setRepositoryLoader(RepositoryLoader repositoryLoader)
Description copied from interface: RegistryLoader
Sets the repository loader

Specified by:
setRepositoryLoader in interface RegistryLoader
Parameters:
repositoryLoader - the repository loader

loadRegistry

public final void loadRegistry(java.io.InputStream inputStream)
                        throws java.io.IOException
Loads the registry-config file

Specified by:
loadRegistry in interface RegistryLoader
Parameters:
inputStream - inputstream containing registry-config file
Throws:
java.io.IOException

getRepositories

public final java.util.Hashtable getRepositories()
Description copied from interface: RegistryLoader
Returns the repositories.

Specified by:
getRepositories in interface RegistryLoader
Returns:
repositories


Copyright © 2007 NMaven. All Rights Reserved.