org.hudsonci.maven.plugin.ui.gwt.buildinfo.internal
Class ModuleInfoPresenterImpl
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ModuleInfoPresenterImpl
@Inject
public ModuleInfoPresenterImpl(ModuleInfoPresenter.ModuleInfoView view,
BuildInformationManager infoManager)
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.