Package org.refcodes.properties.ext.cli
Interface ArgsParserPropertiesAccessor
- All Known Subinterfaces:
ArgsParserPropertiesAccessor.ArgsParserPropertiesProperty
public interface ArgsParserPropertiesAccessor
Provides an accessor for a
ParseArgsProperties property.-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceArgsParserPropertiesAccessor.ArgsParserPropertiesBuilder<B extends ArgsParserPropertiesAccessor.ArgsParserPropertiesBuilder<B>>Provides a builder method for aParseArgsPropertiesproperty returning the builder for applying multiple build operations.static interfaceProvides a mutator for aParseArgsPropertiesproperty.static interfaceProvides aParseArgsPropertiesproperty. -
Method Summary
Modifier and TypeMethodDescriptionRetrieves the args-properties from theParseArgsPropertiesproperty.
-
Method Details
-
getArgsParserProperties
ParseArgsProperties getArgsParserProperties()Retrieves the args-properties from theParseArgsPropertiesproperty.- Returns:
- The args-properties stored by the
ParseArgsPropertiesproperty.
-