Package org.apache.log.output.io.rotate
Class BaseFileNameFilter
- java.lang.Object
-
- org.apache.log.output.io.rotate.BaseFileNameFilter
-
- All Implemented Interfaces:
java.io.FilenameFilter
class BaseFileNameFilter extends java.lang.Object implements java.io.FilenameFilter
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.String
m_baseFileName
-
Constructor Summary
Constructors Constructor Description BaseFileNameFilter(java.lang.String baseFileName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
accept(java.io.File file, java.lang.String name)
-