Uses of Class
org.mutabilitydetector.checkers.CheckerRunner.ExceptionPolicy

Packages that use CheckerRunner.ExceptionPolicy
org.mutabilitydetector   
org.mutabilitydetector.checkers   
 

Uses of CheckerRunner.ExceptionPolicy in org.mutabilitydetector
 

Methods in org.mutabilitydetector that return CheckerRunner.ExceptionPolicy
 CheckerRunner.ExceptionPolicy Configuration.exceptionPolicy()
          Configures how Mutability Detector's analysis should respond to exceptions during analysis.
 

Methods in org.mutabilitydetector with parameters of type CheckerRunner.ExceptionPolicy
protected  void ConfigurationBuilder.setExceptionPolicy(CheckerRunner.ExceptionPolicy exceptionPolicy)
          Configures how Mutability Detector's analysis should respond to exceptions during analysis.
 

Uses of CheckerRunner.ExceptionPolicy in org.mutabilitydetector.checkers
 

Methods in org.mutabilitydetector.checkers that return CheckerRunner.ExceptionPolicy
static CheckerRunner.ExceptionPolicy CheckerRunner.ExceptionPolicy.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static CheckerRunner.ExceptionPolicy[] CheckerRunner.ExceptionPolicy.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.mutabilitydetector.checkers with parameters of type CheckerRunner.ExceptionPolicy
static CheckerRunner CheckerRunner.createWithClasspath(com.google.classpath.ClassPath classpath, CheckerRunner.ExceptionPolicy exceptionPolicy)
           
static CheckerRunner CheckerRunner.createWithCurrentClasspath(CheckerRunner.ExceptionPolicy exceptionPolicy)
           
 

Constructors in org.mutabilitydetector.checkers with parameters of type CheckerRunner.ExceptionPolicy
ClassPathBasedCheckerRunnerFactory(com.google.classpath.ClassPath classpath, CheckerRunner.ExceptionPolicy exceptionPolicy)
           
 



Copyright © 2013. All Rights Reserved.