jaxe.macjaxe
Class MacJaxeFactory

java.lang.Object
  extended by jaxe.macjaxe.MacJaxeFactory

public class MacJaxeFactory
extends java.lang.Object

Construit une instance de MacJaxe appropriƩe pour la plateforme


Field Summary
private static MacJaxeFactory m_instance
           
 
Constructor Summary
private MacJaxeFactory()
          singleton pattern
 
Method Summary
 MacJaxe buildMacJaxe()
          build a platform-specific MacJaxe
static MacJaxeFactory getInstance()
          singleton pattern
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

m_instance

private static MacJaxeFactory m_instance
Constructor Detail

MacJaxeFactory

private MacJaxeFactory()
singleton pattern

Method Detail

getInstance

public static MacJaxeFactory getInstance()
singleton pattern


buildMacJaxe

public MacJaxe buildMacJaxe()
                     throws java.lang.Exception
build a platform-specific MacJaxe

Throws:
java.lang.Exception