| Modifier and Type | Method and Description |
|---|---|
static URI |
appendResources(URI repository,
QualifiedResource resource)
|
static URI |
appendResources(URI repository,
Resource... resources)
|
static URI |
replacePathWithResources(URI repository,
Resource... resources)
|
public static URI appendResources(URI repository, QualifiedResource resource)
repository - base URI, QualifiedResource is appended to the path of the repositoryresource - QualifiedResource to appended to the repository URIURI and QualifiedResourceIllegalArgumentException - if resource contain null elementsNullPointerException - if repository is nullpublic static URI appendResources(URI repository, Resource... resources)
repository - base URI, Resources are appended to the path of the repositoryresources - Resources to appended to the repository URIURI and ResourcesIllegalArgumentException - if resources contain null elementsNullPointerException - if repository is nullpublic static URI replacePathWithResources(URI repository, Resource... resources)
repository - base URIresources - Resources to replace the path of the repository URIURI with ResourcesIllegalArgumentException - if resources contain null elementsNullPointerException - if repository is nullCopyright © 2013–2017 shadowhunt. All rights reserved.