public class SystemLocations extends Object
Modifier and Type | Method and Description |
---|---|
Path |
bin() |
Path |
bin(String scriptName) |
Path |
config() |
Path |
config(String subdir) |
Path |
dataGatewayJar() |
Path |
deploy() |
Path |
deploy(String subpath) |
Path |
home() |
Path |
home(String subpath) |
Path |
home(String subpath,
String... more) |
String |
homeFwdSlash() |
boolean |
isXapNet() |
Path |
lib() |
Path |
lib(String subpath) |
Path |
lib(XapModules module) |
Path |
libOptional() |
Path |
libOptional(String subpath) |
Path |
libOptionalSecurity() |
Path |
libPlatform() |
Path |
libPlatform(String subpath) |
Path |
libPlatformExt() |
Path |
libRequired() |
Collection<Path> |
libRequired(ClassLoaderType clType) |
Path |
logs() |
static SystemLocations |
singleton() |
Path |
sparkHome() |
Path |
tools() |
Path |
tools(String subpath) |
Path |
tools(String subpath,
String... more) |
Path |
work() |
Path |
work(String subpath) |
Path |
xapNetHome() |
public static SystemLocations singleton()
public Path home()
public String homeFwdSlash()
public Path config()
public Path logs()
public Path work()
public Path deploy()
public Path sparkHome()
public boolean isXapNet()
public Path xapNetHome()
public Path bin()
public Path lib()
public Path lib(XapModules module)
public Path libRequired()
public Collection<Path> libRequired(ClassLoaderType clType)
public Path libOptional()
public Path libOptionalSecurity()
public Path libPlatform()
public Path libPlatformExt()
public Path tools()
public Path dataGatewayJar()
Copyright © GigaSpaces.