|
ShrinkWrap Resolver Maven Implementation 1.0.0-beta-7 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jboss.shrinkwrap.resolver.impl.maven.MavenDependencyResolverSettings
public class MavenDependencyResolverSettings
Representation of Maven and resolver settings
| Constructor Summary | |
|---|---|
MavenDependencyResolverSettings()
Creates settings with default values |
|
| Method Summary | |
|---|---|
List<org.sonatype.aether.repository.RemoteRepository> |
getRemoteRepositories()
Gets remote repositories. |
org.apache.maven.settings.Settings |
getSettings()
|
boolean |
isOffline()
|
boolean |
isUseMavenCentral()
|
void |
setModelRemoteRepositories(org.apache.maven.model.Model model)
Sets a list of remote repositories using a POM model |
void |
setOffline(boolean offline)
|
void |
setSettings(org.apache.maven.settings.Settings settings)
|
void |
setUseMavenCentral(boolean useMavenCentral)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MavenDependencyResolverSettings()
| Method Detail |
|---|
public List<org.sonatype.aether.repository.RemoteRepository> getRemoteRepositories()
public void setModelRemoteRepositories(org.apache.maven.model.Model model)
model - the POM modelpublic org.apache.maven.settings.Settings getSettings()
public void setSettings(org.apache.maven.settings.Settings settings)
settings - the settings to setpublic boolean isUseMavenCentral()
public void setUseMavenCentral(boolean useMavenCentral)
useMavenCentral - the useMavenCentral to setpublic boolean isOffline()
public void setOffline(boolean offline)
offline - the offline to set
|
ShrinkWrap Resolver Maven Implementation 1.0.0-beta-7 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||