org.eclipse.emf.cdo.server
Class CDOServerBrowser.HistoryPage

java.lang.Object
  extended by org.eclipse.emf.cdo.server.CDOServerBrowser.AbstractPage
      extended by org.eclipse.emf.cdo.server.CDOServerBrowser.HistoryPage
All Implemented Interfaces:
CDOServerBrowser.Page
Enclosing class:
CDOServerBrowser

public static class CDOServerBrowser.HistoryPage
extends CDOServerBrowser.AbstractPage

A server browser page that renders commit infos.


Field Summary
static String NAME
           
 
Fields inherited from interface org.eclipse.emf.cdo.server.CDOServerBrowser.Page
PRODUCT_GROUP
 
Constructor Summary
CDOServerBrowser.HistoryPage()
           
 
Method Summary
 boolean canDisplay(InternalRepository repository)
           
 void display(CDOServerBrowser browser, InternalRepository repository, PrintStream out)
           
protected  void showCommitData(PrintStream out, CDOCommitInfo commitInfo, CDOServerBrowser browser)
           
protected  boolean showCommitInfo(PrintStream out, CDOCommitInfo commitInfo, CDOServerBrowser browser, String param, boolean auditing)
           
 
Methods inherited from class org.eclipse.emf.cdo.server.CDOServerBrowser.AbstractPage
getLabel, getName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NAME

public static final String NAME
See Also:
Constant Field Values
Constructor Detail

CDOServerBrowser.HistoryPage

public CDOServerBrowser.HistoryPage()
Method Detail

canDisplay

public boolean canDisplay(InternalRepository repository)

display

public void display(CDOServerBrowser browser,
                    InternalRepository repository,
                    PrintStream out)

showCommitInfo

protected boolean showCommitInfo(PrintStream out,
                                 CDOCommitInfo commitInfo,
                                 CDOServerBrowser browser,
                                 String param,
                                 boolean auditing)

showCommitData

protected void showCommitData(PrintStream out,
                              CDOCommitInfo commitInfo,
                              CDOServerBrowser browser)


Copyright (c) 2011, 2012 Eike Stepper (Berlin, Germany) and others.