org.robokind.impl.audio.config
Class WavPlayerConfigAdapter

java.lang.Object
  extended by org.robokind.impl.audio.config.WavPlayerConfigAdapter
All Implemented Interfaces:
ConfigurationAdapter<WavPlayer,WavPlayerConfig>

public class WavPlayerConfigAdapter
extends Object
implements ConfigurationAdapter<WavPlayer,WavPlayerConfig>

Author:
Matthew Stevenson

Constructor Summary
WavPlayerConfigAdapter()
           
 
Method Summary
 WavPlayerConfig createConfig(WavPlayer service)
           
 Class<WavPlayerConfig> getConfigurationClass()
           
 VersionProperty getConfigurationFormat()
           
 Class<WavPlayer> getSerivceClass()
           
 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 ConfigurationAdapter<WavPlayer,WavPlayerConfig>

getServiceVersion

public VersionProperty getServiceVersion()
Specified by:
getServiceVersion in interface ConfigurationAdapter<WavPlayer,WavPlayerConfig>

getConfigurationFormat

public VersionProperty getConfigurationFormat()
Specified by:
getConfigurationFormat in interface ConfigurationAdapter<WavPlayer,WavPlayerConfig>

getSerivceClass

public Class<WavPlayer> getSerivceClass()
Specified by:
getSerivceClass in interface ConfigurationAdapter<WavPlayer,WavPlayerConfig>

getConfigurationClass

public Class<WavPlayerConfig> getConfigurationClass()
Specified by:
getConfigurationClass in interface ConfigurationAdapter<WavPlayer,WavPlayerConfig>


Copyright © 2011-2014. All Rights Reserved.