info.aduna.platform
Class PlatformFactory

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

public abstract class PlatformFactory
extends Object

PlatformFactory creates a Platform instance corresponding with the current platform.


Constructor Summary
PlatformFactory()
           
 
Method Summary
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
 

Constructor Detail

PlatformFactory

public PlatformFactory()
Method Detail

getPlatform

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


main

public static void main(String[] args)


Copyright © 1997-2008 Aduna. All Rights Reserved.