bee

bee.task

FindMain.Config

Configuration class for the FindMain task, allowing users to explicitly specify the fully qualified names of the main, premain, and agentmain classes. If a value is set here, the automatic search might be skipped for that specific entry point.

mainString

Specifies the fully qualified class name (e.g., com.example.MyApp) to be used as the main entry point for the application.

premainString

Specifies the fully qualified class name to be used as the Premain-Class attribute in the JAR manifest for Java Agents loaded at startup.

agentmainString

Specifies the fully qualified class name to be used as the Agent-Class attribute in the JAR manifest for Java Agents attached to a running JVM.

Config()