|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.fusesource.fabric.maven.impl.MavenUtils
public class MavenUtils
| Constructor Summary | |
|---|---|
MavenUtils()
|
|
| Method Summary | |
|---|---|
static org.sonatype.aether.repository.AuthenticationSelector |
getAuthSelector()
Returns the default Authentication as configured in the maven settings.xml |
static org.sonatype.aether.repository.MirrorSelector |
getMirrorSelector()
Returns the default MirrorSelector as configured in the maven settings.xml |
static org.sonatype.aether.repository.ProxySelector |
getProxySelector()
Returns the default ProxySelector as configured in the maven settings.xml |
static org.sonatype.aether.repository.ProxySelector |
getProxySelector(java.lang.String protocol,
java.lang.String host,
int port,
java.lang.String nonProxyHosts,
java.lang.String username,
java.lang.String password)
Returns the default ProxySelector as configured in the maven settings.xml |
static java.util.List<org.sonatype.aether.repository.RemoteRepository> |
getRemoteRepositories()
Returns a list of RemoteRepository as configured in the maven settings.xml |
static java.util.List<org.apache.maven.settings.Repository> |
getRepositories()
|
static org.apache.maven.settings.Settings |
getSettings()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MavenUtils()
| Method Detail |
|---|
public static org.apache.maven.settings.Settings getSettings()
public static java.util.List<org.apache.maven.settings.Repository> getRepositories()
public static java.util.List<org.sonatype.aether.repository.RemoteRepository> getRemoteRepositories()
RemoteRepository as configured in the maven settings.xml
public static org.sonatype.aether.repository.ProxySelector getProxySelector()
ProxySelector as configured in the maven settings.xml
public static org.sonatype.aether.repository.ProxySelector getProxySelector(java.lang.String protocol,
java.lang.String host,
int port,
java.lang.String nonProxyHosts,
java.lang.String username,
java.lang.String password)
ProxySelector as configured in the maven settings.xml
public static org.sonatype.aether.repository.MirrorSelector getMirrorSelector()
MirrorSelector as configured in the maven settings.xml
public static org.sonatype.aether.repository.AuthenticationSelector getAuthSelector()
Authentication as configured in the maven settings.xml
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||