public class Dir extends Parameter
| Constructor and Description |
|---|
Dir(java.lang.String aValue) |
Dir(java.net.URI aUri) |
| Modifier and Type | Method and Description |
|---|---|
java.net.URI |
getUri() |
java.lang.String |
getValue() |
public Dir(java.lang.String aValue)
throws java.net.URISyntaxException
aValue - a string representation of a directory entry referencejava.net.URISyntaxException - when the specified string is not a valid (quoted) uripublic Dir(java.net.URI aUri)
aUri - a URI representing a directory entry reference