|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MavenSettings
Abstracts access to maven settings.xml.
Method Summary | |
---|---|
String |
getLocalRepository()
Returns the local repository directory from settings.xml. |
Map<String,Map<String,String>> |
getMirrorSettings()
Returns the mirror settings from settings.xml. |
Map<String,Map<String,String>> |
getProxySettings()
Returns the active proxy settings from settings.xml The fields are user, pass, host, port, nonProxyHosts, protocol. |
String |
getRepositories()
Gets the list of repositories from settings.xml. |
Method Detail |
---|
String getRepositories()
String getLocalRepository()
Map<String,Map<String,String>> getProxySettings()
Map<String,Map<String,String>> getMirrorSettings()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |