Class InstanceOfFilter

    • Constructor Detail

      • InstanceOfFilter

        public InstanceOfFilter​(Class<?> searchType)
      • InstanceOfFilter

        public InstanceOfFilter​(Class<?> searchType,
                                String[] ignoreList,
                                String[] includeList)
    • Method Detail

      • addClass

        protected boolean addClass​(Class<?> clazz)
      • filter

        public void filter​(String resourceName)
        Description copied from interface: Filter
        Classpath resource filter method.
        Specified by:
        filter in interface Filter
        Parameters:
        resourceName - The classpath resource file name. Needs to be converted to a proper class name
      • isIgnorable

        public boolean isIgnorable​(String resourceName)
        Description copied from interface: Filter
        Is this resource ignorable.
        Specified by:
        isIgnorable in interface Filter
        Returns:
      • getClasses

        public List<Class<?>> getClasses()