java.util.logging
public final class LoggingPermission extends BasicPermission
Constructor and Description |
---|
LoggingPermission(String name,
String actions)
Creates a new LoggingPermission.
|
equals, getActions, hashCode, implies, newPermissionCollection
checkGuard, getName, toString
public LoggingPermission(String name, String actions)
name
- the name of the permission, which must be "control".actions
- the list of actions for the permission, which
must be either null
or an empty
string.IllegalArgumentException
- if name
is not "control", or actions
is
neither null
nor empty.