Android
java.lang.reflect
public final class

java.lang.reflect.ReflectPermission

java.lang.Object
java.security.Permission Serializable Guard
java.security.BasicPermission Serializable
java.lang.reflect.ReflectPermission

ReflectPermission objects represent permission to access dangerous operations in the reflection layer.

Summary

Public Constructors

            ReflectPermission(String permissionName)
Creates an instance of this class with given name.
            ReflectPermission(String name, String actions)
Creates an instance of this class with the given name and action list.
Methods inherited from class java.security.BasicPermission
Methods inherited from class java.security.Permission
Methods inherited from class java.lang.Object
Methods inherited from interface java.security.Guard

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.
Copyright 2007 Google Inc. Build 0.9_r1-98467 - 14 Aug 2008 18:56