Uses of Class
com.yahoo.component.Version
Packages that use Version
-
Uses of Version in com.yahoo.component
Fields in com.yahoo.component declared as VersionModifier and TypeFieldDescriptionstatic final VersionVtag.currentVersionstatic final VersionVersion.emptyVersionThe empty versionMethods in com.yahoo.component that return VersionModifier and TypeMethodDescriptionstatic VersionVersion.fromString(String versionString) Returns new Version(versionString), or Version.emptyVersion if the input string is null or ""ComponentId.getVersion()Returns the version of this id, or emptyVersion if no version is specifiedVersionSpecification.lowestMatchingVersion()Returns the lowest possible Version object that matches this specVersion.withQualifier(String qualifier) Methods in com.yahoo.component with parameters of type VersionModifier and TypeMethodDescriptionbooleanintCompares thisVersionobject to another version.booleanReturns whether this version number is strictly higher than the given version.booleanReturns whether this version number is strictly lower than the given version.booleanReturns true if the given version matches this specification.booleanConstructors in com.yahoo.component with parameters of type VersionModifierConstructorDescriptionComponentId(String name, Version version) Creates a component id from a name and version.ComponentId(String name, Version version, ComponentId namespace) -
Uses of Version in com.yahoo.component.provider
Methods in com.yahoo.component.provider that return VersionModifier and TypeMethodDescriptionprotected static VersionComponentRegistry.findBestMatch(VersionSpecification versionSpec, Set<Version> versions) Finds the best (highest) matching version among a set.Method parameters in com.yahoo.component.provider with type arguments of type VersionModifier and TypeMethodDescriptionprotected static VersionComponentRegistry.findBestMatch(VersionSpecification versionSpec, Set<Version> versions) Finds the best (highest) matching version among a set.