public class WavPlayerConfigLoader extends Object implements org.jflux.api.common.rk.services.ConfigurationLoader<WavPlayerConfig,File>
| Modifier and Type | Field and Description |
|---|---|
static org.jflux.api.common.rk.config.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() |
org.jflux.api.common.rk.config.VersionProperty |
getConfigurationFormat() |
Class<File> |
getParameterClass() |
WavPlayerConfig |
loadConfiguration(File param) |
public static final String VERSION_NAME
public static final String VERSION_NUMBER
public static final org.jflux.api.common.rk.config.VersionProperty VERSION
public org.jflux.api.common.rk.config.VersionProperty getConfigurationFormat()
getConfigurationFormat in interface org.jflux.api.common.rk.services.ConfigurationLoader<WavPlayerConfig,File>public WavPlayerConfig loadConfiguration(File param) throws Exception
loadConfiguration in interface org.jflux.api.common.rk.services.ConfigurationLoader<WavPlayerConfig,File>Exceptionpublic Class<WavPlayerConfig> getConfigurationClass()
getConfigurationClass in interface org.jflux.api.common.rk.services.ConfigurationLoader<WavPlayerConfig,File>public Class<File> getParameterClass()
getParameterClass in interface org.jflux.api.common.rk.services.ConfigurationLoader<WavPlayerConfig,File>Copyright © 2011-2016. All Rights Reserved.