Uses of Interface
com.qulice.spi.Environment
Packages that use Environment
Package
Description
Checkstyle checks.
ErrorProne validator.
Maven plugin.
PMD validator.
Service provider interface.
-
Uses of Environment in com.qulice.checkstyle
Constructors in com.qulice.checkstyle with parameters of type Environment -
Uses of Environment in com.qulice.errorprone
Constructors in com.qulice.errorprone with parameters of type Environment -
Uses of Environment in com.qulice.maven
Classes in com.qulice.maven that implement EnvironmentModifier and TypeClassDescriptionfinal classEnvironment, passed from MOJO to validators. -
Uses of Environment in com.qulice.pmd
Constructors in com.qulice.pmd with parameters of type Environment -
Uses of Environment in com.qulice.spi
Classes in com.qulice.spi that implement EnvironmentMethods in com.qulice.spi with parameters of type EnvironmentModifier and TypeMethodDescriptionvoidValidator.validate(Environment env) Validate and throws exception if there are any problems.