Class OutputEnabledDelta

Object
org.anchoranalysis.io.output.recorded.OutputEnabledDelta

public class OutputEnabledDelta
extends Object
Additional output-names to enable or disable from an existing set of output-enabled rules.

There is an order of application:

  • First, any outputsToEnable are applied.
  • Second, any outputsToDisable are disabled.

This means that outputsToDisable has precedence over any enabling.

Author:
Owen Feehan