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 String
getBasePath()
String
getLastModifiedCondition()
int
getMaxDepth()
String
getPathCondition()
int
hashCode()
static XDeleteAction
newDefault()
void
setBasePath(String basePath)
void
setLastModifiedCondition(String lastModifiedCondition)
void
setMaxDepth(int maxDepth)
void
setPathCondition(String pathCondition)
String
toString()
-
-
-
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)
-
-