Class DeferredFileDeletionQueue
java.lang.Object
com.atlassian.confluence.impl.schedule.jobs.filedeletion.DeferredFileDeletionQueue
A queue for files that are scheduled for deletion.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
offer
(io.atlassian.fugue.Either<AttachmentRef, AttachmentRef.Container> container, File file) void
Offer a file to be deleted
-
Constructor Details
-
DeferredFileDeletionQueue
public DeferredFileDeletionQueue()
-
-
Method Details
-
offer
public void offer(io.atlassian.fugue.Either<AttachmentRef, AttachmentRef.Container> container, File file) -
offer
Offer a file to be deleted- Parameters:
file
-
-