Package | Description |
---|---|
org.uberfire.spaces |
Modifier and Type | Method and Description |
---|---|
static SpacesAPI.Scheme |
SpacesAPI.Scheme.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SpacesAPI.Scheme[] |
SpacesAPI.Scheme.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static String |
SpacesAPI.resolveConfigFileSystemPath(SpacesAPI.Scheme scheme,
String spaceName) |
static String |
SpacesAPI.resolveFileSystemPath(SpacesAPI.Scheme scheme,
Space space,
String fsName) |
URI |
SpacesAPI.resolveFileSystemURI(SpacesAPI.Scheme scheme,
Space space,
String fsName) |
static String |
SpacesAPI.resolveSpacePath(SpacesAPI.Scheme scheme,
String spaceName) |
Copyright © 2012–2020 JBoss by Red Hat. All rights reserved.