kfmes.jateon.swt
Class Main

java.lang.Object
  extended by kfmes.jateon.swt.Main

public final class Main
extends java.lang.Object

자테온 메신저(SWT Ver) 시작점

Version:
$Id: Main.java,v 1.51 2007/11/19 10:13:31 kfmes Exp $
Author:
kfmes(KIM Ga-Hyeon, jateon@kfmes.com, http://jateon.kfmes.com )

Field Summary
static java.lang.String authServer
           
static java.lang.String osname
           
static java.lang.String releaseType
           
static java.lang.String stderr
           
static java.lang.String userHome
           
static java.lang.String ver
           
static java.lang.String version
           
 
Constructor Summary
Main()
           
 
Method Summary
static java.lang.String getJateonPath()
           
static boolean isHigherVer(float queryVer)
           
static void main(java.lang.String[] args)
           
 void run(int mode)
          Jateon Messenger 시작점
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

releaseType

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

ver

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

version

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

stderr

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

userHome

public static final java.lang.String userHome

osname

public static final java.lang.String osname

authServer

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

Main

public Main()
Parameters:
args -
Method Detail

isHigherVer

public static boolean isHigherVer(float queryVer)

getJateonPath

public static java.lang.String getJateonPath()

run

public void run(int mode)
         throws java.lang.Exception
Jateon Messenger 시작점

Parameters:
mode - 실행모드
Throws:
java.lang.Exception

main

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