org.apache.maven.archiva.configuration
Class MavenProxyPropertyLoader

java.lang.Object
  extended by org.apache.maven.archiva.configuration.MavenProxyPropertyLoader

public class MavenProxyPropertyLoader
extends java.lang.Object

Author:
Ben Walding, Brett Porter

Constructor Summary
MavenProxyPropertyLoader()
           
 
Method Summary
 void load(java.io.InputStream is, Configuration configuration)
           
 void load(java.util.Properties props, 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,
                 Configuration configuration)
          throws InvalidConfigurationException
Throws:
InvalidConfigurationException

load

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


Copyright © 2006-2008 Apache Software Foundation. All Rights Reserved.