com.planet_ink.coffee_mud.Libraries.interfaces
Interface JournalsLibrary

All Superinterfaces:
java.lang.Cloneable, CMLibrary, CMObject, java.lang.Comparable<CMObject>, java.lang.Runnable
All Known Implementing Classes:
CMJournals

public interface JournalsLibrary
extends CMLibrary, java.lang.Runnable


Nested Class Summary
static class JournalsLibrary.JournalEntry
           
 
Field Summary
static java.lang.String[] ALLFLAGS
           
static java.lang.String JOURNAL_BOUNDARY
           
 
Method Summary
 java.util.Hashtable getCommandJournalFlags(int i)
           
 java.lang.String getCommandJournalMask(int i)
           
 java.lang.String getCommandJournalName(int i)
           
 java.lang.String[] getCommandJournalNames()
           
 int getNumCommandJournals()
           
 int loadCommandJournals(java.lang.String list)
           
 
Methods inherited from interface com.planet_ink.coffee_mud.Libraries.interfaces.CMLibrary
activate, getSupportThread, shutdown
 
Methods inherited from interface com.planet_ink.coffee_mud.core.interfaces.CMObject
copyOf, ID, initializeClass, newInstance
 
Methods inherited from interface java.lang.Comparable
compareTo
 
Methods inherited from interface java.lang.Runnable
run
 

Field Detail

ALLFLAGS

static final java.lang.String[] ALLFLAGS

JOURNAL_BOUNDARY

static final java.lang.String JOURNAL_BOUNDARY
See Also:
Constant Field Values
Method Detail

loadCommandJournals

int loadCommandJournals(java.lang.String list)

getNumCommandJournals

int getNumCommandJournals()

getCommandJournalMask

java.lang.String getCommandJournalMask(int i)

getCommandJournalName

java.lang.String getCommandJournalName(int i)

getCommandJournalFlags

java.util.Hashtable getCommandJournalFlags(int i)

getCommandJournalNames

java.lang.String[] getCommandJournalNames()