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