Class RenameUtil
java.lang.Object
ch.qos.logback.core.spi.ContextAwareBase
ch.qos.logback.core.rolling.helper.RenameUtil
- All Implemented Interfaces:
ContextAware
Deprecated.
This internal logback API is not supported by AEM as a Cloud Service.
Utility class to help solving problems encountered while renaming files.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
Deprecated.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.void
renameByCopying
(String src, String target) Deprecated.toString()
Deprecated.Methods inherited from class ch.qos.logback.core.spi.ContextAwareBase
addError, addError, addInfo, addInfo, addStatus, addWarn, addWarn, getContext, getStatusManager, setContext
-
Constructor Details
-
RenameUtil
public RenameUtil()Deprecated.
-
-
Method Details
-
rename
Deprecated.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
Deprecated.- Throws:
RolloverFailure
-
toString
Deprecated.
-