jcommon.core.platform
Class PlatformProviders
java.lang.Object
jcommon.core.platform.PlatformProviders
public class PlatformProviders
- extends Object
Searches platform-specific providers for native implementations of routines.
|
Method Summary |
static
|
find(Class<T> interfaceClass)
|
static
|
find(Class<T> interfaceClass,
T defaultImplementation)
|
static void |
refresh()
|
PlatformProviders
public PlatformProviders()
refresh
public static void refresh()
find
public static <T extends IPlatformImplementation> T find(Class<T> interfaceClass)
find
public static <T extends IPlatformImplementation> T find(Class<T> interfaceClass,
T defaultImplementation)
Copyright © 2012-2013. All Rights Reserved.