Package com.atlassian.confluence.upgrade
Class AttachmentMigratorToV4Reporter
java.lang.Object
com.atlassian.confluence.upgrade.AttachmentMigratorToV4Reporter
- All Implemented Interfaces:
Closeable,AutoCloseable
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()voidinitFile(com.atlassian.dc.filestore.api.compat.FilesystemPath path) voidreportFailedFile(String path, String reason) voidwriteMessage(String message)
-
Field Details
-
V_3_TO_V_4_REPORT_LOG
- See Also:
-
-
Constructor Details
-
AttachmentMigratorToV4Reporter
public AttachmentMigratorToV4Reporter(AttachmentMigratorToV4Reporter.OutputStreamWriterFactory factory)
-
-
Method Details
-
initFile
- Throws:
IOException
-
reportFailedFile
-
writeMessage
-
close
public void close()- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable
-