org.codehaus.plexus.summit.view
Interface View

All Known Implementing Classes:
AbstractView

public interface View

A View is a container for the name of a resolved view and anything else that might eventually be associated with a view.

Version:
$Id: View.java 2092 2005-06-06 16:31:27Z jvanzyl $
Author:
Jason van Zyl

Method Summary
 java.lang.String getName()
          Get the name of the view.
 void setName(java.lang.String name)
          Set the name of the view.
 

Method Detail

setName

public void setName(java.lang.String name)
Set the name of the view.


getName

public java.lang.String getName()
Get the name of the view.



Copyright © 2001-2007 Codehaus. All Rights Reserved.