bee
BeeOption<T>
T>T
CachelessBeeOptionBoolean
BooleanInstructs the system not to use any cache at build time.
DebugBeeOptionBoolean
BooleanInstructs the system to output all debug log at build time.
EmbedBeeOptionBoolean
BooleanInstructs the system to embed the project into bee runtime.
HelpBeeOptionBoolean
BooleanInstructs the system to display information related to the current execution environment. Synonymous with the task [help:task help:option].
InputBeeOptionListString
ListStringPredefine the user input.
OfflineBeeOptionBoolean
BooleanInstructs the system not to connect to an external network at build time.
ProfilingBeeOptionBoolean
BooleanPerform profiling at build time and display the analysis results.
QuietBeeOptionBoolean
BooleanInstructs the system not to output error log only at build time.
RootBeeOptionpsychopath.Directory
psychopath.DirectoryInstructs the system not to output error log only at build time.
SkipBeeOptionListString
ListStringInstructs the system not to output error log only at build time.
UnwrapBeeOptionListBoolean
ListBooleanInstructs the system not to use wrapper bee.
VersionBeeOptionBoolean
BooleanInstructs the system to display information related to the current execution environment. Synonymous with the task [help:version].
AVAILABLESListBeeOption
BeeOptionThe list of builtin options.
value()T
T |
Get the value of this option.
isConfigured()boolean
boolean |
Determine if this option has been configured by the user.
toString()String
String |