public interface FileSystemReceiverService
| Modifier and Type | Method and Description |
|---|---|
String |
getDataDirectory()
Get the directory to which work phase files get written.
|
String |
getLogDirectory()
Get the directory to which log (as in journal) files will be written.
|
boolean |
isErrorOnOverwrite()
Should an error be generated on overwriting content ?
|
Runnable |
pollCommand()
poll a queued command.
|
void |
queueCommand(Runnable command)
Queue a command object for execution.
|
String getLogDirectory()
String getDataDirectory()
boolean isErrorOnOverwrite()
void queueCommand(Runnable command)
Runnable pollCommand()
Copyright © 2005–2014 Alfresco Software. All rights reserved.