org.sonatype.gshell.command.resolver
Interface CommandResolver

All Known Implementing Classes:
CommandResolverImpl

public interface CommandResolver

Resolves command nodes.

Since:
2.5
Author:
Jason Dillon

Method Summary
 Node group()
           
 Node resolve(NodePath path)
           
 Node resolve(String name)
           
 Node root()
           
 List<Node> searchPath()
           
 

Method Detail

root

Node root()

group

Node group()

searchPath

List<Node> searchPath()

resolve

Node resolve(NodePath path)

resolve

Node resolve(String name)


Copyright © 2008-2011 Sonatype. All Rights Reserved.