org.apache.geronimo.gshell.layout
Interface LayoutManager

All Known Implementing Classes:
DefaultLayoutManager

public interface LayoutManager

Provies the shell with a simple mechanism to organize commands.

Version:
$Rev: 573970 $ $Date: 2007-09-09 02:22:11 -0700 (Sun, 09 Sep 2007) $

Method Summary
 CommandDescriptor find(String path)
          Find the command descriptor for the given path, or null if not found.
 Layout getLayout()
          Returns the currently loaded layout; never null.
 

Method Detail

getLayout

Layout getLayout()
Returns the currently loaded layout; never null.


find

CommandDescriptor find(String path)
Find the command descriptor for the given path, or null if not found.



Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.