io.sarl.api.naming.parser
Class SpaceSchemeNameParser
All Superinterfaces:
ISchemeNameParser<N>
class SpaceSchemeNameParser
extends AbstractSchemeNameParser<N>
Parser of space names that is accepting URI-based syntax.

The different types of names are:
  • "space:[/]{0-2}contextId/spaceId[#fragmentName]"
Maven Group Identifier:
io.sarl.sdk
Maven Artifact Identifier:
api.naming
Since:
0.12
Property Summary
Inherited: scheme
Constructor Summary
Constructor and description
new([String])
Constructor.
Action Summary
Modifier and type Action and description
SpaceName decode(URI)
java.net.URI refactor(URI)
Constructor Details
new([String])
new([String])
Constructor.
Opt. Parameters:
Action Details
decode(URI)
def decode(URI) : SpaceName
refactor(URI)
def refactor(URI) : java.net.URI