Uses of Class
org.apache.maven.model.v3_0_0.Version
-
Packages that use Version Package Description org.apache.maven.model.v3_0_0 org.apache.maven.model.v3_0_0.io.xpp3 -
-
Uses of Version in org.apache.maven.model.v3_0_0
Fields in org.apache.maven.model.v3_0_0 with type parameters of type Version Modifier and Type Field Description private java.util.List<Version>Model. versionsField versions.Methods in org.apache.maven.model.v3_0_0 that return types with arguments of type Version Modifier and Type Method Description java.util.List<Version>Model. getVersions()Method getVersions.Methods in org.apache.maven.model.v3_0_0 with parameters of type Version Modifier and Type Method Description voidModel. addVersion(Version version)Method addVersion.voidModel. removeVersion(Version version)Method removeVersion.Method parameters in org.apache.maven.model.v3_0_0 with type arguments of type Version Modifier and Type Method Description voidModel. setVersions(java.util.List<Version> versions)Set contains information on previous versions of the project. -
Uses of Version in org.apache.maven.model.v3_0_0.io.xpp3
Methods in org.apache.maven.model.v3_0_0.io.xpp3 that return Version Modifier and Type Method Description private VersionMavenXpp3Reader. parseVersion(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict)Method parseVersion.Methods in org.apache.maven.model.v3_0_0.io.xpp3 with parameters of type Version Modifier and Type Method Description private voidMavenXpp3Writer. writeVersion(Version version, java.lang.String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)Method writeVersion.
-