Uses of Interface
net.sourceforge.pmd.lang.metrics.MetricOption
Packages that use MetricOption
Package
Description
Language-independent framework to represent code metrics.
-
Uses of MetricOption in net.sourceforge.pmd.lang.metrics
Methods in net.sourceforge.pmd.lang.metrics that return types with arguments of type MetricOptionModifier and TypeMethodDescriptionMetricOptions.getOptions()Returns an immutable set of options.Methods in net.sourceforge.pmd.lang.metrics with parameters of type MetricOptionModifier and TypeMethodDescriptionbooleanMetricOptions.contains(MetricOption option) Returns true if this bundle contains the given option.static MetricOptionsMetricOptions.ofOptions(MetricOption option, MetricOption... options) Gets an options bundle from options.Method parameters in net.sourceforge.pmd.lang.metrics with type arguments of type MetricOptionModifier and TypeMethodDescriptionstatic MetricOptionsMetricOptions.ofOptions(Collection<? extends MetricOption> options) Gets an options bundle from a collection of options.