- buildArgs(String[]) - Method in class Capsule
-
Returns a list of command line arguments to pass to the application.
- buildBootClassPath() - Method in class Capsule
-
Compiles and returns the application's boot classpath as a list of paths.
- buildBootClassPathA() - Method in class Capsule
-
Compiles and returns the paths to be appended to the application's boot classpath.
- buildBootClassPathP() - Method in class Capsule
-
Compiles and returns the paths to be prepended to the application's boot classpath.
- buildClassPath() - Method in class Capsule
-
Compiles and returns the application's classpath as a list of paths.
- buildJVMArgs() - Method in class Capsule
-
Returns a list of JVM arguments.
- buildSystemProperties() - Method in class Capsule
-
Returns a map of system properties (property-value pairs).