Interface CommandParameters

All Known Implementing Classes:
DeployCommandParameters, OpsParams, StateCommandParameters, UndeployCommandParameters

public interface CommandParameters
A marker interface to indicate classes that are used to pass parameters to the parameters method of the CommandRunner.CommandInvocation API. Classes marked as CommandParameters should declare public fields whose name is the parameter name and whose value is the parameter value.