Class XDeleteAction
java.lang.Object
de.xima.fc.logging.components.appender.rolling.XDeleteAction
- All Implemented Interfaces:
IRolloverAction
,Serializable
Wrapper for a delete rollover action of
XDefaultRolloverStrategy
- Since:
- 7.0.0
- Author:
- XIMA MEDIA GmbH
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionint
int
hashCode()
static XDeleteAction
void
setBasePath
(String basePath) void
setLastModifiedCondition
(String lastModifiedCondition) void
setMaxDepth
(int maxDepth) void
setPathCondition
(String pathCondition) toString()
-
Method Details
-
newDefault
-
getBasePath
-
setBasePath
-
getMaxDepth
public int getMaxDepth() -
setMaxDepth
public void setMaxDepth(int maxDepth) -
getLastModifiedCondition
-
setLastModifiedCondition
-
getPathCondition
-
setPathCondition
-
hashCode
public int hashCode() -
toString
-