bee

bee

Platform

Define platform specific default configurations.

OSNameString

OS

OSVersionString

OS

OSArchString

OS

EncodingCharset

The encoding.

EOLString

The line separator.

Javapsychopath.File

The executable file for Java.

JavaHomepsychopath.Directory

The root directory for Java.

Beepsychopath.File

The executable file for Bee.

BeeHomepsychopath.Directory

The root directory for Bee.

BeeLocalRepositorypsychopath.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.