Uses of Class
org.apache.juneau.commons.lang.Version
Packages that use Version
Package
Description
Assertions API
Language utilities including value wrappers, version management, string formatting,
state enums, and other common language constructs.
RFC2616 HTTP Headers
HTTP Header Beans
-
Uses of Version in org.apache.juneau.assertions
Methods in org.apache.juneau.assertions with parameters of type VersionModifier and TypeMethodDescriptionstatic final VersionAssertionAssertions.assertVersion(Version value) Performs an assertion on a Version.static VersionAssertionStatic creator.Constructors in org.apache.juneau.assertions with parameters of type VersionModifierConstructorDescriptionFluentVersionAssertion(Assertion creator, Version value, R returns) Chained constructor.FluentVersionAssertion(Version value, R returns) Constructor.VersionAssertion(Version value) Constructor. -
Uses of Version in org.apache.juneau.commons.lang
Methods in org.apache.juneau.commons.lang that return VersionMethods in org.apache.juneau.commons.lang with parameters of type VersionModifier and TypeMethodDescriptionintbooleanReturnstrue if the specified version is equal to this version.booleanReturnstrue if the specified version is at least this version.booleanReturnstrue if the specified version is at least this version.booleanReturnstrue if the specified version is at most this version.booleanReturnstrue if the specified version is at most this version. -
Uses of Version in org.apache.juneau.http
Methods in org.apache.juneau.http with parameters of type VersionModifier and TypeMethodDescriptionstatic final ClientVersionHttpHeaders.clientVersion(Version value) Creates a newClientVersionheader.Method parameters in org.apache.juneau.http with type arguments of type VersionModifier and TypeMethodDescriptionstatic final ClientVersionHttpHeaders.clientVersion(Supplier<Version> value) Creates a newClientVersionheader with a delayed value. -
Uses of Version in org.apache.juneau.http.header
Methods in org.apache.juneau.http.header that return types with arguments of type VersionModifier and TypeMethodDescriptionClientVersion.asVersion()Returns the header value as aVersionobject.Methods in org.apache.juneau.http.header with parameters of type VersionMethod parameters in org.apache.juneau.http.header with type arguments of type VersionConstructors in org.apache.juneau.http.header with parameters of type VersionConstructor parameters in org.apache.juneau.http.header with type arguments of type VersionModifierConstructorDescriptionClientVersion(Supplier<Version> value) Constructor with delayed value.