public class Line extends Object
Line represents a command line.| Constructor and Description |
|---|
Line(String command)
Constructs a new
Line with the specified command. |
Line(String command,
List<String> args)
Constructs a new
Line with the specified command. |
Line(String command,
Map<String,String> options)
Constructs a new
Line with the specified command. |
Line(String command,
Map<String,String> options,
List<String> args)
Constructs a new
Line with the specified command. |
public Line(String command)
Line with the specified command.command - Command being input.public Line(String command, Map<String,String> options)
Line with the specified command.command - Command being input.public Line(String command, List<String> args)
Line with the specified command.command - Command being input.Copyright © 2014-2019 Eiichiro Uchiumi. All Rights Reserved.