com.askren.genealogy.parser
Class Messages

java.lang.Object
  |
  +--com.askren.genealogy.parser.Messages

public class Messages
extends java.lang.Object

This class makes it easy to get names out of a properties file. The properties file holds constants that I use in parsing the gedcom file.

Author:
Jay Askren

Constructor Summary
Messages()
           
 
Method Summary
static java.lang.String getString(java.lang.String key)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Messages

public Messages()
Method Detail

getString

public static java.lang.String getString(java.lang.String key)
Parameters:
key - the key in the properties file
Returns:
the associated sting in the properties file


Copyright © 2002-2003 Indiana University. All Rights Reserved.