| Modifier and type | Property and description |
|---|---|
| java.lang.String | scheme
Replies the name scheme that is supported by this parser. |
| Modifier and type | Action and description |
|---|---|
| abstract N | decode(URI)
Decode the name. |
| abstract java.lang.String | getScheme
Replies the name scheme that is supported by this parser. |
| abstract java.net.URI | refactor(URI)
Refactor the given URI in order to fit the name specification. |
val scheme : java.lang.String
This property is an alias for the action: getScheme
def decode(URI) : N
SarlName.
The provided URI must have a path that is starting with the character /. Otherwise, the returned value will be null.
def getScheme : java.lang.String
def refactor(URI) : java.net.URI
/ character.