Package | Description |
---|---|
org.jboss.aesh.complete | |
org.jboss.aesh.console.alias | |
org.jboss.aesh.console.operator | |
org.jboss.aesh.util |
Modifier and Type | Method and Description |
---|---|
void |
Completion.complete(CompleteOperation completeOperation)
Populate the CompleteOperation object with possible
completions + offset if needed
|
Modifier and Type | Method and Description |
---|---|
void |
AliasCompletion.complete(CompleteOperation completeOperation) |
Modifier and Type | Method and Description |
---|---|
void |
RedirectionCompletion.complete(CompleteOperation completeOperation) |
Modifier and Type | Method and Description |
---|---|
void |
FileLister.findMatchingDirectories(CompleteOperation completion)
findMatchingDirectories will try to populate the CompleteOperation
object based on it initial params.
|
Modifier and Type | Method and Description |
---|---|
static String |
Parser.findStartsWithOperation(List<CompleteOperation> coList)
If there is any common start string in the completion list, return it
|
Copyright © 2013 JBoss by Red Hat. All rights reserved.