org.codehaus.plexus.summit.view
Interface View

All Known Implementing Classes:
AbstractView, DefaultView

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

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


getName

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



Copyright © 2001-2006 Codehaus. All Rights Reserved.