public class ClassCheckFactory extends Object
ClassCheck
s based on the type of the element we need to check.Constructor and Description |
---|
ClassCheckFactory(Types typeUtils,
Elements elementUtils,
ConstraintHelper constraintHelper) |
Modifier and Type | Method and Description |
---|---|
Collection<ClassCheck> |
getClassChecks(Element element)
Provides a collections of checks to be performed on a given element.
|
static ClassCheckFactory |
getInstance(Types typeUtils,
Elements elementUtils,
ConstraintHelper constraintHelper) |
public ClassCheckFactory(Types typeUtils, Elements elementUtils, ConstraintHelper constraintHelper)
public static ClassCheckFactory getInstance(Types typeUtils, Elements elementUtils, ConstraintHelper constraintHelper)
public Collection<ClassCheck> getClassChecks(Element element)
element
- an element you'd like to checkCopyright © 2007-2021 Red Hat, Inc. All Rights Reserved