Uses of Class
docet.maven.Severity
-
Packages that use Severity Package Description docet.maven -
-
Uses of Severity in docet.maven
Methods in docet.maven that return Severity Modifier and Type Method Description SeverityDocetIssue. getSeverity()static SeveritySeverity. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Severity[]Severity. values()Returns an array containing the constants of this enum type, in the order they are declared.Method parameters in docet.maven with type arguments of type Severity Modifier and Type Method Description static intDocetPluginUtils. validateDocsForLanguage(java.nio.file.Path path, DocetPluginUtils.Language lang, java.util.List<FaqEntry> faqs, java.util.function.BiConsumer<Severity,java.lang.String> call, org.apache.maven.plugin.logging.Log log)static intDocetPluginUtils. validatePdfsForLanguage(java.nio.file.Path path, DocetPluginUtils.Language lang, java.util.function.BiConsumer<Severity,java.lang.String> call, org.apache.maven.plugin.logging.Log log)Constructors in docet.maven with parameters of type Severity Constructor Description DocetIssue(Severity severity, java.lang.String msg)
-