public interface OfficeFloorConsole
OfficeFloor
.Modifier and Type | Method and Description |
---|---|
boolean |
run(PrintStream out,
PrintStream err,
ProcessStartListener startListener,
ProcessCompletionListener completionListener,
String... arguments)
Runs the
OfficeFloorCommand for the arguments. |
boolean run(PrintStream out, PrintStream err, ProcessStartListener startListener, ProcessCompletionListener completionListener, String... arguments)
OfficeFloorCommand
for the arguments.out
- Console out.err
- Console err.startListener
- ProcessStartListener
. May be null
.completionListener
- ProcessCompletionListener
. May be null
.arguments
- Arguments for the OfficeFloorCommand
instances.true
if successfully run/started
OfficeFloorCommand
.Copyright © 2005–2016. All rights reserved.