public class ProcessingUri extends Object
Constructor and Description |
---|
ProcessingUri()
Empty Constructor
|
ProcessingUri(String uri)
Constructor with String
|
ProcessingUri(String prefix,
String path)
Constructor with prefix and path
|
ProcessingUri(UriPrefix prefix,
String path)
Constructor with prefix and path
|
Modifier and Type | Method and Description |
---|---|
String |
getPath() |
UriPrefix |
getPrefix() |
ProcessingUri |
setPath(String path) |
ProcessingUri |
setPrefix(UriPrefix prefix) |
String |
toString() |
public ProcessingUri()
public ProcessingUri(String prefix, String path)
prefix
- of processing uripath
- of processing uripublic ProcessingUri(UriPrefix prefix, String path)
prefix
- of processing uripath
- of processing uripublic ProcessingUri(String uri)
uri
- of processingpublic UriPrefix getPrefix()
public ProcessingUri setPrefix(UriPrefix prefix)
prefix
- the prefix to setpublic String getPath()
public ProcessingUri setPath(String path)
path
- the path to setCopyright © 2018 Vitam. All rights reserved.