org.robokind.impl.audio.config
Class WavPlayerConfigAdapter

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

public class WavPlayerConfigAdapter
extends Object
implements ServiceConfigurationAdapter<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 ServiceConfigurationAdapter<WavPlayer,WavPlayerConfig>

getServiceVersion

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

getConfigurationFormat

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

getSerivceClass

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

getConfigurationClass

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


Copyright © 2011-2012. All Rights Reserved.