public interface

ClassPathScanner.ClassNameFilter

 androidx.test.internal.runner.ClassPathScanner.ClassNameFilter

Subclasses:

ClassPathScanner.AcceptAllFilter, ClassPathScanner.ChainedClassNameFilter, ClassPathScanner.ExternalClassNameFilter, ClassPathScanner.InclusivePackageNamesFilter, ClassPathScanner.ExcludePackageNameFilter

Overview

A filter for classpath entry paths

Patterned after java.io.FileFilter

Summary

Methods
public booleanaccept(java.lang.String className)

Tests whether or not the specified abstract pathname should be included in a class path entry list.

Methods

public boolean accept(java.lang.String className)

Tests whether or not the specified abstract pathname should be included in a class path entry list.

Parameters:

className: the relative path of the class path entry