Package | Description |
---|---|
org.apache.maven.api.settings | |
org.apache.maven.settings | |
org.apache.maven.settings.v4 |
Modifier and Type | Class and Description |
---|---|
class |
IdentifiableBase
Base class for
Mirror , Profile , Proxy and Server . |
class |
Mirror
A download mirror for a given repository.
|
class |
Profile
Modifications to the build process which is keyed on some
sort of environmental parameter.
|
class |
Proxy
The
<proxy> element contains informations required to a proxy settings. |
class |
Server
The
<server> element contains informations required to a server settings. |
class |
Settings
Root element of the user configuration file.
|
Modifier and Type | Method and Description |
---|---|
TrackableBase |
TrackableBase.Builder.build() |
static TrackableBase |
TrackableBase.newInstance()
Creates a new
TrackableBase instance. |
static TrackableBase |
TrackableBase.newInstance(boolean withDefaults)
Creates a new
TrackableBase instance using default values or not. |
Modifier and Type | Method and Description |
---|---|
static TrackableBase.Builder |
TrackableBase.newBuilder(TrackableBase from)
Creates a new
TrackableBase builder instance using the specified object as a basis. |
static TrackableBase.Builder |
TrackableBase.newBuilder(TrackableBase from,
boolean forceCopy)
Creates a new
TrackableBase builder instance using the specified object as a basis. |
Modifier and Type | Method and Description |
---|---|
TrackableBase |
TrackableBase.getDelegate() |
Modifier and Type | Method and Description |
---|---|
static List<TrackableBase> |
TrackableBase.trackableBaseToApiV4(List<TrackableBase> list) |
Modifier and Type | Method and Description |
---|---|
static List<TrackableBase> |
TrackableBase.trackableBaseToApiV3(List<TrackableBase> list) |
Constructor and Description |
---|
TrackableBase(TrackableBase delegate) |
Modifier and Type | Method and Description |
---|---|
protected TrackableBase |
SettingsMerger.mergeTrackableBase(TrackableBase target,
TrackableBase source,
boolean sourceDominant,
Map<Object,Object> context) |
Modifier and Type | Method and Description |
---|---|
protected SettingsMerger.KeyComputer<TrackableBase> |
SettingsMerger.getTrackableBaseKey() |
Modifier and Type | Method and Description |
---|---|
protected void |
SettingsMerger.mergeTrackableBase(TrackableBase.Builder builder,
TrackableBase target,
TrackableBase source,
boolean sourceDominant,
Map<Object,Object> context) |
protected TrackableBase |
SettingsMerger.mergeTrackableBase(TrackableBase target,
TrackableBase source,
boolean sourceDominant,
Map<Object,Object> context) |
Copyright © 2001–2022 The Apache Software Foundation. All rights reserved.