Enum LineEndings

java.lang.Object
java.lang.Enum<LineEndings>
org.apache.maven.plugins.assembly.utils.LineEndings
All Implemented Interfaces:
Serializable, Comparable<LineEndings>, java.lang.constant.Constable

public enum LineEndings extends Enum<LineEndings>
Enumeration to keep the different line ending types we support.
Author:
Karl-Heinz Marbaise khmarbaise@apache.org
  • Enum Constant Details

  • Method Details

    • values

      public static LineEndings[] 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 LineEndings 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
    • isNewLine

      public boolean isNewLine()
    • isCrLF

      public boolean isCrLF()
    • getLineEndingCharacters

      public String getLineEndingCharacters()