Class XDefaultRolloverStrategy
- java.lang.Object
 - 
- de.xima.fc.logging.components.appender.rolling.XDefaultRolloverStrategy
 
 
- 
- All Implemented Interfaces:
 IRolloverStrategy,Serializable
public class XDefaultRolloverStrategy extends Object implements IRolloverStrategy
Wrapper for rolling file rollover strategy- Since:
 - 7.0.0
 - Author:
 - XIMA MEDIA GmbH
 - See Also:
 - Serialized Form
 
 
- 
- 
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddAction(IRolloverAction action)static XDefaultRolloverStrategyforLog4jStrategy(org.apache.logging.log4j.core.appender.rolling.DefaultRolloverStrategy strategy)List<IRolloverAction>getActions()intgetMax()inthashCode()static XDefaultRolloverStrategynewDefault()voidsetActions(List<IRolloverAction> actions)voidsetMax(int max)StringtoString() 
 - 
 
- 
- 
Method Detail
- 
forLog4jStrategy
public static XDefaultRolloverStrategy forLog4jStrategy(org.apache.logging.log4j.core.appender.rolling.DefaultRolloverStrategy strategy)
 
- 
newDefault
public static XDefaultRolloverStrategy newDefault()
 
- 
getMax
public int getMax()
 
- 
setMax
public void setMax(int max)
 
- 
getActions
public List<IRolloverAction> getActions()
 
- 
setActions
public void setActions(List<IRolloverAction> actions)
 
- 
addAction
public void addAction(IRolloverAction action)
 
 - 
 
 -