bee
Platform
Define platform specific default configurations.
OSName
String
OS
OSVersion
String
OS
OSArch
String
OS
Encoding
Charset
The encoding.
EOL
String
The line separator.
Java
psychopath.File
The executable file for Java.
JavaHome
psychopath.Directory
The root directory for Java.
Bee
psychopath.File
The executable file for Bee.
BeeHome
psychopath.Directory
The root directory for Bee.
BeeLocalRepository
psychopath.Directory
The local repository.
isWindows
()
boolean
boolean |
Result |
Check whether the current platform is Windows OS or not.
isLinux
()
boolean
boolean |
Result |
Check whether the current platform is Linux like OS or not.
isMac
()
boolean
boolean |
Result |
Check whether the current platform is Linux like OS or not.
isGithub
()
boolean
boolean |
Result |
Check whether the current platform is Github Action or not.
isJitPack
()
boolean
boolean |
Result |
Check whether the current platform is JitPack or not.
isEclipse
()
boolean
boolean |
Result |
Check whether the current platform is Eclipse or not.