public class GetDeploymentResourceNamesCmd extends Object implements Command<List<String>>
protected String
deploymentId
GetDeploymentResourceNamesCmd(String deploymentId)
List<String>
execute(CommandContext commandContext)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
protected String deploymentId
public GetDeploymentResourceNamesCmd(String deploymentId)
public List<String> execute(CommandContext commandContext)
execute
Command<List<String>>