com.cloudbees.sdk.cli
Class CommandResolver
java.lang.Object
com.cloudbees.sdk.cli.CommandResolver
public abstract class CommandResolver
- extends Object
Participates in the resolution process of the command name to ACommand object.
To contribute this extension point to bees CLI, you need to be an extension, not just a plugin.
- Author:
- Kohsuke Kawaguchi
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CommandResolver
public CommandResolver()
resolve
public abstract ACommand resolve(String commandName)
Copyright © 2011-2013. All Rights Reserved.