- generateManPage(File, File, boolean[], boolean, CommandLine.Model.CommandSpec...) - Static method in class picocli.codegen.docgen.manpage.ManPageGenerator
-
Generates AsciiDoc files for the specified classes to the specified output directory,
optionally also generating template files in the customizablePagesDirectory directory.
- generateProxyConfig(CommandLine.Model.CommandSpec[], String[]) - Static method in class picocli.codegen.aot.graalvm.DynamicProxyConfigGenerator
-
Returns a JSON String with the interface names to generate dynamic proxy classes for in the native image,
used by the specified CommandSpec objects.
- generateReflectionConfig(CommandLine.Model.CommandSpec...) - Static method in class picocli.codegen.aot.graalvm.ReflectionConfigGenerator
-
Returns a JSON String with the program elements that will be accessed reflectively for the specified
CommandSpec objects.
- generateResourceConfig(CommandLine.Model.CommandSpec[], String[], String[]) - Static method in class picocli.codegen.aot.graalvm.ResourceConfigGenerator
-
Returns a JSON String with the resources and resource bundles to include for the specified
CommandSpec objects.
- get() - Method in class picocli.codegen.annotation.processing.AnnotatedElementHolder
-
This implementation does nothing and always returns null.
- getCommandSpecs(String, Class<?>[]) - Static method in class picocli.codegen.util.Util
-
- getElement() - Method in class picocli.codegen.annotation.processing.AnnotatedElementHolder
-
Returns the program element annotated with @Option or @Parameters.
- getSupportedAnnotationTypes() - Method in class picocli.codegen.annotation.processing.AbstractCommandSpecProcessor
-
Returns the annotation types supported by the super class, and adds
"picocli.*" if necessary.
- getSupportedSourceVersion() - Method in class picocli.codegen.annotation.processing.AbstractCommandSpecProcessor
-
Returns the max supported source version.
- getTypeElement() - Method in interface picocli.codegen.annotation.processing.ITypeMetaData
-
- getTypeMirror() - Method in interface picocli.codegen.annotation.processing.ITypeMetaData
-
Returns the TypeMirror of the value.