Uses of Class
org.apache.juneau.Version
Packages that use Version
Package
Description
HTTP Header Beans
- 
Uses of Version in org.apache.juneauMethods in org.apache.juneau that return VersionMethods in org.apache.juneau 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.assertionsMethods 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.httpMethods 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.headerMethods 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.