- java.lang.Object
-
- picocli.codegen.aot.graalvm.JniConfigGenerator
-
public class JniConfigGenerator extends Object
-
-
Constructor Summary
Constructors Constructor Description JniConfigGenerator()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
main(String... args)
Runs this class as a standalone application, printing the resulting JSON String to a file or toSystem.out
.
-
-
-
Method Detail
-
main
public static void main(String... args)
Runs this class as a standalone application, printing the resulting JSON String to a file or toSystem.out
.- Parameters:
args
- one or more fully qualified class names of@Command
-annotated classes.
-
-