Uses of Class
org.apache.jackrabbit.core.journal.RotatingLogFile
-
Packages that use RotatingLogFile Package Description org.apache.jackrabbit.core.journal -
-
Uses of RotatingLogFile in org.apache.jackrabbit.core.journal
Methods in org.apache.jackrabbit.core.journal that return RotatingLogFile Modifier and Type Method Description static RotatingLogFile[]
RotatingLogFile. listFiles(File directory, String basename)
List all log files inside some directory.Methods in org.apache.jackrabbit.core.journal with parameters of type RotatingLogFile Modifier and Type Method Description int
RotatingLogFile. compareTo(RotatingLogFile o)
Compares this log file to another file.
-