org.apache.log.output.io.rotate

Class RotateStrategyByDate

Implemented Interfaces:
RotateStrategy

public class RotateStrategyByDate
extends java.lang.Object
implements RotateStrategy

Rotation stragety based on SimpleDateFormat.

Version:
$Revision: 1.10 $ $Date: 2003/02/09 23:33:24 $

Authors:
Avalon Development Team
Eung-ju Park

Constructor Summary

RotateStrategyByDate()
Creation of a new rotation strategy based on a date policy.
RotateStrategyByDate(String pattern)
Creation of a new rotation strategy based on a date policy using a supplied pattern.

Method Summary

boolean
isRotationNeeded(String data, File file)
Test is a rotation is required.
void
reset()
Reset the strategy.

Constructor Details

RotateStrategyByDate

public RotateStrategyByDate()
Creation of a new rotation strategy based on a date policy.


RotateStrategyByDate

public RotateStrategyByDate(String pattern)
Creation of a new rotation strategy based on a date policy using a supplied pattern.

Parameters:
pattern - the message formatting pattern

Method Details

isRotationNeeded

public boolean isRotationNeeded(String data,
                                File file)
Test is a rotation is required. Documentation pending ??
Specified by:
isRotationNeeded in interface RotateStrategy

Parameters:
data - not used
file - not used

Returns:
TRUE if a rotation is required else FALSE


reset

public void reset()
Reset the strategy.
Specified by:
reset in interface RotateStrategy


"Copyright B) 2001 Apache Jakarta Project. All Rights Reserved."