Package | Description |
---|---|
org.eclipse.jgit.attributes |
Support for reading .gitattributes.
|
Modifier and Type | Field and Description |
---|---|
private Attribute.State |
Attribute.state |
Modifier and Type | Method and Description |
---|---|
Attribute.State |
Attribute.getState()
Return the state.
|
Attribute.State |
Attributes.getState(java.lang.String key)
Return the state.
|
static Attribute.State |
Attribute.State.valueOf(java.lang.String name)
Returns 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.
|
Constructor and Description |
---|
Attribute(java.lang.String key,
Attribute.State state)
Creates a new instance
|
Attribute(java.lang.String key,
Attribute.State state,
java.lang.String value) |