Class AnalysisFeatureSetting


  • public class AnalysisFeatureSetting
    extends java.lang.Object
    Configure a specific boolean analysis property.
    Author:
    David Hovemeyer
    • Constructor Summary

      Constructors 
      Constructor Description
      AnalysisFeatureSetting​(int property, boolean enabled)
      Constructor.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void configure​(AnalysisContext analysisContext)
      Set the configured value of the analysis property in the given AnalysisContext.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AnalysisFeatureSetting

        public AnalysisFeatureSetting​(@AnalysisFeature
                                      int property,
                                      boolean enabled)
        Constructor.
        Parameters:
        property - the analysis property to configure
        enabled - true if the property is enabled, false if not
    • Method Detail

      • configure

        public void configure​(AnalysisContext analysisContext)
        Set the configured value of the analysis property in the given AnalysisContext.
        Parameters:
        analysisContext - the AnalysisContext