ClassPathScanner.ExternalClassNameFilter
public
static
class
ClassPathScanner.ExternalClassNameFilter
extends ClassPathScanner.ClassNameFilter
A ClassNameFilter
that rejects inner classes
Summary
Public methods |
boolean
|
accept(String pathName)
Tests whether or not the specified abstract pathname should be included in a class path
entry list.
|
Public constructors
ExternalClassNameFilter
public ExternalClassNameFilter ()
Public methods
accept
public boolean accept (String pathName)
Tests whether or not the specified abstract pathname should be included in a class path
entry list.
Parameters |
pathName |
String : the relative path of the class path entry |