org.apache.geronimo.gshell.layout.loader
Interface LayoutLoader

All Known Implementing Classes:
XMLLayoutLoader

public interface LayoutLoader

A simple abstraction for how one actually loads a layout.

Version:
$Rev: 573941 $ $Date: 2007-09-08 18:55:53 -0700 (Sat, 08 Sep 2007) $

Method Summary
 Layout load()
          Returns the currently loaded layout; never null.
 

Method Detail

load

Layout load()
            throws IOException
Returns the currently loaded layout; never null.

Throws:
IOException


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