Class SimpleConfigurable

    • Constructor Detail

      • SimpleConfigurable

        public SimpleConfigurable()
        Deprecated.
    • Method Detail

      • initialize

        public void initialize​(@Nonnull
                               AnalysisContext analysisContext)
        Deprecated.
        Description copied from interface: Configurable
        The instance can configure itself for the upcoming analysis from the supplied analysis context.

        The configuration contained in the supplied analysis context is solely the one provided for this configurable instance and conforms to its schema. Note that this method can be called multiple times, each time for a different analysis run.

        Specified by:
        initialize in interface Configurable
        Parameters:
        analysisContext - the context of the upcoming analysis