Package org.brijframework.util.factories
Class ReflectionFactory
- java.lang.Object
-
- org.brijframework.util.factories.ReflectionFactory
-
public final class ReflectionFactory extends Object
-
-
Constructor Summary
Constructors Constructor Description ReflectionFactory()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description ConcurrentHashMap<String,Set<Class<?>>>getCache()Set<Class<?>>getExternalClassList()static ReflectionFactorygetFactory()Set<Class<?>>getInternalClassList()booleanisJarClass(Class<? extends Object> cls)booleanisProjectClass(Class<? extends Object> cls)static voidmain(String[] args)
-
-
-
Method Detail
-
getFactory
public static ReflectionFactory getFactory()
-
getCache
public ConcurrentHashMap<String,Set<Class<?>>> getCache()
-
-