org.allcolor.yahp.converter
Class CSystem

java.lang.Object
  extended by org.allcolor.yahp.converter.CSystem

public final class CSystem
extends java.lang.Object


Field Summary
private static java.lang.String arch
           
private static java.lang.String name
           
private static java.lang.String OS
           
 
Constructor Summary
CSystem()
           
 
Method Summary
static java.lang.String getArchitecture()
           
static java.lang.String getName()
           
static java.lang.String getOS()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

OS

private static final java.lang.String OS

arch

private static final java.lang.String arch

name

private static final java.lang.String name
Constructor Detail

CSystem

public CSystem()
Method Detail

getOS

public static java.lang.String getOS()

getArchitecture

public static java.lang.String getArchitecture()

getName

public static java.lang.String getName()