anecho.JamochaMUD
Class JMParseRC

java.lang.Object
  extended by anecho.JamochaMUD.JMParseRC

public class JMParseRC
extends java.lang.Object

JMParseRC replaces the deprecated ParseINI file Reads in the settings for the user's environment


Field Summary
 JMConfig settings
           
 
Constructor Summary
JMParseRC(java.lang.Object splash)
           
 
Method Summary
 void createRC(java.lang.Object splash)
          Section to create .jamocha.rc if one doesn't exist.
 void fontFace(int index)
          Set the Font Face for both the input and output windows
 void newMacros()
          Add a new Macros section to .jamocha.rc
 java.lang.String readParse()
          Section to read line and parse out remarks and/or blank lines
 void readSerialisedMacros()
          Read in the serialised macros.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

settings

public transient JMConfig settings
Constructor Detail

JMParseRC

public JMParseRC(java.lang.Object splash)
Method Detail

readParse

public java.lang.String readParse()
Section to read line and parse out remarks and/or blank lines

Returns:

fontFace

public void fontFace(int index)
Set the Font Face for both the input and output windows

Parameters:
index -

createRC

public void createRC(java.lang.Object splash)
Section to create .jamocha.rc if one doesn't exist. Prompt user to make sure this is okay, if not program will end (can't think of anything else to do, otherwise, hee!)

Parameters:
splash -

newMacros

public void newMacros()
Add a new Macros section to .jamocha.rc


readSerialisedMacros

public void readSerialisedMacros()
Read in the serialised macros. This method, as of 98/12/09 replaces the older method of storing macros in the .jamocha.rc file