com.cloudbees.sdk.cli
Class CommandResolver

java.lang.Object
  extended by 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

Constructor Summary
CommandResolver()
           
 
Method Summary
abstract  ACommand resolve(String commandName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommandResolver

public CommandResolver()
Method Detail

resolve

public abstract ACommand resolve(String commandName)


Copyright © 2011-2014. All Rights Reserved.