public class WavPlayerServiceFactory extends Object implements org.jflux.api.common.rk.services.ServiceFactory<WavPlayer,WavPlayerConfig>
| Constructor and Description |
|---|
WavPlayerServiceFactory() |
| Modifier and Type | Method and Description |
|---|---|
WavPlayer |
build(WavPlayerConfig config) |
Class<WavPlayerConfig> |
getConfigurationClass() |
Class<WavPlayer> |
getServiceClass() |
org.jflux.api.common.rk.config.VersionProperty |
getServiceVersion() |
public org.jflux.api.common.rk.config.VersionProperty getServiceVersion()
getServiceVersion in interface org.jflux.api.common.rk.services.ServiceFactory<WavPlayer,WavPlayerConfig>public WavPlayer build(WavPlayerConfig config) throws Exception
build in interface org.jflux.api.common.rk.services.ServiceFactory<WavPlayer,WavPlayerConfig>Exceptionpublic Class<WavPlayer> getServiceClass()
getServiceClass in interface org.jflux.api.common.rk.services.ServiceFactory<WavPlayer,WavPlayerConfig>public Class<WavPlayerConfig> getConfigurationClass()
getConfigurationClass in interface org.jflux.api.common.rk.services.ServiceFactory<WavPlayer,WavPlayerConfig>Copyright © 2011-2014. All Rights Reserved.