Package | Description |
---|---|
org.springframework.shell |
Contains core classes for Spring Shell, irrespective of the way commands are actually implemented.
|
Modifier and Type | Method and Description |
---|---|
static MethodTarget |
MethodTarget.of(String name,
Object bean,
Command.Help help)
Construct a MethodTarget for the unique method named name on the given object.
|
static MethodTarget |
MethodTarget.of(String name,
Object bean,
Command.Help help,
Supplier<Availability> availabilityIndicator)
Construct a MethodTarget for the unique method named name on the given object.
|
Constructor and Description |
---|
MethodTarget(Method method,
Object bean,
Command.Help help,
Supplier<Availability> availabilityIndicator) |
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.