Modifier and Type | Optional Element and Description |
---|---|
String |
interceptor
The fully qualified name of a class which implements the
CliAroundInterceptor interface in order to provide additional pre-
and post-execution functionality for a command. |
boolean |
isPersisted
Indicates that the effect of the command is persisted or the commands affects the persistent configuration
|
boolean |
readsSharedConfiguration |
String[] |
relatedTopic
In help, topics that are related to this command
|
boolean |
shellOnly
Indicates that the command will only run in the gfsh shell and will not
need the management service
|
String |
valueSeparator
String used as a separator when multiple values for a command are specified
|
boolean |
writesToSharedConfiguration |
public abstract boolean shellOnly
public abstract boolean isPersisted
public abstract boolean readsSharedConfiguration
public abstract boolean writesToSharedConfiguration
public abstract String[] relatedTopic
public abstract String interceptor
CliAroundInterceptor
interface in order to provide additional pre-
and post-execution functionality for a command.public abstract String valueSeparator
Copyright © 1997-2017 Pivotal Software, Inc. All rights reserved.