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 TypeMethodDescriptionintModelType.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) booleanVersion.greaterOrEqualsThan(Version other) Returns true ifthisis greater or equals thanother.booleanVersion.greaterThan(Version other) Returns true ifthisis greater thatother.booleanbooleanbooleanVersion.lesserOrEqualsThan(Version other) Returns true ifthisis lesser or equals thatother.booleanVersion.lesserThan(Version other) Returns true ifthisis lesser thanother.voidBaseElement.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 VersionAbstractModelloGenerator.getGeneratedVersion()