java.lang
public
final
class
java.lang.RuntimePermission
RuntimePermission objects represent access to runtime support.
Summary
Public Constructors
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait
Details
Public Constructors
public
RuntimePermission(String permissionName)
Creates an instance of this class with the given name.
Parameters
permissionName
| String the name of the new permission.
|
public
RuntimePermission(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.
|