info.aduna.platform
Class PlatformFactory

java.lang.Object
  extended by info.aduna.platform.PlatformFactory

public class PlatformFactory
extends Object

PlatformFactory creates a Platform instance corresponding with the current platform.


Field Summary
 Platform platform
           
 
Method Summary
static PlatformFactory getInstance()
          Returns the Platform instance corresponding with the current platform.
static Platform getPlatform()
          Returns the Platform instance corresponding with the current platform.
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

platform

public final Platform platform
Method Detail

getInstance

public static PlatformFactory getInstance()
Returns the Platform instance corresponding with the current platform.


getPlatform

public static Platform getPlatform()
Returns the Platform instance corresponding with the current platform.


main

public static void main(String[] args)


Copyright © 2001-2012 Aduna. All Rights Reserved.