com.mysql.management.util
Class Platform

java.lang.Object
  extended by com.mysql.management.util.Platform

public final class Platform
extends java.lang.Object

Version:
$Id: Platform.java,v 1.7 2005/07/27 23:41:27 eherman Exp $
Author:
Eric Herman

Field Summary
static java.lang.String OS_ARCH
           
static java.lang.String OS_NAME
           
 
Constructor Summary
Platform(java.io.PrintWriter writer)
           
 
Method Summary
static void main(java.lang.String[] args)
           
 void report()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

OS_NAME

public static final java.lang.String OS_NAME
See Also:
Constant Field Values

OS_ARCH

public static final java.lang.String OS_ARCH
See Also:
Constant Field Values
Constructor Detail

Platform

public Platform(java.io.PrintWriter writer)
Method Detail

report

public void report()

main

public static void main(java.lang.String[] args)


Copyright © 2004-2011. All Rights Reserved.