org.hudsonci.maven.plugin.ui.gwt.buildinfo.internal
Class ModuleInfoPresenterImpl

java.lang.Object
  extended by org.hudsonci.maven.plugin.ui.gwt.buildinfo.internal.ModuleInfoPresenterImpl
All Implemented Interfaces:
ModuleInfoPresenter

@Singleton
public class ModuleInfoPresenterImpl
extends Object
implements ModuleInfoPresenter

Default implementation of ModuleInfoPresenter.

Since:
2.1.0
Author:
Jamie Whitehouse

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.hudsonci.maven.plugin.ui.gwt.buildinfo.ModuleInfoPresenter
ModuleInfoPresenter.ModuleInfoView
 
Constructor Summary
ModuleInfoPresenterImpl(ModuleInfoPresenter.ModuleInfoView view, BuildInformationManager infoManager)
           
 
Method Summary
 void clear()
           
 void setModule(MavenProjectDTO module)
          Set the module to display information for.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ModuleInfoPresenterImpl

@Inject
public ModuleInfoPresenterImpl(ModuleInfoPresenter.ModuleInfoView view,
                                      BuildInformationManager infoManager)
Method Detail

setModule

public void setModule(MavenProjectDTO module)
Description copied from interface: ModuleInfoPresenter
Set the module to display information for.

Specified by:
setModule in interface ModuleInfoPresenter

clear

public void clear()
Specified by:
clear in interface ModuleInfoPresenter


Copyright © 2004-2011 Hudson. All Rights Reserved.