org.mechio.impl.audio.config
Class WavPlayerConfigLoader

java.lang.Object
  extended by org.mechio.impl.audio.config.WavPlayerConfigLoader
All Implemented Interfaces:
org.jflux.api.common.rk.services.ConfigurationLoader<WavPlayerConfig,java.io.File>

public class WavPlayerConfigLoader
extends java.lang.Object
implements org.jflux.api.common.rk.services.ConfigurationLoader<WavPlayerConfig,java.io.File>

Author:
Matthew Stevenson

Field Summary
static org.jflux.api.common.rk.config.VersionProperty VERSION
          Config format VersionProperty.
static java.lang.String VERSION_NAME
          Config format version name.
static java.lang.String VERSION_NUMBER
          Config format version number.
 
Constructor Summary
WavPlayerConfigLoader()
           
 
Method Summary
 java.lang.Class<WavPlayerConfig> getConfigurationClass()
           
 org.jflux.api.common.rk.config.VersionProperty getConfigurationFormat()
           
 java.lang.Class<java.io.File> getParameterClass()
           
 WavPlayerConfig loadConfiguration(java.io.File param)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

VERSION_NAME

public static final java.lang.String VERSION_NAME
Config format version name.

See Also:
Constant Field Values

VERSION_NUMBER

public static final java.lang.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.

Constructor Detail

WavPlayerConfigLoader

public WavPlayerConfigLoader()
Method Detail

getConfigurationFormat

public org.jflux.api.common.rk.config.VersionProperty getConfigurationFormat()
Specified by:
getConfigurationFormat in interface org.jflux.api.common.rk.services.ConfigurationLoader<WavPlayerConfig,java.io.File>

loadConfiguration

public WavPlayerConfig loadConfiguration(java.io.File param)
                                  throws java.lang.Exception
Specified by:
loadConfiguration in interface org.jflux.api.common.rk.services.ConfigurationLoader<WavPlayerConfig,java.io.File>
Throws:
java.lang.Exception

getConfigurationClass

public java.lang.Class<WavPlayerConfig> getConfigurationClass()
Specified by:
getConfigurationClass in interface org.jflux.api.common.rk.services.ConfigurationLoader<WavPlayerConfig,java.io.File>

getParameterClass

public java.lang.Class<java.io.File> getParameterClass()
Specified by:
getParameterClass in interface org.jflux.api.common.rk.services.ConfigurationLoader<WavPlayerConfig,java.io.File>


Copyright © 2011-2014. All Rights Reserved.