类 InterfaceScanner

java.lang.Object
com.tlcsdm.core.util.InterfaceScanner

public class InterfaceScanner extends Object
Interface Scanner
  • 字段详细资料

    • reflections

      public static org.reflections.Reflections reflections
  • 构造器详细资料

    • InterfaceScanner

      public InterfaceScanner()
  • 方法详细资料

    • discover

      public static List<Class<?>> discover(Class<?> clazz)
      Gets the list of sample classes to load
      返回:
      The classes
    • invoke

      public static void invoke(Class<?> clazz, String name, Class<?>... parameterTypes)
    • loadFromPathScanning

      public static Class<?>[] loadFromPathScanning(Class<?> cls)
    • loadFromPathScanning

      private Class<?>[] loadFromPathScanning()
      Scans all classes.
      返回:
      The classes
    • processClassName

      private static Class<?> processClassName(String name)
    • isSystemModule

      public static boolean isSystemModule(String moduleName)
      Return true if the given module name is a system module. There can be system modules in layers above the boot layer.