Uses of Enum Class
org.eclipse.jgit.attributes.Attribute.State
Packages that use Attribute.State
-
Uses of Attribute.State in org.eclipse.jgit.attributes
Fields 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.State
Returns the enum constant of this class with the specified name.static Attribute.State[]
Attribute.State.values()
Returns an array containing the constants of this enum class, 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 instanceprivate
Attribute
(String key, Attribute.State state, String value)