Uses of Class
com.yahoo.component.VersionSpecification
Packages that use VersionSpecification
-
Uses of VersionSpecification in com.yahoo.component
Fields in com.yahoo.component declared as VersionSpecificationModifier and TypeFieldDescriptionstatic final VersionSpecificationVersionSpecification.emptyVersionSpecificationThe empty versionMethods in com.yahoo.component that return VersionSpecificationModifier and TypeMethodDescriptionstatic VersionSpecificationVersionSpecification.fromString(String versionString) ComponentSpecification.getVersionSpecification()Returns the version of this id, or null if no version is specifiedVersionSpecification.intersect(VersionSpecification other) Version.toSpecification()Creates a version specification that only matches this versionMethods in com.yahoo.component with parameters of type VersionSpecificationModifier and TypeMethodDescriptionintVersionSpecification.compareTo(VersionSpecification other) Compares thisVersionSpecificationobject to another.VersionSpecification.intersect(VersionSpecification other) Constructors in com.yahoo.component with parameters of type VersionSpecificationModifierConstructorDescriptionComponentSpecification(String name, VersionSpecification versionSpec) Creates a component id from a name and version.ComponentSpecification(String name, VersionSpecification versionSpecification, ComponentId namespace) -
Uses of VersionSpecification in com.yahoo.component.provider
Methods in com.yahoo.component.provider with parameters of type VersionSpecificationModifier and TypeMethodDescriptionprotected static VersionComponentRegistry.findBestMatch(VersionSpecification versionSpec, Set<Version> versions) Finds the best (highest) matching version among a set.