org.sonar.plugins.dbcleaner.period
Class PeriodPurge

java.lang.Object
  extended by org.sonar.plugins.dbcleaner.api.Purge
      extended by org.sonar.plugins.dbcleaner.period.PeriodPurge
All Implemented Interfaces:
BatchComponent, BatchExtension, Extension

public final class PeriodPurge
extends Purge


Constructor Summary
PeriodPurge(DatabaseSession session, PeriodCleaner periodCleaner)
           
 
Method Summary
 void purge(PurgeContext context)
          Snapshots include the current snapshot (flagged as last) and optionally the penultimate one.
 
Methods inherited from class org.sonar.plugins.dbcleaner.api.Purge
getSession, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PeriodPurge

public PeriodPurge(DatabaseSession session,
                   PeriodCleaner periodCleaner)
Method Detail

purge

public void purge(PurgeContext context)
Description copied from class: Purge
Snapshots include the current snapshot (flagged as last) and optionally the penultimate one.

Specified by:
purge in class Purge


Copyright © 2009-2011 SonarSource. All Rights Reserved.