bee
BeeInstaller
Handles the installation process for the Bee build tool. This includes installing the Bee executable JAR, creating launcher scripts, installing the Bee API into the local repository, and displaying a welcome message.
BeeInstaller()
main(Stringargs)void
Stringargs)Stringargs |
Command line arguments (not used). |
The main entry point for launching the Bee installation process.
Loads the Bee core and then calls #install(boolean, boolean, boolean)
with default options (install launcher, install API, show welcome message).
install(booleaninstallLauncher, booleaninstallAPI, booleanshowWelcome)void
booleaninstallLauncher, booleaninstallAPI, booleanshowWelcome)booleaninstallLauncher |
If |
booleaninstallAPI |
If |
booleanshowWelcome |
If |
Installs Bee components into the user's system based on the provided flags.