public class Matrix extends Object implements org.jboss.aesh.console.command.Command
| Constructor and Description |
|---|
Matrix() |
Matrix(InputStream inputStream,
List<String> knockLines) |
Matrix(InputStream inputStream,
List<String> knockLines,
int speed,
boolean async) |
Matrix(int speed,
boolean async,
boolean knock) |
| Modifier and Type | Method and Description |
|---|---|
org.jboss.aesh.console.command.CommandResult |
execute(org.jboss.aesh.console.command.invocation.CommandInvocation commandInvocation) |
void |
processOperation() |
public Matrix()
public Matrix(int speed,
boolean async,
boolean knock)
public Matrix(InputStream inputStream, List<String> knockLines)
public Matrix(InputStream inputStream, List<String> knockLines, int speed, boolean async)
public org.jboss.aesh.console.command.CommandResult execute(org.jboss.aesh.console.command.invocation.CommandInvocation commandInvocation)
throws IOException
execute in interface org.jboss.aesh.console.command.CommandIOExceptionpublic void processOperation()
throws IOException
IOExceptionCopyright © 2014 JBoss by Red Hat. All rights reserved.