org.apache.archiva.configuration
Class MavenProxyPropertyLoader

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

public class MavenProxyPropertyLoader
extends Object


Field Summary
private static String PROXY_LIST
           
private static String REPO_LIST
           
private static String REPO_LOCAL_STORE
           
 
Constructor Summary
MavenProxyPropertyLoader()
           
 
Method Summary
private  String getMandatoryProperty(Properties props, String key)
           
private  Properties getSubset(Properties props, String prefix)
           
 void load(InputStream is, Configuration configuration)
           
 void load(Properties props, Configuration configuration)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

REPO_LOCAL_STORE

private static final String REPO_LOCAL_STORE
See Also:
Constant Field Values

PROXY_LIST

private static final String PROXY_LIST
See Also:
Constant Field Values

REPO_LIST

private static final String REPO_LIST
See Also:
Constant Field Values
Constructor Detail

MavenProxyPropertyLoader

public MavenProxyPropertyLoader()
Method Detail

load

public void load(Properties props,
                 Configuration configuration)
          throws InvalidConfigurationException
Throws:
InvalidConfigurationException

getSubset

private Properties getSubset(Properties props,
                             String prefix)

load

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

getMandatoryProperty

private String getMandatoryProperty(Properties props,
                                    String key)
                             throws InvalidConfigurationException
Throws:
InvalidConfigurationException


Copyright © 2006-2013 The Apache Software Foundation. All Rights Reserved.