bee
BeeOption
<T
>
T
>T
Cacheless
BeeOptionBoolean
Boolean
Instructs the system not to use any cache at build time.
Debug
BeeOptionBoolean
Boolean
Instructs the system to output all debug log at build time.
Help
BeeOptionBoolean
Boolean
Instructs the system to display information related to the current execution environment. Synonymous with the task [help:task help:option].
Input
BeeOptionListString
ListString
Predefine the user input.
Offline
BeeOptionBoolean
Boolean
Instructs the system not to connect to an external network at build time.
Profiling
BeeOptionBoolean
Boolean
Perform profiling at build time and display the analysis results.
Quiet
BeeOptionBoolean
Boolean
Instructs the system not to output error log only at build time.
Root
BeeOptionpsychopath.Directory
psychopath.Directory
Instructs the system not to output error log only at build time.
Skip
BeeOptionListString
ListString
Instructs the system not to output error log only at build time.
Unwrap
BeeOptionListBoolean
ListBoolean
Instructs the system not to use wrapper bee.
Version
BeeOptionBoolean
Boolean
Instructs the system to display information related to the current execution environment. Synonymous with the task [help:version].
AVAILABLES
ListBeeOption
BeeOption
The 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 |