java.lang.Objectcom.realtime.crossfire.jxclient.main.JXClient
public class JXClient
This is the entry point for JXClient. Note that this class doesn't do much by itself - most of the work in done in JXCWindow or CrossfireServerConnection.
JXCWindow,
CrossfireServerConnection| Constructor Summary | |
|---|---|
private |
JXClient(Options options,
java.lang.String buildNumber)
The constructor of the class. |
| Method Summary | |
|---|---|
private static java.lang.String |
getBuildNumber()
Returns the build number as a string. |
static void |
main(java.lang.String[] args)
The program entry point. |
private static java.io.Writer |
openDebugStream(java.lang.String filename)
Opens an debug output stream. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
private JXClient(@NotNull
Options options,
@NotNull
java.lang.String buildNumber)
options - the optionsbuildNumber - the client's build number| Method Detail |
|---|
@NotNull private static java.lang.String getBuildNumber()
public static void main(@NotNull
java.lang.String[] args)
args - The command line arguments.
@Nullable
private static java.io.Writer openDebugStream(@Nullable
java.lang.String filename)
filename - the filename to write to or null
null