This project has retired. For details please refer to its Attic page.
MavenProxyPropertyLoader

org.apache.maven.archiva.configuration
Class MavenProxyPropertyLoader

Package class diagram package MavenProxyPropertyLoader
java.lang.Object
  extended by org.apache.maven.archiva.configuration.MavenProxyPropertyLoader

public class MavenProxyPropertyLoader
extends java.lang.Object


Constructor Summary
MavenProxyPropertyLoader()
           
 
Method Summary
 void load(java.io.InputStream is, org.apache.maven.archiva.configuration.Configuration configuration)
           
 void load(java.util.Properties props, org.apache.maven.archiva.configuration.Configuration configuration)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MavenProxyPropertyLoader

public MavenProxyPropertyLoader()
Method Detail

load

public void load(java.util.Properties props,
                 org.apache.maven.archiva.configuration.Configuration configuration)
          throws InvalidConfigurationException
Throws:
InvalidConfigurationException

load

public void load(java.io.InputStream is,
                 org.apache.maven.archiva.configuration.Configuration configuration)
          throws java.io.IOException,
                 InvalidConfigurationException
Throws:
java.io.IOException
InvalidConfigurationException