Uses of Interface
org.wildfly.clustering.arquillian.RelativeURIBuilder
Packages that use RelativeURIBuilder
-
Uses of RelativeURIBuilder in org.wildfly.clustering.arquillian
Subinterfaces of RelativeURIBuilder in org.wildfly.clustering.arquillianMethods in org.wildfly.clustering.arquillian that return RelativeURIBuilderModifier and TypeMethodDescriptionRelativeURIBuilder.addParameter(String parameterName, String parameterValue) Appends the specified query parameter to the URI created by this builder.RelativeURIBuilder.addParameters(Map<String, String> parameters) Appends the specified query parameters to the URI created by this builder.default RelativeURIBuilderAppends the specified path to the URI created by this builder.Appends the specified path and path parameters to the URI created by this builder.static RelativeURIBuilderReturns a URI builder based on the specified URI.RelativeURIBuilder.setFragment(String fragment) Specifies the fragment (e.g. anchor) of the URI created by this builder.