Class AbstractConstraint

    • Constructor Detail

      • AbstractConstraint

        protected AbstractConstraint()
    • Method Detail

      • replaces

        public boolean replaces​(Constraint other)
        Gets whether this constraint is equivalent to and can thus replace another constraint in a ManagementPermission.

        This default implementation always returns false.

        Specified by:
        replaces in interface Constraint
        Parameters:
        other - the other constraint
        Returns:
        false, always