public interface SpacesAPI
Modifier and Type | Interface and Description |
---|---|
static class |
SpacesAPI.Scheme |
Modifier and Type | Field and Description |
---|---|
static String |
CONFIG_FOLDER_NAME |
static String |
CONFIG_REPOSITORY_NAME |
static Space |
DASHBUILDER_SPACE |
static String |
DASHBUILDER_SPACE_NAME |
static Space |
DEFAULT_SPACE |
static String |
DEFAULT_SPACE_NAME |
Modifier and Type | Method and Description |
---|---|
default Space |
getDefaultSpace() |
Space |
getSpace(String name) |
static String |
resolveConfigFileSystemPath(SpacesAPI.Scheme scheme,
String spaceName) |
static String |
resolveFileSystemPath(SpacesAPI.Scheme scheme,
Space space,
String fsName) |
URI |
resolveFileSystemURI(SpacesAPI.Scheme scheme,
Space space,
String fsName) |
Optional<Space> |
resolveSpace(String uri) |
static String |
resolveSpacePath(SpacesAPI.Scheme scheme,
String spaceName) |
static String |
sanitizeFileSystemName(String fileSystemName) |
static final String DEFAULT_SPACE_NAME
static final Space DEFAULT_SPACE
static final String DASHBUILDER_SPACE_NAME
static final Space DASHBUILDER_SPACE
static final String CONFIG_FOLDER_NAME
static final String CONFIG_REPOSITORY_NAME
static String resolveSpacePath(SpacesAPI.Scheme scheme, String spaceName)
static String resolveFileSystemPath(SpacesAPI.Scheme scheme, Space space, String fsName)
static String resolveConfigFileSystemPath(SpacesAPI.Scheme scheme, String spaceName)
@GwtIncompatible URI resolveFileSystemURI(SpacesAPI.Scheme scheme, Space space, String fsName)
default Space getDefaultSpace()
Copyright © 2012–2020 JBoss by Red Hat. All rights reserved.