public interface ClassFilter
Modifier and Type | Method and Description |
---|---|
boolean |
exposeToScripts(String className)
Should the Java class of the specified name be exposed to scripts?
|
boolean exposeToScripts(String className)
className
- is the fully qualified name of the java class being
checked. This will not be null. Only non-array class names will be
passed.
Copyright © 2014, 2015, Oracle and/or its affiliates. All rights reserved.