Class AbstractOrderableValve

    • Constructor Detail

      • AbstractOrderableValve

        public AbstractOrderableValve()
    • Method Detail

      • getBeforeValves

        public final String getBeforeValves()
        Description copied from interface: OrderableValve
        Returns postrequisite valve names that should follow this valve. The return can have multiple valve names, separated by ' ', ',', '\t', '\r' or '\n'
        Specified by:
        getBeforeValves in interface OrderableValve
        Returns:
        postrequisite valve names that should follow this valve.
      • setBeforeValves

        public final void setBeforeValves​(String beforeValves)
        Sets postrequisite valve names that should follow this valve. The beforeValves can have multiple valve names, separated by ' ', ',', '\t', '\r' or '\n'
        Parameters:
        beforeValves - the beforeValves for this AbstractOrderableValve. It can have multiple valve names, separated by ' ', ',', '\t', '\r' or '\n'
      • getAfterValves

        public final String getAfterValves()
        Description copied from interface: OrderableValve
        Returns prerequisite valve names that should follow this valve. The return can have multiple valve names, separated by ' ', ',', '\t', '\r' or '\n'
        Specified by:
        getAfterValves in interface OrderableValve
        Returns:
        prerequisite valve names that should follow this valve.
      • setAfterValves

        public final void setAfterValves​(String afterValves)
        Sets prerequisite valve names that should follow this valve. The after can have multiple valve names, separated by ' ', ',', '\t', '\r' or '\n'
        Parameters:
        afterValves - the afterValves for this AbstractOrderableValve. It can have multiple valve names, separated by ' ', ',', '\t', '\r' or '\n'