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