From 63dfd8c78fcf66156f16fb5efcbc499d9c13d9f3 Mon Sep 17 00:00:00 2001 From: teletha Date: Mon, 28 Oct 2024 15:30:25 +0000 Subject: [PATCH] deploy: 36eb60f4dec4760223905780422ead9c7ec54655 --- api/bee.Bee.html | 116 +- api/bee.BeeInstaller.html | 56 +- api/bee.BeeLoader.html | 66 +- api/bee.BeeOption.html | 100 +- api/bee.Fail.html | 94 +- api/bee.Platform.html | 118 +- api/bee.Task.TaskRef.html | 22 +- api/bee.Task.ValuedTaskRef.html | 34 +- api/bee.Task.html | 404 ++-- api/bee.TaskCancel.html | 34 +- api/bee.UserInterface.html | 354 ++-- api/bee.api.Command.html | 44 +- api/bee.api.Library.html | 262 +-- api/bee.api.License.html | 152 +- api/bee.api.Loader.html | 122 +- api/bee.api.Project.html | 680 +++---- api/bee.api.ProjectSpecific.html | 60 +- api/bee.api.Repository.html | 208 +- api/bee.api.Require.html | 34 +- api/bee.api.Scope.html | 128 +- api/bee.api.VCS.Account.html | 44 +- api/bee.api.VCS.Commit.html | 38 +- api/bee.api.VCS.Content.html | 68 +- api/bee.api.VCS.Release.html | 92 +- api/bee.api.VCS.html | 186 +- api/bee.coder.FileType.html | 216 +-- api/bee.coder.HeaderStyle.html | 86 +- api/bee.coder.StandardHeaderStyle.html | 152 +- api/bee.task.AnnotationProcessor.html | 116 +- api/bee.task.AnnotationValidator.html | 114 +- api/bee.task.CI.html | 68 +- api/bee.task.Clean.html | 38 +- api/bee.task.Compile.html | 64 +- api/bee.task.Dependency.html | 48 +- api/bee.task.Doc.html | 48 +- api/bee.task.Eclipse.html | 60 +- api/bee.task.Exe.html | 62 +- api/bee.task.FindMain.html | 82 +- api/bee.task.Help.html | 56 +- api/bee.task.IDE.html | 38 +- api/bee.task.IDESupport.html | 42 +- api/bee.task.Install.html | 44 +- api/bee.task.Intellij.html | 60 +- api/bee.task.Jar.html | 88 +- api/bee.task.License.html | 38 +- api/bee.task.Maven.html | 38 +- api/bee.task.Native.html | 56 +- api/bee.task.Prototype.html | 38 +- api/bee.task.Test.html | 58 +- api/bee.task.Wrapper.html | 76 +- api/bee.util.Config.Description.html | 34 +- api/bee.util.Config.html | 88 +- api/bee.util.EnhancedClassWriter.html | 82 +- api/bee.util.EnhancedMethodWriter.html | 56 +- api/bee.util.Ensure.html | 260 +-- api/bee.util.Inputs.html | 218 +-- api/bee.util.Java.JVM.html | 70 +- api/bee.util.Java.Transporter.html | 94 +- api/bee.util.Java.html | 194 +- api/bee.util.JavaCompiler.html | 346 ++-- api/bee.util.Process.html | 150 +- api/bee.util.Profiling.html | 54 +- api/bee.util.Snippet.html | 58 +- doc/changelog.html | 2432 ++++++++++++------------ index.html | 16 +- main.css | 1142 +++++------ 66 files changed, 5298 insertions(+), 5298 deletions(-) diff --git a/api/bee.Bee.html b/api/bee.Bee.html index ee85cb82d..b786628b5 100644 --- a/api/bee.Bee.html +++ b/api/bee.Bee.html @@ -11,9 +11,9 @@ - -
-

Bee

+ +
+

Bee

-
-
+
-
-
bee -

Bee

-

Task based project builder for Java.

+
+
bee +

Bee

+

Task based project builder for Java.

-
-

APIProject

The api project.

+
+

APIProject

The api project.

-
-

ToolProject

The build tool project.

+
+

ToolProject

The build tool project.

-
-

LombokProject

The lombok project.

+
+

LombokProject

The lombok project.

-
-

AbortRuntimeException

The project build process is aborted by user.

+
+

AbortRuntimeException

The project build process is aborted by user.

-
-

Bee()

Create project builder in current location.

+
+

Bee()

Create project builder in current location.

-
-

Bee(UserInterface ui)

- - +
+

Bee(UserInterface ui)

+
+
UserInterface ui

A user interface.

Create project builder with the specified UserInterface.

-
-

Bee(psychopath.Directory directory, UserInterface ui)

- - +
+

Bee(psychopath.Directory directory, UserInterface ui)

+
+ - +
psychopath.Directory directory

A project root directory.

UserInterface ui

A user interface.

Create project builder in the specified location.

-
-

execute(ListString tasks)int

- - +
+

execute(ListString tasks)int

+
+ - +
ListString tasks

A command literal.

int

Execute tasks from the given command expression.

-
-

execute(Task build)int

- - +
+

execute(Task build)int

+
+ - +
Task build
int

Build project.

-
-

main(String tasks)void

- - +
+

main(String tasks)void

+
+ @@ -118,29 +118,29 @@

main

Launch bee at the current location with commandline user interface.

-

String tasks

A list of task commands

- +
+

main(String args)void

+
+
String args

Launch Bee.

-
-

install(boolean installLauncher, boolean installAPI, boolean showWelcome)void

- - +
+

install(boolean installLauncher, boolean installAPI, boolean showWelcome)void

+
+ - + - +
boolean installLauncher
boolean installAPI
boolean showWelcome

Install Bee into your system.

-