Uses of Class
org.codehaus.modello.model.Version
Packages that use Version
-
Uses of Version in org.codehaus.modello.model
Fields in org.codehaus.modello.model declared as VersionMethods in org.codehaus.modello.model that return VersionModifier and TypeMethodDescriptionBaseElement.getDeprecatedVersion()
VersionRange.getFromVersion()
VersionRange.getToVersion()
Methods in org.codehaus.modello.model with parameters of type VersionModifier and TypeMethodDescriptionint
ModelType.getAllFields
(Version version, boolean withInheritedField) Model.getClasses
(Version version) ModelType.getCodeSegments
(Version version) Model.getDefaultPackageName
(boolean withVersion, Version version) Returns the list of all fields in this class for a specific version.ModelType.getIdentifierFields
(Version version) Model.getInterface
(String type, Version version) Model.getInterfaces
(Version version) Model.getLocationTracker
(Version version) Model.getPackageName
(boolean withVersion, Version version) Deprecated.This shouldn't be used, anything querying the model should read the package of the class.ModelType.getPackageName
(boolean withVersion, Version version) Model.getSourceTracker
(Version version) boolean
Version.greaterOrEqualsThan
(Version other) Returns true ifthis
is greater or equals thanother
.boolean
Version.greaterThan
(Version other) Returns true ifthis
is greater thatother
.boolean
boolean
boolean
Version.lesserOrEqualsThan
(Version other) Returns true ifthis
is lesser or equals thatother
.boolean
Version.lesserThan
(Version other) Returns true ifthis
is lesser thanother
.void
BaseElement.setDeprecatedVersion
(Version deprecatedVersion) Constructors in org.codehaus.modello.model with parameters of type Version -
Uses of Version in org.codehaus.modello.plugin
Methods in org.codehaus.modello.plugin that return VersionModifier and TypeMethodDescriptionprotected Version
AbstractModelloGenerator.getGeneratedVersion()