public abstract class AbstractConstraint extends Object implements Constraint
Constraint implementations.| Modifier | Constructor and Description |
|---|---|
protected |
AbstractConstraint() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
replaces(Constraint other)
Gets whether this constraint is equivalent to and can thus replace another constraint
in a
ManagementPermission. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitviolatespublic boolean replaces(Constraint other)
ManagementPermission.
This default implementation always returns false.
replaces in interface Constraintother - the other constraintfalse, alwaysCopyright © 2022 JBoss by Red Hat. All rights reserved.