public class WavPlayerConfigLoader extends Object implements ConfigurationLoader<WavPlayerConfig,File>
| Modifier and Type | Field and Description |
|---|---|
static VersionProperty |
VERSION
Config format VersionProperty.
|
static String |
VERSION_NAME
Config format version name.
|
static String |
VERSION_NUMBER
Config format version number.
|
| Constructor and Description |
|---|
WavPlayerConfigLoader() |
| Modifier and Type | Method and Description |
|---|---|
Class<WavPlayerConfig> |
getConfigurationClass() |
VersionProperty |
getConfigurationFormat() |
Class<File> |
getParameterClass() |
WavPlayerConfig |
loadConfiguration(File param) |
public static final String VERSION_NAME
public static final String VERSION_NUMBER
public static final VersionProperty VERSION
public VersionProperty getConfigurationFormat()
getConfigurationFormat in interface ConfigurationLoader<WavPlayerConfig,File>public WavPlayerConfig loadConfiguration(File param) throws Exception
loadConfiguration in interface ConfigurationLoader<WavPlayerConfig,File>Exceptionpublic Class<WavPlayerConfig> getConfigurationClass()
getConfigurationClass in interface ConfigurationLoader<WavPlayerConfig,File>public Class<File> getParameterClass()
getParameterClass in interface ConfigurationLoader<WavPlayerConfig,File>Copyright © 2011-2014. All Rights Reserved.