Searched defs:PropertyPermission (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/java/util/
H A DPropertyPermission.java92 public final class PropertyPermission extends BasicPermission { class in inherits:BasicPermission
127 * initialize a PropertyPermission object. Common to all constructors.
150 * Creates a new PropertyPermission object with the specified name.
156 * @param name the name of the PropertyPermission.
164 public PropertyPermission(String name, String actions) method in class:PropertyPermission
171 * Checks if this PropertyPermission object "implies" the specified
176 * <li> <i>p</i> is an instanceof PropertyPermission,<p>
188 if (!(p instanceof PropertyPermission))
191 PropertyPermission that = (PropertyPermission)
[all...]

Completed in 29 milliseconds