Commandpublic class SystemPropertiesCommandImpl extends Object implements Command
| Constructor | Description |
|---|---|
SystemPropertiesCommandImpl() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
execute(String line,
PrintStream out,
PrintStream err) |
Executes the command using the supplied command line, output
print stream, and error print stream.
|
String |
getName() |
Returns the name of the command that is implemented by the
interface.
|
String |
getShortDescription() |
Returns a short description of the command; this description
should be as short as possible.
|
String |
getUsage() |
Returns the usage string for the command.
|
public void execute(String line, PrintStream out, PrintStream err)
Commandpublic String getName()
Commandpublic String getShortDescription()
CommandgetShortDescription in interface Commandpublic String getUsage()
Command
install [ ...]
Copyright © 2006–2019 The Apache Software Foundation. All rights reserved.