public class MavenProxyPropertyLoader extends Object
Modifier and Type | Field and Description |
---|---|
private static String |
PROXY_LIST |
private static String |
REPO_LIST |
private static String |
REPO_LOCAL_STORE |
Constructor and Description |
---|
MavenProxyPropertyLoader() |
Modifier and Type | Method and Description |
---|---|
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) |
private static final String REPO_LOCAL_STORE
private static final String PROXY_LIST
private static final String REPO_LIST
public MavenProxyPropertyLoader()
public void load(Properties props, Configuration configuration) throws InvalidConfigurationException
InvalidConfigurationException
private Properties getSubset(Properties props, String prefix)
public void load(InputStream is, Configuration configuration) throws IOException, InvalidConfigurationException
private String getMandatoryProperty(Properties props, String key) throws InvalidConfigurationException
InvalidConfigurationException
Copyright © 2006–2023 The Apache Software Foundation. All rights reserved.