Module neovim.notifications
Class ReflectionUtils
- java.lang.Object
-
- com.ensarsarajcic.neovim.java.notifications.util.ReflectionUtils
-
public final class ReflectionUtils extends java.lang.ObjectUtilities used for reflective access required to cast notifications to correct types
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.Class[]getClasses(java.lang.String packageName)Scans all classes accessible from the context class loader which belong to the given package and subpackages.
-
-
-
Method Detail
-
getClasses
public static java.lang.Class[] getClasses(java.lang.String packageName) throws java.lang.ClassNotFoundException, java.io.IOException, java.net.URISyntaxExceptionScans all classes accessible from the context class loader which belong to the given package and subpackages.- Parameters:
packageName- The base package- Returns:
- The classes
- Throws:
java.lang.ClassNotFoundExceptionjava.io.IOExceptionjava.net.URISyntaxException
-
-