public interface OfficeFloorCommandParser
OfficeFloorCommand
instances to be invoked.Modifier and Type | Method and Description |
---|---|
OfficeFloorCommand[] |
parseCommands(String[] arguments)
Parses the
OfficeFloorCommand instances from the arguments. |
OfficeFloorCommand[] parseCommands(String[] arguments) throws OfficeFloorCommandParseException
OfficeFloorCommand
instances from the arguments.arguments
- Arguments - typically the command line arguments.OfficeFloorCommand
instances to execute.OfficeFloorCommandParseException
- If invalid command line.Copyright © 2005–2016. All rights reserved.