public final class RuntimePermission extends BasicPermission
Constructor and Description |
---|
RuntimePermission(String permissionName)
Creates an instance of this class with the given name.
|
RuntimePermission(String name,
String actions)
Creates an instance of this class with the given name and
action list.
|
equals, getActions, hashCode, implies, newPermissionCollection
checkGuard, getName, toString
public RuntimePermission(String permissionName)
permissionName
- String
the name of the new permission.Eclipse OpenJ9 website.
To raise a bug report or suggest an improvement create an Eclipse OpenJ9 issue.
Copyright © 1993, 2025 IBM Corp. and others.