org.mechio.impl.audio.config
Class WavPlayerConfigWriter

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

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

Author:
Matthew Stevenson

Constructor Summary
WavPlayerConfigWriter()
           
 
Method Summary
 java.lang.Class<WavPlayerConfig> getConfigurationClass()
           
 org.jflux.api.common.rk.config.VersionProperty getConfigurationFormat()
           
 java.lang.Class<java.io.File> getParameterClass()
           
 boolean writeConfiguration(WavPlayerConfig config, java.io.File param)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WavPlayerConfigWriter

public WavPlayerConfigWriter()
Method Detail

getConfigurationFormat

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

writeConfiguration

public boolean writeConfiguration(WavPlayerConfig config,
                                  java.io.File param)
                           throws java.io.IOException
Specified by:
writeConfiguration in interface org.jflux.api.common.rk.services.ConfigurationWriter<WavPlayerConfig,java.io.File>
Throws:
java.io.IOException

getConfigurationClass

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

getParameterClass

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


Copyright © 2011-2014. All Rights Reserved.