public final class ClassPathUri extends Object
| Constructor and Description |
|---|
ClassPathUri() |
| Modifier and Type | Method and Description |
|---|---|
static URI |
classPathUri(String path)
Creates a URI that denotes a classpath resource, using the classpath pseudo protocol.
|
@Nullable public static URI classPathUri(String path)
path - the path to the resource in the classpathnull if there was a syntax exceptionCopyright © 2017 Atlassian. All rights reserved.