public class MboxImporter extends ConfluenceAbstractLongRunningTask
| Constructor and Description |
|---|
MboxImporter(BatchOperationManager batchOperationManager,
SpaceManager spaceManager,
MailContentManager mailContentManager) |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
void |
runInternal()
Perform the import.
|
void |
setFile(File file)
Set the file the mail will be read from.
|
void |
setSpace(Space space)
Set the space the mails will be added to.
|
getResourceBundle, runpublic MboxImporter(BatchOperationManager batchOperationManager, SpaceManager spaceManager, MailContentManager mailContentManager)
public void setSpace(Space space)
space - the space the mails will be added topublic void setFile(File file)
file - the file the mails will be read frompublic void runInternal()
runInternal in class ConfluenceAbstractLongRunningTaskpublic String getName()
Copyright © 2003–2015 Atlassian. All rights reserved.