org.x4juli.handlers.rolling.nop
Class NOPRolloverDescription

java.lang.Object
  extended byorg.x4juli.handlers.rolling.RolloverDescriptionImpl
      extended byorg.x4juli.handlers.rolling.nop.NOPRolloverDescription
All Implemented Interfaces:
RolloverDescription

final class NOPRolloverDescription
extends RolloverDescriptionImpl

Implementation for no action during rollover.

Since:
0.5
Author:
Boris Unckel

Field Summary
 
Fields inherited from class org.x4juli.handlers.rolling.RolloverDescriptionImpl
 
Constructor Summary
NOPRolloverDescription(java.lang.String activeFileName)
          Constructor with defaulting to append, NOPAction and null for asyncrounos action.
 
Methods inherited from class org.x4juli.handlers.rolling.RolloverDescriptionImpl
getActiveFileName, getAppend, getAsynchronous, getSynchronous
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NOPRolloverDescription

public NOPRolloverDescription(java.lang.String activeFileName)
Constructor with defaulting to append, NOPAction and null for asyncrounos action.

Parameters:
activeFileName -


${license_html}