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
(String
args
)
void
String
args
)String args |
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
(boolean
installLauncher
, boolean
installAPI
, boolean
showWelcome
)
void
boolean
installLauncher
, boolean
installAPI
, boolean
showWelcome
)boolean installLauncher |
If |
boolean installAPI |
If |
boolean showWelcome |
If |
Installs Bee components into the user's system based on the provided flags.