java.lang.reflect
public
final
class
java.lang.reflect.ReflectPermission
ReflectPermission objects represent permission to access dangerous operations
in the reflection layer.
Summary
Public Constructors
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait
Details
Public Constructors
public
ReflectPermission(String permissionName)
Creates an instance of this class with given name.
Parameters
permissionName
| String the name of the new permission.
|
public
ReflectPermission(String name, String actions)
Creates an instance of this class with the given name and action list.
The action list is ignored.
Parameters
name
| String the name of the new permission. |
actions
| String ignored.
|