org.clapper.util.io.test
Class RollingFile
- java.lang.Object
-
- org.clapper.util.cmdline.CommandLineUtility
-
- org.clapper.util.io.test.RollingFile
-
- All Implemented Interfaces:
- RollingFileWriter.RolloverCallback
public class RollingFile extends CommandLineUtility implements RollingFileWriter.RolloverCallback
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method and Description java.lang.StringgetRollOverMessage()Return a message to be written to the rolled-over file and the newly-opened primary file at the moment of roll-over.static voidmain(java.lang.String[] args)-
Methods inherited from class org.clapper.util.cmdline.CommandLineUtility
execute
-
-
-
-
Method Detail
-
main
public static void main(java.lang.String[] args)
-
getRollOverMessage
public java.lang.String getRollOverMessage()
Description copied from interface:RollingFileWriter.RolloverCallbackReturn a message to be written to the rolled-over file and the newly-opened primary file at the moment of roll-over.- Specified by:
getRollOverMessagein interfaceRollingFileWriter.RolloverCallback- Returns:
- the message, or null if there isn't one.
-
-
DMelt 3.0 © DataMelt by jWork.ORG