Class ParamCondition

  • All Implemented Interfaces:
    org.ocpsoft.rewrite.config.Condition, org.ocpsoft.rewrite.config.ConditionBuilder, org.ocpsoft.rewrite.param.Parameterized

    public class ParamCondition
    extends GraphCondition
    implements org.ocpsoft.rewrite.param.Parameterized
    Author:
    Lincoln Baxter, III
    • Constructor Detail

      • ParamCondition

        public ParamCondition​(String name,
                              String value)
    • Method Detail

      • getRequiredParameterNames

        public Set<String> getRequiredParameterNames()
        Specified by:
        getRequiredParameterNames in interface org.ocpsoft.rewrite.param.Parameterized
      • setParameterStore

        public void setParameterStore​(org.ocpsoft.rewrite.param.ParameterStore store)
        Specified by:
        setParameterStore in interface org.ocpsoft.rewrite.param.Parameterized