Uses of Class
org.apache.maven.model.MailingList

Packages that use MailingList
org.apache.maven.model Maven POM (Project Object Model) classes, generated from maven.mdo model. 
org.apache.maven.model.merge POM merger. 
org.apache.maven.project   
 

Uses of MailingList in org.apache.maven.model
 

Methods in org.apache.maven.model that return MailingList
 MailingList MailingList.clone()
          Method clone.
 

Methods in org.apache.maven.model that return types with arguments of type MailingList
 List<MailingList> Model.getMailingLists()
          Method getMailingLists.
 

Methods in org.apache.maven.model with parameters of type MailingList
 void Model.addMailingList(MailingList mailingList)
          Method addMailingList.
 void Model.removeMailingList(MailingList mailingList)
          Method removeMailingList.
 

Method parameters in org.apache.maven.model with type arguments of type MailingList
 void Model.setMailingLists(List<MailingList> mailingLists)
          Set contains information about a project's mailing lists.
 

Uses of MailingList in org.apache.maven.model.merge
 

Methods in org.apache.maven.model.merge with parameters of type MailingList
protected  Object ModelMerger.getMailingListKey(MailingList mailingList)
           
protected  void ModelMerger.mergeMailingList_Archive(MailingList target, MailingList source, boolean sourceDominant, Map<Object,Object> context)
           
protected  void ModelMerger.mergeMailingList_Name(MailingList target, MailingList source, boolean sourceDominant, Map<Object,Object> context)
           
protected  void ModelMerger.mergeMailingList_OtherArchives(MailingList target, MailingList source, boolean sourceDominant, Map<Object,Object> context)
           
protected  void ModelMerger.mergeMailingList_Post(MailingList target, MailingList source, boolean sourceDominant, Map<Object,Object> context)
           
protected  void ModelMerger.mergeMailingList_Subscribe(MailingList target, MailingList source, boolean sourceDominant, Map<Object,Object> context)
           
protected  void ModelMerger.mergeMailingList_Unsubscribe(MailingList target, MailingList source, boolean sourceDominant, Map<Object,Object> context)
           
protected  void ModelMerger.mergeMailingList(MailingList target, MailingList source, boolean sourceDominant, Map<Object,Object> context)
           
 

Uses of MailingList in org.apache.maven.project
 

Methods in org.apache.maven.project that return types with arguments of type MailingList
 List<MailingList> MavenProject.getMailingLists()
           
 

Methods in org.apache.maven.project with parameters of type MailingList
 void MavenProject.addMailingList(MailingList mailingList)
           
 

Method parameters in org.apache.maven.project with type arguments of type MailingList
 void MavenProject.setMailingLists(List<MailingList> mailingLists)
           
 



Copyright © 2001–2013 The Apache Software Foundation. All rights reserved.