org.mechio.impl.audio.config
Class WavPlayerConfigLoader
java.lang.Object
org.mechio.impl.audio.config.WavPlayerConfigLoader
- All Implemented Interfaces:
- org.jflux.api.common.rk.services.ConfigurationLoader<WavPlayerConfig,File>
public class WavPlayerConfigLoader
- extends Object
- implements org.jflux.api.common.rk.services.ConfigurationLoader<WavPlayerConfig,File>
- Author:
- Matthew Stevenson
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VERSION_NAME
public static final String VERSION_NAME
- Config format version name.
- See Also:
- Constant Field Values
VERSION_NUMBER
public static final String VERSION_NUMBER
- Config format version number.
- See Also:
- Constant Field Values
VERSION
public static final org.jflux.api.common.rk.config.VersionProperty VERSION
- Config format VersionProperty.
WavPlayerConfigLoader
public WavPlayerConfigLoader()
getConfigurationFormat
public org.jflux.api.common.rk.config.VersionProperty getConfigurationFormat()
- Specified by:
getConfigurationFormat in interface org.jflux.api.common.rk.services.ConfigurationLoader<WavPlayerConfig,File>
loadConfiguration
public WavPlayerConfig loadConfiguration(File param)
throws Exception
- Specified by:
loadConfiguration in interface org.jflux.api.common.rk.services.ConfigurationLoader<WavPlayerConfig,File>
- Throws:
Exception
getConfigurationClass
public Class<WavPlayerConfig> getConfigurationClass()
- Specified by:
getConfigurationClass in interface org.jflux.api.common.rk.services.ConfigurationLoader<WavPlayerConfig,File>
getParameterClass
public Class<File> getParameterClass()
- Specified by:
getParameterClass in interface org.jflux.api.common.rk.services.ConfigurationLoader<WavPlayerConfig,File>
Copyright © 2011-2015. All Rights Reserved.