public class MultipleChoice extends Object implements org.jboss.aesh.complete.Completion
| Constructor and Description |
|---|
MultipleChoice(org.jboss.aesh.console.Console console) |
MultipleChoice(org.jboss.aesh.console.Console console,
String commandName,
List<MultipleChoice> choices) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
afterAttach() |
protected void |
afterDetach() |
void |
complete(org.jboss.aesh.complete.CompleteOperation completeOperation) |
List<MultipleChoice> |
getChoices() |
void |
processOperation(org.jboss.aesh.console.command.CommandOperation operation) |
public MultipleChoice(org.jboss.aesh.console.Console console)
public MultipleChoice(org.jboss.aesh.console.Console console,
String commandName,
List<MultipleChoice> choices)
public List<MultipleChoice> getChoices()
public void complete(org.jboss.aesh.complete.CompleteOperation completeOperation)
complete in interface org.jboss.aesh.complete.Completionprotected void afterAttach()
throws IOException
IOExceptionprotected void afterDetach()
throws IOException
IOExceptionpublic void processOperation(org.jboss.aesh.console.command.CommandOperation operation)
throws IOException
IOExceptionCopyright © 2014 JBoss by Red Hat. All rights reserved.