|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectpaulscode.sound.utils.SoundSystemLoader
public class SoundSystemLoader
The SoundSystemLoader class allows the SoundSystem to be set up and loaded
via external setup files.
SoundSystemLoader License:
You are free to use this class for any purpose, commercial or otherwise.
You may modify this class or source code, and distribute it any way you
like, provided the following conditions are met:
1) You may not falsely claim to be the author of this class or any
unmodified portion of it.
2) You may not copyright this class or a modified version of it and then
sue me for copyright infringement.
3) If you modify the source code, you must clearly document the changes
made before redistributing the modified source code, so other users know
it is not the original code.
4) You are not required to give me credit for this class in any derived
work, but if you do, you must also mention my website:
http://www.paulscode.com
5) I the author will not be responsible for any damages (physical,
financial, or otherwise) caused by the use if this class or any portion
of it.
6) I the author do not guarantee, warrant, or make any representations,
either expressed or implied, regarding the use of this class or any
portion of it.
Author: Paul Lamb
http://www.paulscode.com
| Constructor Summary | |
|---|---|
SoundSystemLoader()
|
|
| Method Summary | |
|---|---|
protected static void |
errorMessage(java.lang.String message)
Prints an error message. |
static SoundSystem |
loadXML(java.net.URL xmlFile,
SoundSystem s)
Parses an XML file and executes the commands it contains. |
protected static void |
message(java.lang.String message,
int indent)
Prints a message. |
protected static void |
printStackTrace(java.lang.Exception e)
Prints an exception's error message followed by the stack trace. |
static void |
setVerbose(boolean val)
Sets whether or not to print out messages while loading (default = false). |
protected static void |
warningMessage(java.lang.String message)
Prints a warning message. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SoundSystemLoader()
| Method Detail |
|---|
public static SoundSystem loadXML(java.net.URL xmlFile,
SoundSystem s)
xmlFile - URL to an XML file.s - Handle to a SoundSystem instance, or null to create one.
public static void setVerbose(boolean val)
val - True to show debug messages.
protected static void message(java.lang.String message,
int indent)
message - Message to print.protected static void errorMessage(java.lang.String message)
message - Error message to print.protected static void warningMessage(java.lang.String message)
message - Warning message to print.protected static void printStackTrace(java.lang.Exception e)
e - Exception containing the information to print.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||