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

Packages that use Extension
org.apache.maven.model   
 

Uses of Extension in org.apache.maven.model
 

Methods in org.apache.maven.model that return types with arguments of type Extension
 List<Extension> Build.getExtensions()
          Method getExtensions.
 

Methods in org.apache.maven.model with parameters of type Extension
 void Build.addExtension(Extension extension)
          Method addExtension.
 void Build.removeExtension(Extension extension)
          Method removeExtension.
 

Method parameters in org.apache.maven.model with type arguments of type Extension
 void Build.setExtensions(List<Extension> extensions)
          Set a set of build extensions to use from this project.
 



Copyright © 2001-2009 The Apache Software Foundation. All Rights Reserved.