nan
Class NaN

java.lang.Object
  extended bynan.NaN

public class NaN
extends java.lang.Object

The main starting class for NaN.

Version:
1.24, 1/10/04
Author:
John David Ratliff

Field Summary
static java.lang.String APP_COPYRIGHT
          The application copyright String.
static java.lang.String APP_NAME
          The application name String.
static java.lang.String APP_VERSION
          The application version String.
static java.io.File ARCHIVE_FILE
          The name of the archive into which the settings will be stored for remote saving.
static java.lang.String AVAILABLE_NEWSGROUPS_FILE
          The file into which Available Newsgroups are stored.
static java.lang.String BASE_DIRECTORY
          The base directory into which all NaN files will be stored.
static java.lang.String CACHE_DIRECTORY
          The directory into which message caches will be stored.
static int DEFAULT_HEIGHT
          The default window height.
static int DEFAULT_WIDTH
          The default window width.
static java.lang.String FILE_COUNT
          The count of files in the source code.
static java.lang.String FREE_FILE
          The file into which the free license agreement will be stored.
static java.lang.String FREE_LICENSE
          The license file for the main free license terms.
static java.lang.String HELP_FILE
          The documentation file.
static java.lang.String LICENSE_DIRECTORY
          The directory into which license agreements will be stored.
static java.lang.String LINE_COUNT
          The count of lines in the source code.
static java.lang.String LOG_DIRECTORY
          The directory into which logs will be stored.
static java.lang.String MINDTERM_END_USER_FILE
          The file into which the MindTerm End-User license agreement will be stored.
static java.lang.String MINDTERM_END_USER_LICENSE
          The license file for the MindTerm End-User license.
static java.lang.String MINDTERM_SOURCE_FILE
          The file into which the MindTerm Public Source license agreement will be stored.
static java.lang.String MINDTERM_SOURCE_LICENSE
          The license file for the MindTerm Public Source license.
static java.lang.String SERVER_SETTINGS_FILE
          The file into which Server Settings are stored.
static java.lang.String SETTINGS_DIRECTORY
          The directory into which setting files will be stored.
static java.lang.String SUBSCRIBED_NEWSGROUPS_FILE
          The file into which Subscribed Newsgroups are stored.
static java.lang.String USER_SETTINGS_FILE
          The file into which User Settings are stored.
 
Method Summary
static void main(java.lang.String[] args)
          Called when the program is started.
 java.lang.String toString()
          Returns a String representation of this object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

APP_NAME

public static final java.lang.String APP_NAME
The application name String.

See Also:
Constant Field Values

APP_VERSION

public static final java.lang.String APP_VERSION
The application version String.

See Also:
Constant Field Values

APP_COPYRIGHT

public static final java.lang.String APP_COPYRIGHT
The application copyright String.

See Also:
Constant Field Values

FILE_COUNT

public static final java.lang.String FILE_COUNT
The count of files in the source code.

See Also:
Constant Field Values

LINE_COUNT

public static final java.lang.String LINE_COUNT
The count of lines in the source code.

See Also:
Constant Field Values

HELP_FILE

public static final java.lang.String HELP_FILE
The documentation file.


BASE_DIRECTORY

public static final java.lang.String BASE_DIRECTORY
The base directory into which all NaN files will be stored.


SETTINGS_DIRECTORY

public static final java.lang.String SETTINGS_DIRECTORY
The directory into which setting files will be stored.

See Also:
Constant Field Values

LOG_DIRECTORY

public static final java.lang.String LOG_DIRECTORY
The directory into which logs will be stored.

See Also:
Constant Field Values

CACHE_DIRECTORY

public static final java.lang.String CACHE_DIRECTORY
The directory into which message caches will be stored.

See Also:
Constant Field Values

LICENSE_DIRECTORY

public static final java.lang.String LICENSE_DIRECTORY
The directory into which license agreements will be stored.

See Also:
Constant Field Values

FREE_LICENSE

public static final java.lang.String FREE_LICENSE
The license file for the main free license terms.

See Also:
Constant Field Values

MINDTERM_SOURCE_LICENSE

public static final java.lang.String MINDTERM_SOURCE_LICENSE
The license file for the MindTerm Public Source license.

See Also:
Constant Field Values

MINDTERM_END_USER_LICENSE

public static final java.lang.String MINDTERM_END_USER_LICENSE
The license file for the MindTerm End-User license.

See Also:
Constant Field Values

FREE_FILE

public static final java.lang.String FREE_FILE
The file into which the free license agreement will be stored.

See Also:
Constant Field Values

MINDTERM_SOURCE_FILE

public static final java.lang.String MINDTERM_SOURCE_FILE
The file into which the MindTerm Public Source license agreement will be stored.

See Also:
Constant Field Values

MINDTERM_END_USER_FILE

public static final java.lang.String MINDTERM_END_USER_FILE
The file into which the MindTerm End-User license agreement will be stored.

See Also:
Constant Field Values

USER_SETTINGS_FILE

public static final java.lang.String USER_SETTINGS_FILE
The file into which User Settings are stored.

See Also:
Constant Field Values

SERVER_SETTINGS_FILE

public static final java.lang.String SERVER_SETTINGS_FILE
The file into which Server Settings are stored.

See Also:
Constant Field Values

AVAILABLE_NEWSGROUPS_FILE

public static final java.lang.String AVAILABLE_NEWSGROUPS_FILE
The file into which Available Newsgroups are stored.

See Also:
Constant Field Values

SUBSCRIBED_NEWSGROUPS_FILE

public static final java.lang.String SUBSCRIBED_NEWSGROUPS_FILE
The file into which Subscribed Newsgroups are stored.

See Also:
Constant Field Values

ARCHIVE_FILE

public static final java.io.File ARCHIVE_FILE
The name of the archive into which the settings will be stored for remote saving.


DEFAULT_WIDTH

public static final int DEFAULT_WIDTH
The default window width.


DEFAULT_HEIGHT

public static final int DEFAULT_HEIGHT
The default window height.

Method Detail

toString

public java.lang.String toString()
Returns a String representation of this object.

Returns:
A String representation.

main

public static void main(java.lang.String[] args)
Called when the program is started.

Parameters:
args - not currently used.