Package | Description |
---|---|
org.zanata.rest.client | |
org.zanata.rest.dto | |
org.zanata.util |
Modifier and Type | Method and Description |
---|---|
VersionInfo |
RestClientFactory.getServerVersionInfo() |
Constructor and Description |
---|
RestClientFactory(URI base,
String username,
String apiKey,
VersionInfo clientApiVersion,
boolean logHttp,
boolean sslCertDisabled) |
RestClientFactory(URI base,
String username,
String apiKey,
VersionInfo clientApiVersion,
boolean logHttp,
boolean sslCertDisabled,
Consumer<org.jboss.resteasy.client.jaxrs.ResteasyClientBuilder> resteasyClientBuilderModifier)
This constructor will provider an extension point for other class to
customize resteasy client builder.
|
Constructor and Description |
---|
VersionInfo(VersionInfo other) |
Modifier and Type | Method and Description |
---|---|
static VersionInfo |
VersionUtility.getAPIVersionInfo() |
static VersionInfo |
VersionUtility.getVersionInfo(Attributes atts,
Class<?> fallbackClass)
Gets version from specified manifest attributes, or else from the
package info of the class.
|
static VersionInfo |
VersionUtility.getVersionInfo(Class<?> clazz)
Gets version from manifest of jar containing clazz, or else from
package info.
|
Copyright © 2017 Zanata Project. All rights reserved.