|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MavenConfiguration
Handler configuration.
Method Summary | |
---|---|
void |
enableProxy(java.net.URL url)
Enables the proxy server for a given URL. |
java.lang.Boolean |
getCertificateCheck()
Returns true if the certificate should be checked on SSL connection, false otherwise. |
java.util.List<MavenRepositoryURL> |
getDefaultRepositories()
Returns a list of default repositories to be searched before any other repositories. |
MavenRepositoryURL |
getLocalRepository()
Returns the url of local repository. |
java.util.List<MavenRepositoryURL> |
getRepositories()
Returns a list of repositories to be searched. |
java.net.URL |
getSettingsFileUrl()
Returns the URL of maven settings file. |
java.lang.Boolean |
useFallbackRepositories()
Returns true if the fallback repositories should be used instead of default ones. |
Method Detail |
---|
java.lang.Boolean getCertificateCheck()
java.net.URL getSettingsFileUrl()
java.util.List<MavenRepositoryURL> getDefaultRepositories() throws java.net.MalformedURLException
java.net.MalformedURLException
java.util.List<MavenRepositoryURL> getRepositories() throws java.net.MalformedURLException
java.net.MalformedURLException
MavenRepositoryURL getLocalRepository()
java.lang.Boolean useFallbackRepositories()
void enableProxy(java.net.URL url)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |