Module io.github.mmm.cli
Package io.github.mmm.cli.container
Interface AbstractCliPropertiesContainer
- All Known Subinterfaces:
CliCommandContainer,CliCommandContainerGroup
public interface AbstractCliPropertiesContainer
Container with the metadata of a
Property from a
CliCommand.- Since:
- 1.0.0
-
Method Summary
-
Method Details
-
getProperties
List<? extends CliPropertyContainer> getProperties()- Returns:
- the
Listwith all properties in preferred order for help output and processing.
-