Uses of Class
de.uni_hildesheim.sse.easy.loader.framework.Version
Packages that use Version
Package
Description
Implements the infrastructure framework for the standalone loader for EASy-Producer.
-
Uses of Version in de.uni_hildesheim.sse.easy.loader.framework
Fields in de.uni_hildesheim.sse.easy.loader.framework declared as VersionModifier and TypeFieldDescriptionprivate VersionEasyDependency.bundleVersionMaxprivate VersionEasyDependency.bundleVersionMinprivate VersionBundleInfo.versionprivate VersionFeature.versionprivate VersionUtils.JarInfo.versionprivate VersionEasyDependency.versionMaxprivate VersionEasyDependency.versionMinMethods in de.uni_hildesheim.sse.easy.loader.framework that return VersionModifier and TypeMethodDescriptionEasyDependency.getBundleVersionMax()Getter returns true if mandatory.EasyDependency.getBundleVersionMin()Getter returns true if mandatory.BundleInfo.getVersion()Returns the version of the represented bundle.EasyDependency.getVersionMax()Getter returns true if mandatory.EasyDependency.getVersionMin()Getter returns true if mandatory.(package private) static VersionBundleInfo.parseVersion(Attributes attributes) Parses the bundle version from theattributes.Methods in de.uni_hildesheim.sse.easy.loader.framework with parameters of type VersionModifier and TypeMethodDescriptionintCompares two versions and results in: -1 : this is smaller <=> given version and this is bigger.booleanChecks whether the version is within a certain range of versions.voidEasyDependency.setBundleVersionMax(Version max) Sets a max version for the bundle.voidEasyDependency.setBundleVersionMin(Version min) Sets a min version for the bundle.Constructors in de.uni_hildesheim.sse.easy.loader.framework with parameters of type Version