Uses of Class
com.github.koraktor.mavanagaiata.mojo.ChangelogFormat.Formats
-
Packages that use ChangelogFormat.Formats Package Description com.github.koraktor.mavanagaiata.mojo Maven mojo implementations and related code -
-
Uses of ChangelogFormat.Formats in com.github.koraktor.mavanagaiata.mojo
Fields in com.github.koraktor.mavanagaiata.mojo declared as ChangelogFormat.Formats Modifier and Type Field Description (package private) ChangelogFormat.FormatsChangelogMojo. formatTemplateThe formatting template to use while generating the changelogMethods in com.github.koraktor.mavanagaiata.mojo that return ChangelogFormat.Formats Modifier and Type Method Description static ChangelogFormat.FormatsChangelogFormat.Formats. valueOf(String name)Returns the enum constant of this type with the specified name.static ChangelogFormat.Formats[]ChangelogFormat.Formats. values()Returns an array containing the constants of this enum type, in the order they are declared.
-