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.
main
String
Specifies the fully qualified class name (e.g., com.example.MyApp
)
to be used as the main entry point for the application.
premain
String
Specifies the fully qualified class name to be used as the
Premain-Class
attribute in the JAR manifest for Java Agents loaded at startup.
agentmain
String
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.