public class MavenSettings extends Object
An encapsulation of settings read from a user's Maven settings.xml.
Constructor and description |
---|
MavenSettings(Settings settings, SettingsDecryptionResult decryptedSettings) Create a new MavenSettings instance. |
Type Params | Return Type | Name and description |
---|---|---|
|
public List<Profile> |
getActiveProfiles() |
|
public AuthenticationSelector |
getAuthenticationSelector() |
|
public String |
getLocalRepository() |
|
public MirrorSelector |
getMirrorSelector() |
|
public boolean |
getOffline() |
|
public ProxySelector |
getProxySelector() |
Create a new MavenSettings instance.
settings
- the source settingsdecryptedSettings
- the decrypted settings