public static interface JournalsLibrary.CommandJournal
Modifier and Type | Method | Description |
---|---|---|
java.lang.String |
getFlag(JournalsLibrary.CommandJournalFlags flag) |
Returns the value of a give journal flag
|
java.lang.String |
getScriptFilename() |
Returns the same as getFlag(SCRIPT);
|
java.lang.String |
JOURNAL_NAME() |
Returns the name of the journal in the database.
|
java.lang.String |
mask() |
Returns the ZapperMask for posting to the journal
|
java.lang.String |
NAME() |
Returns the name of the journal, as well as the command word
|
java.lang.String NAME()
java.lang.String mask()
java.lang.String JOURNAL_NAME()
java.lang.String getFlag(JournalsLibrary.CommandJournalFlags flag)
flag
- the flagJournalsLibrary.CommandJournalFlags
java.lang.String getScriptFilename()
getFlag(CommandJournalFlags)