Enum InjectSiteStylesMojo.PageType

java.lang.Object
java.lang.Enum<InjectSiteStylesMojo.PageType>
com.guinetik.terminaljavadocs.plugin.InjectSiteStylesMojo.PageType
All Implemented Interfaces:
Serializable, Comparable<InjectSiteStylesMojo.PageType>, java.lang.constant.Constable
Enclosing class:
InjectSiteStylesMojo

public static enum InjectSiteStylesMojo.PageType extends Enum<InjectSiteStylesMojo.PageType>
Page types with their corresponding CSS files.

Each page type maps to a specific minified CSS file that provides Terminal Javadocs styling for that category of generated documentation.

  • Enum Constant Details

  • Method Details

    • values

      public static InjectSiteStylesMojo.PageType[] values()
      Returns an array containing the constants of this enum type, in the order they are declared.
      Returns:
      an array containing the constants of this enum type, in the order they are declared
    • valueOf

      public static InjectSiteStylesMojo.PageType valueOf(String name)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum type has no constant with the specified name
      NullPointerException - if the argument is null
    • getName

      public String getName()
      Returns the short name of this page type.
      Returns:
      the name used in injection markers (e.g., "javadoc")
    • getCssFile

      public String getCssFile()
      Returns the CSS filename for this page type.
      Returns:
      the minified CSS filename (e.g., "terminaljavadocs-javadoc.min.css")