Uses of Class
org.apache.maven.model.v3_0_0.Version

Packages that use Version
org.apache.maven.model.v3_0_0   
 

Uses of Version in org.apache.maven.model.v3_0_0
 

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

Methods in org.apache.maven.model.v3_0_0 with parameters of type Version
 void Model.addVersion(Version version)
          Method addVersion.
 void Model.removeVersion(Version version)
          Method removeVersion.
 

Method parameters in org.apache.maven.model.v3_0_0 with type arguments of type Version
 void Model.setVersions(List<Version> versions)
          Set contains information on previous versions of the project.
 



Copyright © 2001-2011 Apache Software Foundation. All Rights Reserved.