com.huguesjohnson.tiamat
Class CharacterFactory

java.lang.Object
  extended bycom.huguesjohnson.tiamat.CharacterFactory

public abstract class CharacterFactory
extends java.lang.Object

CharacterFactory - Abstract factory to select an appropriate Character for a given file

Author:
Hugues Johnson

Constructor Summary
CharacterFactory()
           
 
Method Summary
static Character load(java.lang.String path, Formatter formatter)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CharacterFactory

public CharacterFactory()
Method Detail

load

public static final Character load(java.lang.String path,
                                   Formatter formatter)
                            throws UnsupportedCharacterException
Throws:
UnsupportedCharacterException