java.lang.Object
java.lang.Enum<Meaning>
com.semanticcms.autogit.model.Meaning
All Implemented Interfaces:
Serializable, Comparable<Meaning>

public enum Meaning extends Enum<Meaning>
From man git-status.
  • Enum Constant Details

    • Modified

      public static final Meaning Modified
    • Deleted

      public static final Meaning Deleted
    • UpdatedInIndex

      public static final Meaning UpdatedInIndex
    • AddedToIndex

      public static final Meaning AddedToIndex
    • DeletedFromIndex

      public static final Meaning DeletedFromIndex
    • RenamedInIndex

      public static final Meaning RenamedInIndex
    • CopiedInIndex

      public static final Meaning CopiedInIndex
    • IndexAndWorkingTreeMatches

      public static final Meaning IndexAndWorkingTreeMatches
    • WorkTreeChangedSinceIndex

      public static final Meaning WorkTreeChangedSinceIndex
    • DeletedInWorkTree

      public static final Meaning DeletedInWorkTree
    • UnmergedBothDeleted

      public static final Meaning UnmergedBothDeleted
    • UnmergedAddedByUs

      public static final Meaning UnmergedAddedByUs
    • UnmergedDeletedByThem

      public static final Meaning UnmergedDeletedByThem
    • UnmergedAddedByThem

      public static final Meaning UnmergedAddedByThem
    • UnmergedDeletedByUs

      public static final Meaning UnmergedDeletedByUs
    • UnmergedBothAdded

      public static final Meaning UnmergedBothAdded
    • UnmergedBothModified

      public static final Meaning UnmergedBothModified
    • Untracked

      public static final Meaning Untracked
    • Ignored

      public static final Meaning Ignored
  • Method Details

    • values

      public static Meaning[] 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 Meaning 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
    • toString

      public String toString()
      Overrides:
      toString in class Enum<Meaning>
    • getState

      public State getState()
    • getChange

      public Change getChange()