Uses of Class
org.uberfire.spaces.SpacesAPI.Scheme
-
Packages that use SpacesAPI.Scheme Package Description org.uberfire.spaces -
-
Uses of SpacesAPI.Scheme in org.uberfire.spaces
Methods in org.uberfire.spaces that return SpacesAPI.Scheme Modifier and Type Method Description static SpacesAPI.SchemeSpacesAPI.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.Methods in org.uberfire.spaces with parameters of type SpacesAPI.Scheme Modifier and Type Method Description static StringSpacesAPI. resolveConfigFileSystemPath(SpacesAPI.Scheme scheme, String spaceName)static StringSpacesAPI. resolveFileSystemPath(SpacesAPI.Scheme scheme, Space space, String fsName)URISpacesAPI. resolveFileSystemURI(SpacesAPI.Scheme scheme, Space space, String fsName)static StringSpacesAPI. resolveSpacePath(SpacesAPI.Scheme scheme, String spaceName)
-