Uses of Class
org.apache.maven.plugin.doap.options.Standard

Packages that use Standard
org.apache.maven.plugin.doap.options   
 

Uses of Standard in org.apache.maven.plugin.doap.options
 

Methods in org.apache.maven.plugin.doap.options that return types with arguments of type Standard
 List<Standard> ASFExtOptions.getStandards()
          Method getStandards.
 

Methods in org.apache.maven.plugin.doap.options with parameters of type Standard
 void ASFExtOptions.addStandard(Standard standard)
          Method addStandard.
 void ASFExtOptions.removeStandard(Standard standard)
          Method removeStandard.
 

Method parameters in org.apache.maven.plugin.doap.options with type arguments of type Standard
 void ASFExtOptions.setStandards(List<Standard> standards)
          Set list of Standard object.
 



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