|
CInbox (Common-Inbox)
0.1
Common functionality for ingesting files for archiving.
|
Public Member Functions | |
| __construct (&$CIFolder) | |
| run () | |
Public Attributes | |
| const | TASK_LABEL = 'Must-exist filenames' |
Task Settings | |
Names of config settings used by this task | |
| const | CONF_MUST_EXIST = 'MUST_EXIST' |
| Patterns of files that must exist in this folder. | |
Protected Member Functions | |
| loadSettings () | |
Checks if all file/folder entries in this folder are present which are configured as MUST_EXIST.
| TaskFilesMustExist::loadSettings | ( | ) | [protected] |
Load settings from config that are relevant for this task.
| boolean | True if everything went fine. False if not. |
Reimplemented from CITask.
Perform the actual steps of this task.
| boolean | True if task shall proceed. False if not. |
Reimplemented from CITask.
1.7.6.1