@Component public class RuntimeCommands extends Object implements org.springframework.shell.core.CommandMarker
| Constructor and Description |
|---|
RuntimeCommands() |
@CliAvailabilityIndicator(value="runtime modules") public boolean available()
@CliCommand(value="runtime modules",
help="List runtime modules")
public org.springframework.shell.table.Table list(@CliOption(key="summary",help="whether to hide module instances details",unspecifiedDefaultValue="false",specifiedDefaultValue="true")
boolean summary,
@CliOption(key={"moduleId","moduleIds"},help="module id(s) to display, also supports \'.*\' pattern")
String[] moduleIds)
Copyright © 2015 Pivotal Software, Inc.. All rights reserved.