Class PathClassFilter

java.lang.Object
org.jboss.modules.filter.PathClassFilter
All Implemented Interfaces:
ClassFilter

class PathClassFilter extends Object implements ClassFilter
  • Field Details

    • resourcePathFilter

      private final PathFilter resourcePathFilter
  • Constructor Details

    • PathClassFilter

      PathClassFilter(PathFilter resourcePathFilter)
  • Method Details

    • accept

      public boolean accept(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