public interface MavenConfiguration
Modifier and Type | Method and Description |
---|---|
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 |
isAetherDisabled()
Returns if aether should be disabled or not.
|
java.lang.Boolean |
useFallbackRepositories()
Returns true if the fallback repositories should be used instead of default ones.
|
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)
java.lang.Boolean isAetherDisabled()
Copyright © 2011-2014 Red Hat. All Rights Reserved.