ch.qos.logback.core.rolling.helper
Class RenameUtil
java.lang.Object
ch.qos.logback.core.spi.ContextAwareBase
ch.qos.logback.core.rolling.helper.RenameUtil
- All Implemented Interfaces:
- ContextAware
public class RenameUtil
- extends ContextAwareBase
Utility class to help solving problems encountered while renaming files.
- Author:
- Ceki Gulcu
| Methods inherited from class ch.qos.logback.core.spi.ContextAwareBase |
addError, addError, addInfo, addInfo, addStatus, addWarn, addWarn, getContext, getDeclaredOrigin, getStatusManager, setContext |
RenameUtil
public RenameUtil()
rename
public void rename(String src,
String target)
throws RolloverFailure
- A relatively robust file renaming method which in case of failure due to
src and target being on different volumes, falls back onto
renaming by copying.
- Parameters:
src - target -
- Throws:
RolloverFailure
renameByCopying
public void renameByCopying(String src,
String target)
throws RolloverFailure
- Throws:
RolloverFailure
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2005-2014 QOS.ch. All Rights Reserved.