Uses of Class
org.apache.juneau.Version
Packages that use Version
Package
Description
HTTP Header Beans
-
Uses of Version in org.apache.juneau
Methods in org.apache.juneau that return VersionMethods in org.apache.juneau with parameters of type VersionModifier and TypeMethodDescriptionint
boolean
Returnstrue if the specified version is equal to this version.boolean
Returnstrue if the specified version is at least this version.boolean
Returnstrue if the specified version is at least this version.boolean
Returnstrue if the specified version is at most this version.boolean
Returnstrue if the specified version is at most this version. -
Uses of Version in org.apache.juneau.assertions
Methods in org.apache.juneau.assertions with parameters of type VersionModifier and TypeMethodDescriptionstatic final VersionAssertion
Assertions.assertVersion
(Version value) Performs an assertion on a Version.static VersionAssertion
Static 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.http
Methods in org.apache.juneau.http with parameters of type VersionModifier and TypeMethodDescriptionstatic final ClientVersion
HttpHeaders.clientVersion
(Version value) Creates a newClientVersion
header.Method parameters in org.apache.juneau.http with type arguments of type VersionModifier and TypeMethodDescriptionstatic final ClientVersion
HttpHeaders.clientVersion
(Supplier<Version> value) Creates a newClientVersion
header 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 aVersion
object.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.