public interface TargetPlatformFactory
| Modifier and Type | Method and Description |
|---|---|
<T> T |
create(Class<T> clazz)
Creates a platform specific implementation of a class, for the current platform.
|
<T> T |
create(Class<T> clazz,
Platform platform)
Creates a platform specific implementation of a class, for the specified platform.
|
<T> T create(Class<T> clazz) throws Exception
clazz - the class to create a platform specific instance ofException - for any error<T> T create(Class<T> clazz, Platform platform) throws Exception
clazz - the class to create a platform specific instance ofplatform - the platformException - for any errorCopyright © 2001–2025. All rights reserved.