Interface KeywordEscapeCodeAccessor
- All Known Subinterfaces:
ArgsParser,CliMetrics,KeywordEscapeCodeAccessor.KeywordEscapeCodeProperty
- All Known Implementing Classes:
CliArgsParser,CliContext
public interface KeywordEscapeCodeAccessor
Provides an accessor for a keyword (e.g. short- and long-options) Escape-Code
property.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceKeywordEscapeCodeAccessor.KeywordEscapeCodeBuilder<B extends KeywordEscapeCodeAccessor.KeywordEscapeCodeBuilder<B>>Provides a builder method for a keyword (e.g. short- and long-options) Escape-Code property returning the builder for applying multiple build operations.static interfaceProvides a mutator for a keyword (e.g. short- and long-options) Escape-Code property.static interfaceProvides a keyword (e.g. short- and long-options) Escape-Code property. -
Method Summary
Modifier and TypeMethodDescriptionRetrieves the keyword (e.g. short- and long-options) Escape-Code from the option Escape-Code property.
-
Method Details
-
getKeywordEscapeCode
String getKeywordEscapeCode()Retrieves the keyword (e.g. short- and long-options) Escape-Code from the option Escape-Code property.- Returns:
- The keyword (e.g. short- and long-options) Escape-Code stored by the option Escape-Code property.
-