com.carbonfive.flash
Class ASTranslatorFactory

java.lang.Object
  extended by com.carbonfive.flash.ASTranslatorFactory
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
TestASTranslatorFactory

public class ASTranslatorFactory
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
static java.lang.String FACTORY_PROPERTY
           
 
Method Summary
 ASTranslator getASTranslator()
           
static ASTranslatorFactory getInstance()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FACTORY_PROPERTY

public static final java.lang.String FACTORY_PROPERTY
Method Detail

getInstance

public static ASTranslatorFactory getInstance()
                                       throws ASTranslationException
Throws:
ASTranslationException

getASTranslator

public ASTranslator getASTranslator()