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, wait
violates
public boolean replaces(Constraint other)
ManagementPermission
.
This default implementation always returns false
.
replaces
in interface Constraint
other
- the other constraintfalse
, alwaysCopyright © 2023 JBoss by Red Hat. All rights reserved.