Class PathClassFilter

  • All Implemented Interfaces:
    ClassFilter

    class PathClassFilter
    extends java.lang.Object
    implements ClassFilter
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean accept​(java.lang.String className)
      Determine whether a class name should be accepted by this filter.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • resourcePathFilter

        private final PathFilter resourcePathFilter
    • Constructor Detail

      • PathClassFilter

        PathClassFilter​(PathFilter resourcePathFilter)
    • Method Detail

      • accept

        public boolean accept​(java.lang.String className)
        Description copied from interface: ClassFilter
        Determine whether a class name should be accepted by this filter. The class name is qualified with a dot-separated package name.
        Specified by:
        accept in interface ClassFilter
        Parameters:
        className - the class name
        Returns:
        true to accept the class, false otherwise