Package Summary  Overview Summary

class:ReflectPermission [NONE]

constructor:ReflectPermission(java.lang.String) [NONE]

  • ReflectPermission

    public ReflectPermission(String name)
    Constructs a ReflectPermission with the specified name.
    Parameters:
    name - the name of the ReflectPermission
    Throws:
    NullPointerException - if name is null.
    IllegalArgumentException - if name is empty.

constructor:ReflectPermission(java.lang.String, java.lang.String) [NONE]

  • ReflectPermission

    public ReflectPermission(String name,
                             String actions)
    Constructs a ReflectPermission with the specified name and actions. The actions should be null; they are ignored.
    Parameters:
    name - the name of the ReflectPermission
    actions - should be null
    Throws:
    NullPointerException - if name is null.
    IllegalArgumentException - if name is empty.