public interface DefinesClass
| Modifier and Type | Method and Description |
|---|---|
boolean |
apply(java.lang.String className)
Return true if the classpath entry contains the requested class.
|
boolean apply(java.lang.String className)
className - Binary name with JVM-like representation. Inner classes
are represented with '$'. For more information on the
binary name format, check section 13.1 of the Java
Language Specification.className is found in the classpath entry.