Uses of Enum
org.eclipse.jgit.attributes.Attribute.State
Packages that use Attribute.State
-
Uses of Attribute.State in org.eclipse.jgit.attributes
Subclasses with type arguments of type Attribute.State in org.eclipse.jgit.attributesModifier and TypeClassDescriptionstatic enumThe attribute value state see also https://www.kernel.org/pub/software/scm/git/docs/gitattributes.htmlFields in org.eclipse.jgit.attributes declared as Attribute.StateMethods in org.eclipse.jgit.attributes that return Attribute.StateModifier and TypeMethodDescriptionAttribute.getState()Return the state.Return the state.static Attribute.StateReturns the enum constant of this type with the specified name.static Attribute.State[]Attribute.State.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.eclipse.jgit.attributes with parameters of type Attribute.StateModifierConstructorDescriptionAttribute(String key, Attribute.State state) Creates a new instanceprivateAttribute(String key, Attribute.State state, String value)