public class RefUtils extends Object
| Constructor and Description |
|---|
RefUtils() |
| Modifier and Type | Method and Description |
|---|---|
static String |
buildUrl(String rootPath,
String relativePath) |
static String |
computeDefinitionName(String ref) |
static RefFormat |
computeRefFormat(String ref) |
static boolean |
isAnExternalRefFormat(RefFormat refFormat) |
static String |
readExternalRef(String file,
RefFormat refFormat,
List<AuthorizationValue> auths,
java.nio.file.Path parentDirectory) |
static String |
readExternalUrlRef(String file,
RefFormat refFormat,
List<AuthorizationValue> auths,
String rootPath) |
public static boolean isAnExternalRefFormat(RefFormat refFormat)
public static String readExternalUrlRef(String file, RefFormat refFormat, List<AuthorizationValue> auths, String rootPath)
public static String readExternalRef(String file, RefFormat refFormat, List<AuthorizationValue> auths, java.nio.file.Path parentDirectory)
Copyright © 2017. All Rights Reserved.