- All Known Subinterfaces:
CliMetrics
,ParseArgs
,SyntaxMetricsAccessor.SyntaxMetricsProperty
- All Known Implementing Classes:
ArgsParser
,CliContext
public interface SyntaxMetricsAccessor
Provides an accessor for a
SyntaxMetrics
property.-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
Provides a builder method for aSyntaxMetrics
property returning the builder for applying multiple build operations.static interface
Provides a mutator for aSyntaxMetrics
property.static interface
Provides aSyntaxMetrics
property. -
Method Summary
-
Method Details
-
getSyntaxMetrics
SyntaxMetrics getSyntaxMetrics()Retrieves theSyntaxMetrics
from theSyntaxMetrics
property.- Returns:
- The
SyntaxMetrics
stored by the decorator (enabled) tags property.
-