Package | Description |
---|---|
org.eclipse.jgit.attributes |
Support for reading .gitattributes.
|
Modifier and Type | Method | Description |
---|---|---|
Attribute.State |
Attribute.getState() |
Returns the state.
|
static Attribute.State |
Attribute.State.valueOf(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 | Description |
---|---|
Attribute(String key,
Attribute.State state) |
Creates a new instance
|
Copyright © 2018. All rights reserved.