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 TypeMethodDescriptionvoid
close()
void
initFile
(com.atlassian.dc.filestore.api.compat.FilesystemPath path) void
reportFailedFile
(String path, String reason) void
writeMessage
(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:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceCloseable
-