com.hazelcast.nio
public final class ClassLoaderUtil extends Object
Modifier and Type | Field and Description |
---|---|
static String |
HAZELCAST_ARRAY |
static String |
HAZELCAST_BASE_PACKAGE |
Modifier and Type | Method and Description |
---|---|
static boolean |
isInternalType(Class type) |
static Class<?> |
loadClass(ClassLoader classLoader,
String className) |
static <T> T |
newInstance(Class<T> klass,
ClassLoader classLoader,
String className) |
static <T> T |
newInstance(ClassLoader classLoader,
String className) |
public static final String HAZELCAST_BASE_PACKAGE
public static final String HAZELCAST_ARRAY
public static <T> T newInstance(ClassLoader classLoader, String className) throws Exception
Exception
public static <T> T newInstance(Class<T> klass, ClassLoader classLoader, String className) throws Exception
Exception
public static Class<?> loadClass(ClassLoader classLoader, String className) throws ClassNotFoundException
ClassNotFoundException
public static boolean isInternalType(Class type)
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.