Package | Description |
---|---|
org.jboss.aesh.history |
Modifier and Type | Method and Description |
---|---|
SearchDirection |
InMemoryHistory.getSearchDirection() |
abstract SearchDirection |
History.getSearchDirection() |
static SearchDirection |
SearchDirection.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SearchDirection[] |
SearchDirection.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
InMemoryHistory.setSearchDirection(SearchDirection direction) |
abstract void |
History.setSearchDirection(SearchDirection direction) |
Copyright © 2022 JBoss by Red Hat. All rights reserved.