|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.commons.jexl2.introspection.Sandbox.Names
org.apache.commons.jexl2.introspection.Sandbox.BlackSet
public static final class Sandbox.BlackSet
A black set of names.
Constructor Summary | |
---|---|
Sandbox.BlackSet()
|
Method Summary | |
---|---|
boolean |
add(java.lang.String name)
Adds a name to this set. |
java.lang.String |
get(java.lang.String name)
Whether a given name is allowed or not. |
Methods inherited from class org.apache.commons.jexl2.introspection.Sandbox.Names |
---|
alias |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Sandbox.BlackSet()
Method Detail |
---|
public boolean add(java.lang.String name)
Sandbox.Names
add
in class Sandbox.Names
name
- the name to add
public java.lang.String get(java.lang.String name)
Sandbox.Names
get
in class Sandbox.Names
name
- the method/property name to check
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |