Uses of Class
org.l2x6.cq.maven.TemplateParams.ExtensionStatus
-
-
Uses of TemplateParams.ExtensionStatus in org.l2x6.cq.maven
Fields in org.l2x6.cq.maven declared as TemplateParams.ExtensionStatus Modifier and Type Field Description TemplateParams.ExtensionStatusTemplateParams.Builder. statusMethods in org.l2x6.cq.maven that return TemplateParams.ExtensionStatus Modifier and Type Method Description TemplateParams.ExtensionStatusTemplateParams. getStatus()static TemplateParams.ExtensionStatusTemplateParams.ExtensionStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static TemplateParams.ExtensionStatus[]TemplateParams.ExtensionStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.l2x6.cq.maven with parameters of type TemplateParams.ExtensionStatus Modifier and Type Method Description static TemplateParamsCqUtils. quarkusExtensionYamlParams(List<org.apache.camel.tooling.model.ArtifactModel<?>> models, String artifactIdBase, String titleBase, String description, List<String> keywords, boolean unlisted, boolean deprecated, boolean isNativeSupported, TemplateParams.ExtensionStatus status, Path rootDir, org.apache.maven.plugin.logging.Log log, List<String> errors)TemplateParams.BuilderTemplateParams.Builder. status(TemplateParams.ExtensionStatus status)
-