Package libsidutils.sidid
Klasse SidIdInfo
java.lang.Object
libsidutils.sidid.SidIdBase
libsidutils.sidid.SidIdInfo
-
Verschachtelte Klassen - Übersicht
Verschachtelte Klassen -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprivate static final Stringprivate static final Stringstatic final StringName of the configuration file.private static final Stringprivate List<SidIdInfo.PlayerInfoSection> private static final Stringprivate static final Stringstatic final StringPackage of the internal configuration file. -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibunggetPlayerInfo(String playerName) Search player ID Info.static voidvoidRead configuration file and configure the SID-ID class.voidwriteconfig(List<SidIdInfo.PlayerInfoSection> playerInfoList) Von Klasse geerbte Methoden libsidutils.sidid.SidIdBase
load, readConfiguration
-
Felddetails
-
COMMENT_TOKEN
- Siehe auch:
-
REFERENCE_TOKEN
- Siehe auch:
-
RELEASED_TOKEN
- Siehe auch:
-
AUTHOR_TOKEN
- Siehe auch:
-
NAME_TOKEN
- Siehe auch:
-
SID_ID_PKG
Package of the internal configuration file.- Siehe auch:
-
FNAME
Name of the configuration file.- Siehe auch:
-
playerInfoList
-
-
Konstruktordetails
-
SidIdInfo
public SidIdInfo()
-
-
Methodendetails
-
readconfig
Read configuration file and configure the SID-ID class.- Löst aus:
IOException- I/O error
-
getPlayerInfo
Search player ID Info.- Parameter:
playerName- player to get infos for- Gibt zurück:
- player infos (or null, if not found)
-
writeconfig
-
main
- Löst aus:
IOException
-