Class XDeleteAction
- java.lang.Object
 - 
- de.xima.fc.logging.components.appender.rolling.XDeleteAction
 
 
- 
- All Implemented Interfaces:
 IRolloverAction,Serializable
public class XDeleteAction extends Object implements IRolloverAction
Wrapper for a delete rollover action ofXDefaultRolloverStrategy- 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 StringgetBasePath()StringgetLastModifiedCondition()intgetMaxDepth()StringgetPathCondition()inthashCode()static XDeleteActionnewDefault()voidsetBasePath(String basePath)voidsetLastModifiedCondition(String lastModifiedCondition)voidsetMaxDepth(int maxDepth)voidsetPathCondition(String pathCondition)StringtoString() 
 - 
 
- 
- 
Method Detail
- 
newDefault
public static XDeleteAction newDefault()
 
- 
getBasePath
public String getBasePath()
 
- 
setBasePath
public void setBasePath(String basePath)
 
- 
getMaxDepth
public int getMaxDepth()
 
- 
setMaxDepth
public void setMaxDepth(int maxDepth)
 
- 
getLastModifiedCondition
public String getLastModifiedCondition()
 
- 
setLastModifiedCondition
public void setLastModifiedCondition(String lastModifiedCondition)
 
- 
getPathCondition
public String getPathCondition()
 
- 
setPathCondition
public void setPathCondition(String pathCondition)
 
 - 
 
 -