public class UnifiedNodeReference extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JCR_SCHEME |
| Constructor and Description |
|---|
UnifiedNodeReference(String spec) |
UnifiedNodeReference(String repository,
String workspace,
Identifier identifier) |
UnifiedNodeReference(String repository,
String workspace,
String path) |
UnifiedNodeReference(URI uri) |
UnifiedNodeReference(URI uri,
String defaultRepository,
String defaultWorkspace) |
UnifiedNodeReference(URL url) |
| Modifier and Type | Method and Description |
|---|---|
Identifier |
getIdentitifier() |
String |
getPath() |
String |
getRepository() |
URI |
getURI() |
URL |
getURL() |
static URLStreamHandler |
getURLStreamHandler() |
String |
getUserInfo() |
String |
getWorkspace() |
boolean |
isIdentitifier() |
boolean |
isPath() |
public static final String JCR_SCHEME
public UnifiedNodeReference(String spec) throws URISyntaxException, MalformedURLException
public UnifiedNodeReference(URL url) throws URISyntaxException
URISyntaxExceptionpublic UnifiedNodeReference(URI uri) throws URISyntaxException
URISyntaxExceptionpublic UnifiedNodeReference(URI uri, String defaultRepository, String defaultWorkspace) throws URISyntaxException
URISyntaxExceptionpublic UnifiedNodeReference(String repository, String workspace, Identifier identifier)
public String getRepository()
public String getWorkspace()
public Identifier getIdentitifier()
public boolean isIdentitifier()
public String getPath()
public boolean isPath()
public String getUserInfo()
user:pass.public URI getURI() throws URISyntaxException
URISyntaxExceptionpublic URL getURL() throws MalformedURLException
MalformedURLExceptionpublic static URLStreamHandler getURLStreamHandler()
jcr.URLStreamHandlerCopyright © 2018 eXo Platform SAS. All Rights Reserved.