| Modifier and Type | Field and Description |
|---|---|
private String |
base
The request base URL per the specification.
|
private Logger |
log
Logger.
|
private com.google.common.base.Function<String,String> |
transformer
Function which transforms the entityID prior to substitution into the URL.
|
| Constructor and Description |
|---|
MetadataQueryProtocolRequestURLBuilder(String baseURL)
Constructor.
|
MetadataQueryProtocolRequestURLBuilder(String baseURL,
com.google.common.base.Function<String,String> transform)
Constructor.
|
private final Logger log
private String base
public MetadataQueryProtocolRequestURLBuilder(@Nonnull@NotEmpty String baseURL)
baseURL - the base URL for the metadata responderpublic MetadataQueryProtocolRequestURLBuilder(@Nonnull@NotEmpty String baseURL, @Nullable com.google.common.base.Function<String,String> transform)
baseURL - the base URL for the metadata respondertransform - function which transforms the entityID prior to URL construction substitution, may be nullCopyright © 1999–2015. All rights reserved.