Uses of Class
org.apache.maven.plugin.resources.remote.Supplement

Packages that use Supplement
org.apache.maven.plugin.resources.remote   
 

Uses of Supplement in org.apache.maven.plugin.resources.remote
 

Methods in org.apache.maven.plugin.resources.remote that return types with arguments of type Supplement
 List<Supplement> SupplementalDataModel.getSupplement()
          Method getSupplement.
 

Methods in org.apache.maven.plugin.resources.remote with parameters of type Supplement
 void SupplementalDataModel.addSupplement(Supplement supplement)
          Method addSupplement.
 void SupplementalDataModel.removeSupplement(Supplement supplement)
          Method removeSupplement.
 

Method parameters in org.apache.maven.plugin.resources.remote with type arguments of type Supplement
 void SupplementalDataModel.setSupplement(List<Supplement> supplement)
          Set snippets of POM xml files used to supplement the data model.
 



Copyright © 2002-2012 The Apache Software Foundation. All Rights Reserved.