public interface Option
| Modifier and Type | Method and Description |
|---|---|
void |
print(PrintWriter writer,
int length,
boolean isDefault)
Print the option.
|
void print(PrintWriter writer, int length, boolean isDefault)
writer - the stream to write the command output.length - the number of characters to display the symbol.isDefault - true if this option is the default option.Copyright © 2019. All rights reserved.