Package org.apache.maven.api.model
Class MailingList.Builder
java.lang.Object
org.apache.maven.api.model.MailingList.Builder
- Enclosing class:
MailingList
Builder class used to create MailingList instances.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) String
(package private) MailingList
(package private) InputLocation
(package private) Map
<Object, InputLocation> (package private) String
(package private) Collection
<String> (package private) String
(package private) String
(package private) String
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Builder
(boolean withDefaults) protected
Builder
(MailingList base, boolean forceCopy) -
Method Summary
Modifier and TypeMethodDescriptionbuild()
(package private) Map
<Object, InputLocation> importedFrom
(InputLocation importedFrom) location
(Object key, InputLocation location) otherArchives
(Collection<String> otherArchives) unsubscribe
(String unsubscribe)
-
Field Details
-
base
MailingList base -
name
String name -
subscribe
String subscribe -
unsubscribe
String unsubscribe -
post
String post -
archive
String archive -
otherArchives
Collection<String> otherArchives -
locations
Map<Object,InputLocation> locations -
importedFrom
InputLocation importedFrom
-
-
Constructor Details
-
Builder
protected Builder(boolean withDefaults) -
Builder
-
-
Method Details
-
name
-
subscribe
-
unsubscribe
-
post
-
archive
-
otherArchives
-
location
-
importedFrom
-
build
-
computeLocations
Map<Object,InputLocation> computeLocations()
-