Package | Description |
---|---|
org.apache.maven.api.model |
Maven POM (Project Object Model) classes, generated from
maven.mdo model. |
org.apache.maven.model.v4 |
Modifier and Type | Method and Description |
---|---|
MailingList.Builder |
MailingList.Builder.archive(String archive) |
MailingList.Builder |
MailingList.Builder.location(Object key,
InputLocation location) |
MailingList.Builder |
MailingList.Builder.name(String name) |
static MailingList.Builder |
MailingList.newBuilder()
Creates a new
MailingList builder instance. |
static MailingList.Builder |
MailingList.newBuilder(boolean withDefaults)
Creates a new
MailingList builder instance using default values or not. |
static MailingList.Builder |
MailingList.newBuilder(MailingList from)
Creates a new
MailingList builder instance using the specified object as a basis. |
static MailingList.Builder |
MailingList.newBuilder(MailingList from,
boolean forceCopy)
Creates a new
MailingList builder instance using the specified object as a basis. |
MailingList.Builder |
MailingList.Builder.otherArchives(Collection<String> otherArchives) |
MailingList.Builder |
MailingList.Builder.post(String post) |
MailingList.Builder |
MailingList.Builder.subscribe(String subscribe) |
MailingList.Builder |
MailingList.Builder.unsubscribe(String unsubscribe) |
MailingList.Builder |
MailingList.with()
Creates a new builder with this object as the basis.
|
Modifier and Type | Method and Description |
---|---|
protected void |
MavenMerger.mergeMailingList_Archive(MailingList.Builder builder,
MailingList target,
MailingList source,
boolean sourceDominant,
Map<Object,Object> context) |
protected void |
MavenMerger.mergeMailingList_Name(MailingList.Builder builder,
MailingList target,
MailingList source,
boolean sourceDominant,
Map<Object,Object> context) |
protected void |
MavenMerger.mergeMailingList_OtherArchives(MailingList.Builder builder,
MailingList target,
MailingList source,
boolean sourceDominant,
Map<Object,Object> context) |
protected void |
MavenMerger.mergeMailingList_Post(MailingList.Builder builder,
MailingList target,
MailingList source,
boolean sourceDominant,
Map<Object,Object> context) |
protected void |
MavenMerger.mergeMailingList_Subscribe(MailingList.Builder builder,
MailingList target,
MailingList source,
boolean sourceDominant,
Map<Object,Object> context) |
protected void |
MavenMerger.mergeMailingList_Unsubscribe(MailingList.Builder builder,
MailingList target,
MailingList source,
boolean sourceDominant,
Map<Object,Object> context) |
protected void |
MavenMerger.mergeMailingList(MailingList.Builder builder,
MailingList target,
MailingList source,
boolean sourceDominant,
Map<Object,Object> context) |
protected void |
MavenTransformer.transformMailingList_Archive(MailingList.Builder builder,
MailingList target) |
protected void |
MavenTransformer.transformMailingList_Name(MailingList.Builder builder,
MailingList target) |
protected void |
MavenTransformer.transformMailingList_OtherArchives(MailingList.Builder builder,
MailingList target) |
protected void |
MavenTransformer.transformMailingList_Post(MailingList.Builder builder,
MailingList target) |
protected void |
MavenTransformer.transformMailingList_Subscribe(MailingList.Builder builder,
MailingList target) |
protected void |
MavenTransformer.transformMailingList_Unsubscribe(MailingList.Builder builder,
MailingList target) |
Copyright © 2001–2022 The Apache Software Foundation. All rights reserved.