Uses of Class
org.apache.commons.jexl3.introspection.JexlSandbox.Names

Packages that use JexlSandbox.Names
org.apache.commons.jexl3.introspection Provides high-level introspective services. 
 

Uses of JexlSandbox.Names in org.apache.commons.jexl3.introspection
 

Subclasses of JexlSandbox.Names in org.apache.commons.jexl3.introspection
static class JexlSandbox.BlackSet
          A black set of names.
static class JexlSandbox.WhiteSet
          A white set of names.
 

Methods in org.apache.commons.jexl3.introspection that return JexlSandbox.Names
protected  JexlSandbox.Names JexlSandbox.Names.copy()
           
protected  JexlSandbox.Names JexlSandbox.WhiteSet.copy()
           
protected  JexlSandbox.Names JexlSandbox.BlackSet.copy()
           
 JexlSandbox.Names JexlSandbox.Permissions.execute()
          Gets the set of method names in these permissions.
 JexlSandbox.Names JexlSandbox.Permissions.read()
          Gets the set of readable property names in these permissions.
 JexlSandbox.Names JexlSandbox.Permissions.write()
          Gets the set of writable property names in these permissions.
 



Copyright © 2001–2017 The Apache Software Foundation. All rights reserved.