org.mechio.impl.audio.config
Class WavPlayerConfigAdapter

java.lang.Object
  extended by org.mechio.impl.audio.config.WavPlayerConfigAdapter
All Implemented Interfaces:
org.jflux.api.common.rk.services.ConfigurationAdapter<WavPlayer,WavPlayerConfig>

public class WavPlayerConfigAdapter
extends Object
implements org.jflux.api.common.rk.services.ConfigurationAdapter<WavPlayer,WavPlayerConfig>

Author:
Matthew Stevenson

Constructor Summary
WavPlayerConfigAdapter()
           
 
Method Summary
 WavPlayerConfig createConfig(WavPlayer service)
           
 Class<WavPlayerConfig> getConfigurationClass()
           
 org.jflux.api.common.rk.config.VersionProperty getConfigurationFormat()
           
 Class<WavPlayer> getSerivceClass()
           
 org.jflux.api.common.rk.config.VersionProperty getServiceVersion()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WavPlayerConfigAdapter

public WavPlayerConfigAdapter()
Method Detail

createConfig

public WavPlayerConfig createConfig(WavPlayer service)
Specified by:
createConfig in interface org.jflux.api.common.rk.services.ConfigurationAdapter<WavPlayer,WavPlayerConfig>

getServiceVersion

public org.jflux.api.common.rk.config.VersionProperty getServiceVersion()
Specified by:
getServiceVersion in interface org.jflux.api.common.rk.services.ConfigurationAdapter<WavPlayer,WavPlayerConfig>

getConfigurationFormat

public org.jflux.api.common.rk.config.VersionProperty getConfigurationFormat()
Specified by:
getConfigurationFormat in interface org.jflux.api.common.rk.services.ConfigurationAdapter<WavPlayer,WavPlayerConfig>

getSerivceClass

public Class<WavPlayer> getSerivceClass()
Specified by:
getSerivceClass in interface org.jflux.api.common.rk.services.ConfigurationAdapter<WavPlayer,WavPlayerConfig>

getConfigurationClass

public Class<WavPlayerConfig> getConfigurationClass()
Specified by:
getConfigurationClass in interface org.jflux.api.common.rk.services.ConfigurationAdapter<WavPlayer,WavPlayerConfig>


Copyright © 2011-2015. All Rights Reserved.