Uses of Interface
org.revapi.configuration.Configurable
-
Packages that use Configurable Package Description org.revapi org.revapi.base org.revapi.configuration org.revapi.simple -
-
Uses of Configurable in org.revapi
Subinterfaces of Configurable in org.revapi Modifier and Type Interface Description interfaceApiAnalyzer<E extends Element<E>>An API analyzer is the main interface one has to implement to support checking some kind of API.interfaceDifferenceTransform<E extends Element<?>>A difference transform may elect to transform certain kinds of differences into other kinds.interfaceElementFilterDeprecated.useTreeFilterProviderinsteadinterfaceElementMatcherAn element matcher is a helper extension to other extensions that need to figure out if a certain element meets certain criteria.interfaceReporterA reporter is the final stage during the API change analysis.interfaceTreeFilterProviderForest filter helps theArchiveAnalyzerfilter the resulting element forest while it is being created. -
Uses of Configurable in org.revapi.base
Classes in org.revapi.base that implement Configurable Modifier and Type Class Description classBaseApiAnalyzer<E extends Element<E>>A convenience base class for API analyzers.classBaseConfigurableA convenience base class for all configurable types in Revapi.classBaseDifferenceTransform<E extends Element<E>>A convenience base class for difference transformsclassBaseElementMatcherA convenience base class for element matchers.classBaseReporterA convenience base class for reporters.classBaseTreeFilterProviderA convenience base class for tree filter providers.classCollectingReporterThis is a simple helper class that can be used by the users to collect all the reports from Revapi. -
Uses of Configurable in org.revapi.configuration
Methods in org.revapi.configuration with parameters of type Configurable Modifier and Type Method Description ValidationResultConfigurationValidator. validate(com.fasterxml.jackson.databind.JsonNode fullConfiguration, Configurable configurable)Validates that the full configuration contains valid configuration for given configurable.ValidationResultConfigurationValidator. validate(org.jboss.dmr.ModelNode fullConfiguration, Configurable configurable)Deprecated.use the Jackson-based variant -
Uses of Configurable in org.revapi.simple
Classes in org.revapi.simple that implement Configurable Modifier and Type Class Description classSimpleConfigurableDeprecated.useBaseConfigurableinsteadclassSimpleDifferenceTransform<T extends Element<T>>Deprecated.useBaseDifferenceTransforminsteadclassSimpleElementFilterDeprecated.useIndependentTreeFilteror some otherTreeFilterinsteadclassSimpleReporterDeprecated.useBaseReporterinstead
-