Uses of Interface
net.sourceforge.pmd.lang.metrics.MetricOption
-
Packages that use MetricOption Package Description net.sourceforge.pmd.lang.metrics 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 MetricOption Modifier and Type Method Description Set<MetricOption>MetricOptions. getOptions()Returns an immutable set of options.Methods in net.sourceforge.pmd.lang.metrics with parameters of type MetricOption Modifier and Type Method Description booleanMetricOptions. 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 MetricOption Modifier and Type Method Description static MetricOptionsMetricOptions. ofOptions(Collection<? extends MetricOption> options)Gets an options bundle from a collection of options.
-