congrats Icon
New! Tabnine Pro 14-day free trial
Start a free trial
Tabnine Logo
ExceptionSensorConfig
Code IndexAdd Tabnine to your IDE (free)

How to use
ExceptionSensorConfig
in
rocks.inspectit.shared.cs.ci.sensor.exception.impl

Best Java code snippets using rocks.inspectit.shared.cs.ci.sensor.exception.impl.ExceptionSensorConfig (Showing top 3 results out of 315)

origin: inspectIT/inspectIT

/**
 * Returns default {@link IExceptionSensorConfig}. That's {@link ExceptionSensorConfig}.
 *
 * @return Returns default {@link IExceptionSensorConfig}.
 */
public static IExceptionSensorConfig getDefaultExceptionSensorConfig() {
  return new ExceptionSensorConfig();
}
origin: inspectIT/inspectIT

exceptionSimple.setSelection(!exceptionSensorConfig.isEnhanced());
exceptionEnhanced.setSelection(exceptionSensorConfig.isEnhanced());
origin: inspectIT/inspectIT

/**
 * {@inheritDoc}
 */
@Override
public void commit(boolean onSave) {
  if (onSave) {
    super.commit(onSave);
    for (StringConstraintComponent constraintComponent : constrainComponents) {
      constraintComponent.validateUpdate(true);
    }
    ((ExceptionSensorConfig) environment.getExceptionSensorConfig()).setEnhanced(exceptionEnhanced.getSelection());
    for (IMethodSensorConfig sensorTypeConfig : environment.getMethodSensorConfigs()) {
      if (sensorTypeConfig instanceof HttpSensorConfig) {
        boolean sessionCapture = (boolean) sessionCaptureCombo.getData(sessionCaptureCombo.getText());
        ((HttpSensorConfig) sensorTypeConfig).setSessionCapture(sessionCapture);
        boolean extractAttributes = (boolean) attributesCaptureCombo.getData(attributesCaptureCombo.getText());
        ((HttpSensorConfig) sensorTypeConfig).setAttributesCapture(extractAttributes);
        boolean extractParameters = (boolean) parametersCaptureCombo.getData(parametersCaptureCombo.getText());
        ((HttpSensorConfig) sensorTypeConfig).setParametersCapture(extractParameters);
        break;
      }
    }
  }
}
rocks.inspectit.shared.cs.ci.sensor.exception.implExceptionSensorConfig

Javadoc

Configuration of the exception sensor.

Most used methods

  • <init>
    No-args constructor.
  • isEnhanced
  • setEnhanced
    Sets #enhanced.

Popular in Java

  • Reactive rest calls using spring rest template
  • getSystemService (Context)
  • scheduleAtFixedRate (ScheduledExecutorService)
  • notifyDataSetChanged (ArrayAdapter)
  • Date (java.sql)
    A class which can consume and produce dates in SQL Date format. Dates are represented in SQL as yyyy
  • DateFormat (java.text)
    Formats or parses dates and times.This class provides factories for obtaining instances configured f
  • ArrayList (java.util)
    ArrayList is an implementation of List, backed by an array. All optional operations including adding
  • Scanner (java.util)
    A parser that parses a text string of primitive types and strings with the help of regular expressio
  • BoxLayout (javax.swing)
  • JTable (javax.swing)
  • Top 15 Vim Plugins
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimAtomGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyStudentsTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now