hoplugins.conv
Class RSC

java.lang.Object
  extended byhoplugins.conv.RSC

public final class RSC
extends java.lang.Object

DOCUMENT ME!

Author:
Thorsten Dietz

Field Summary
protected static java.lang.String ACT_CANCEL
          TODO Missing Parameter Documentation
protected static java.lang.String[][] arenaValueDefault
          TODO Missing Parameter Documentation
protected static java.lang.String[][] basicsValueDefault
          TODO Missing Parameter Documentation
protected static java.lang.String[] BUDDY_EXTENSION
          TODO Missing Parameter Documentation
static java.lang.String BUDDY_TO_HRF
          TODO Missing Parameter Documentation
protected static java.lang.String[][] clubValueDefault
          TODO Missing Parameter Documentation
static java.lang.String DB_TO_HRF
          TODO Missing Parameter Documentation
protected static java.lang.String DEFAULT
          TODO Missing Parameter Documentation
protected static java.lang.String[][] economyValue
          TODO Missing Parameter Documentation
protected static java.lang.String HOPLUGINS_DIRECTORY
          TODO Missing Parameter Documentation
protected static java.lang.String[] HTCOACH_EXTENSION
          TODO Missing Parameter Documentation
protected static java.lang.String[] HTFOREVER_EXTENSION
          TODO Missing Parameter Documentation
protected static javax.swing.ImageIcon ICON_ADD
          TODO Missing Parameter Documentation
protected static javax.swing.ImageIcon ICON_DELETE
          TODO Missing Parameter Documentation
protected static javax.swing.ImageIcon ICON_DOWN
          TODO Missing Parameter Documentation
protected static javax.swing.ImageIcon ICON_UP
          TODO Missing Parameter Documentation
protected static java.lang.String[][] lastlinupValueDefault
          TODO Missing Parameter Documentation
protected static java.lang.String[][] leagueValueDefault
          TODO Missing Parameter Documentation
protected static java.lang.String[][] linupValueDefault
          TODO Missing Parameter Documentation
protected static plugins.IHOMiniModel MINIMODEL
          TODO Missing Parameter Documentation
static java.lang.String NAME
          TODO Missing Parameter Documentation
protected static int PLAYER_AGE
          TODO Missing Parameter Documentation
protected static int PLAYER_CHARACTER
          TODO Missing Parameter Documentation
protected static int PLAYER_DEFENCE
          TODO Missing Parameter Documentation
protected static int PLAYER_EXPERIENCE
          TODO Missing Parameter Documentation
protected static int PLAYER_FORM
          TODO Missing Parameter Documentation
protected static int PLAYER_GENTLESS
          TODO Missing Parameter Documentation
protected static int PLAYER_ID
          TODO Missing Parameter Documentation
protected static int PLAYER_KEEPER
          TODO Missing Parameter Documentation
protected static int PLAYER_LEADERSHIP
          TODO Missing Parameter Documentation
protected static int PLAYER_NAME
          TODO Missing Parameter Documentation
protected static int PLAYER_NATIONALITY
          TODO Missing Parameter Documentation
protected static int PLAYER_NOTE
          TODO Missing Parameter Documentation
protected static int PLAYER_PASSING
          TODO Missing Parameter Documentation
protected static int PLAYER_PLAYMAKING
          TODO Missing Parameter Documentation
protected static int PLAYER_SALARY
          TODO Missing Parameter Documentation
protected static int PLAYER_SCORING
          TODO Missing Parameter Documentation
protected static int PLAYER_SETPIECES
          TODO Missing Parameter Documentation
protected static int PLAYER_SPECIAL
          TODO Missing Parameter Documentation
protected static int PLAYER_STAMINA
          TODO Missing Parameter Documentation
protected static int PLAYER_VERLETZT
          TODO Missing Parameter Documentation
protected static int PLAYER_WING
          TODO Missing Parameter Documentation
protected static hoplugins.conv.CColumn[] playerColumns
          TODO Missing Parameter Documentation
protected static java.lang.String PROP_ADD
          TODO Missing Parameter Documentation
protected static java.lang.String PROP_CANCEL
          TODO Missing Parameter Documentation
protected static java.lang.String PROP_DEFAULT_ERROR_MESSAGE
          TODO Missing Parameter Documentation
protected static java.lang.String PROP_ERROR
          TODO Missing Parameter Documentation
static java.lang.String PROP_FILE
          TODO Missing Parameter Documentation
protected static java.lang.String PROP_FILE_NOT_FOUND
          TODO Missing Parameter Documentation
protected static java.lang.String PROP_NAME
          TODO Missing Parameter Documentation
protected static java.lang.String PROP_NO_SERVER
          TODO Missing Parameter Documentation
static java.lang.String PROP_PLAYERS
          TODO Missing Parameter Documentation
protected static java.lang.String[] TEAM
          TODO Missing Parameter Documentation
protected static java.lang.String[][] teamValueDefault
          TODO Missing Parameter Documentation
protected static byte TYPE_BUDDY
          TODO Missing Parameter Documentation
protected static byte TYPE_HAM
          TODO Missing Parameter Documentation
protected static byte TYPE_HTCOACH
          TODO Missing Parameter Documentation
protected static byte TYPE_HTFOREVER
          TODO Missing Parameter Documentation
protected static java.lang.String[][] xtraValueDefault
          TODO Missing Parameter Documentation
 
Constructor Summary
RSC()
           
 
Method Summary
static java.lang.String getProperty(java.lang.String key)
          TODO Missing Method Documentation
protected static void handleException(java.lang.Exception e, java.lang.String txt)
          TODO Missing Method Documentation
static void initializeStrings(plugins.IHOMiniModel miniModel)
          TODO Missing Method Documentation
protected static void initPlayerColumns()
          TODO Missing Method Documentation
protected static boolean isBuddyFile(java.io.File f)
          TODO Missing Method Documentation
protected static boolean isHAMFile(java.io.File f)
          TODO Missing Method Documentation
protected static boolean isHTCoachFile(java.io.File f)
          TODO Missing Method Documentation
protected static boolean isHTForverFile(java.io.File f)
          TODO Missing Method Documentation
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MINIMODEL

protected static plugins.IHOMiniModel MINIMODEL
TODO Missing Parameter Documentation


TYPE_BUDDY

protected static final byte TYPE_BUDDY
TODO Missing Parameter Documentation

See Also:
Constant Field Values

TYPE_HAM

protected static final byte TYPE_HAM
TODO Missing Parameter Documentation

See Also:
Constant Field Values

TYPE_HTFOREVER

protected static final byte TYPE_HTFOREVER
TODO Missing Parameter Documentation

See Also:
Constant Field Values

TYPE_HTCOACH

protected static final byte TYPE_HTCOACH
TODO Missing Parameter Documentation

See Also:
Constant Field Values

NAME

public static java.lang.String NAME
TODO Missing Parameter Documentation


BUDDY_TO_HRF

public static java.lang.String BUDDY_TO_HRF
TODO Missing Parameter Documentation


DB_TO_HRF

public static java.lang.String DB_TO_HRF
TODO Missing Parameter Documentation


BUDDY_EXTENSION

protected static java.lang.String[] BUDDY_EXTENSION
TODO Missing Parameter Documentation


HTFOREVER_EXTENSION

protected static java.lang.String[] HTFOREVER_EXTENSION
TODO Missing Parameter Documentation


HTCOACH_EXTENSION

protected static java.lang.String[] HTCOACH_EXTENSION
TODO Missing Parameter Documentation


HOPLUGINS_DIRECTORY

protected static java.lang.String HOPLUGINS_DIRECTORY
TODO Missing Parameter Documentation


ACT_CANCEL

protected static java.lang.String ACT_CANCEL
TODO Missing Parameter Documentation


PROP_ADD

protected static java.lang.String PROP_ADD
TODO Missing Parameter Documentation


PROP_CANCEL

protected static java.lang.String PROP_CANCEL
TODO Missing Parameter Documentation


PROP_ERROR

protected static java.lang.String PROP_ERROR
TODO Missing Parameter Documentation


PROP_FILE

public static java.lang.String PROP_FILE
TODO Missing Parameter Documentation


PROP_DEFAULT_ERROR_MESSAGE

protected static java.lang.String PROP_DEFAULT_ERROR_MESSAGE
TODO Missing Parameter Documentation


PROP_NO_SERVER

protected static java.lang.String PROP_NO_SERVER
TODO Missing Parameter Documentation


PROP_FILE_NOT_FOUND

protected static java.lang.String PROP_FILE_NOT_FOUND
TODO Missing Parameter Documentation


PROP_NAME

protected static java.lang.String PROP_NAME
TODO Missing Parameter Documentation


PROP_PLAYERS

public static java.lang.String PROP_PLAYERS
TODO Missing Parameter Documentation


DEFAULT

protected static final java.lang.String DEFAULT
TODO Missing Parameter Documentation

See Also:
Constant Field Values

ICON_UP

protected static javax.swing.ImageIcon ICON_UP
TODO Missing Parameter Documentation


ICON_DOWN

protected static javax.swing.ImageIcon ICON_DOWN
TODO Missing Parameter Documentation


ICON_ADD

protected static javax.swing.ImageIcon ICON_ADD
TODO Missing Parameter Documentation


ICON_DELETE

protected static javax.swing.ImageIcon ICON_DELETE
TODO Missing Parameter Documentation


playerColumns

protected static hoplugins.conv.CColumn[] playerColumns
TODO Missing Parameter Documentation


PLAYER_ID

protected static final int PLAYER_ID
TODO Missing Parameter Documentation

See Also:
Constant Field Values

PLAYER_NAME

protected static final int PLAYER_NAME
TODO Missing Parameter Documentation

See Also:
Constant Field Values

PLAYER_AGE

protected static final int PLAYER_AGE
TODO Missing Parameter Documentation

See Also:
Constant Field Values

PLAYER_SALARY

protected static final int PLAYER_SALARY
TODO Missing Parameter Documentation

See Also:
Constant Field Values

PLAYER_VERLETZT

protected static final int PLAYER_VERLETZT
TODO Missing Parameter Documentation

See Also:
Constant Field Values

PLAYER_LEADERSHIP

protected static final int PLAYER_LEADERSHIP
TODO Missing Parameter Documentation

See Also:
Constant Field Values

PLAYER_EXPERIENCE

protected static final int PLAYER_EXPERIENCE
TODO Missing Parameter Documentation

See Also:
Constant Field Values

PLAYER_FORM

protected static final int PLAYER_FORM
TODO Missing Parameter Documentation

See Also:
Constant Field Values

PLAYER_STAMINA

protected static final int PLAYER_STAMINA
TODO Missing Parameter Documentation

See Also:
Constant Field Values

PLAYER_KEEPER

protected static final int PLAYER_KEEPER
TODO Missing Parameter Documentation

See Also:
Constant Field Values

PLAYER_DEFENCE

protected static final int PLAYER_DEFENCE
TODO Missing Parameter Documentation

See Also:
Constant Field Values

PLAYER_WING

protected static final int PLAYER_WING
TODO Missing Parameter Documentation

See Also:
Constant Field Values

PLAYER_PLAYMAKING

protected static final int PLAYER_PLAYMAKING
TODO Missing Parameter Documentation

See Also:
Constant Field Values

PLAYER_PASSING

protected static final int PLAYER_PASSING
TODO Missing Parameter Documentation

See Also:
Constant Field Values

PLAYER_SCORING

protected static final int PLAYER_SCORING
TODO Missing Parameter Documentation

See Also:
Constant Field Values

PLAYER_SETPIECES

protected static final int PLAYER_SETPIECES
TODO Missing Parameter Documentation

See Also:
Constant Field Values

PLAYER_GENTLESS

protected static final int PLAYER_GENTLESS
TODO Missing Parameter Documentation

See Also:
Constant Field Values

PLAYER_CHARACTER

protected static final int PLAYER_CHARACTER
TODO Missing Parameter Documentation

See Also:
Constant Field Values

PLAYER_SPECIAL

protected static final int PLAYER_SPECIAL
TODO Missing Parameter Documentation

See Also:
Constant Field Values

PLAYER_NOTE

protected static final int PLAYER_NOTE
TODO Missing Parameter Documentation

See Also:
Constant Field Values

PLAYER_NATIONALITY

protected static final int PLAYER_NATIONALITY
TODO Missing Parameter Documentation

See Also:
Constant Field Values

clubValueDefault

protected static final java.lang.String[][] clubValueDefault
TODO Missing Parameter Documentation


basicsValueDefault

protected static final java.lang.String[][] basicsValueDefault
TODO Missing Parameter Documentation


arenaValueDefault

protected static final java.lang.String[][] arenaValueDefault
TODO Missing Parameter Documentation


teamValueDefault

protected static final java.lang.String[][] teamValueDefault
TODO Missing Parameter Documentation


leagueValueDefault

protected static final java.lang.String[][] leagueValueDefault
TODO Missing Parameter Documentation


linupValueDefault

protected static final java.lang.String[][] linupValueDefault
TODO Missing Parameter Documentation


lastlinupValueDefault

protected static final java.lang.String[][] lastlinupValueDefault
TODO Missing Parameter Documentation


xtraValueDefault

protected static final java.lang.String[][] xtraValueDefault
TODO Missing Parameter Documentation


economyValue

protected static final java.lang.String[][] economyValue
TODO Missing Parameter Documentation


TEAM

protected static final java.lang.String[] TEAM
TODO Missing Parameter Documentation

Constructor Detail

RSC

public RSC()
Method Detail

getProperty

public static java.lang.String getProperty(java.lang.String key)
TODO Missing Method Documentation

Parameters:
key - TODO Missing Method Parameter Documentation
Returns:
TODO Missing Return Method Documentation

initializeStrings

public static void initializeStrings(plugins.IHOMiniModel miniModel)
TODO Missing Method Documentation

Parameters:
miniModel - TODO Missing Method Parameter Documentation

isBuddyFile

protected static final boolean isBuddyFile(java.io.File f)
TODO Missing Method Documentation

Parameters:
f - TODO Missing Method Parameter Documentation
Returns:
TODO Missing Return Method Documentation

isHAMFile

protected static final boolean isHAMFile(java.io.File f)
TODO Missing Method Documentation

Parameters:
f - TODO Missing Method Parameter Documentation
Returns:
TODO Missing Return Method Documentation

isHTCoachFile

protected static final boolean isHTCoachFile(java.io.File f)
TODO Missing Method Documentation

Parameters:
f - TODO Missing Method Parameter Documentation
Returns:
TODO Missing Return Method Documentation

isHTForverFile

protected static final boolean isHTForverFile(java.io.File f)
TODO Missing Method Documentation

Parameters:
f - TODO Missing Method Parameter Documentation
Returns:
TODO Missing Return Method Documentation

handleException

protected static void handleException(java.lang.Exception e,
                                      java.lang.String txt)
TODO Missing Method Documentation

Parameters:
e - TODO Missing Method Parameter Documentation
txt - TODO Missing Method Parameter Documentation

initPlayerColumns

protected static void initPlayerColumns()
TODO Missing Method Documentation



Copyright © 2005 Hattrick Organizer Plugins Project. All Rights Reserved.