Module org.refcodes.cli
Package org.refcodes.cli
Interface BannerFontAccessor.BannerFontBuilder<B extends BannerFontAccessor.BannerFontBuilder<B>>
- Type Parameters:
B- The builder to return in order to be able to apply multiple build operations.
- All Known Subinterfaces:
ArgsProcessorBuilder<B>,ParseArgs
- All Known Implementing Classes:
ArgsParser
- Enclosing interface:
- BannerFontAccessor
public static interface BannerFontAccessor.BannerFontBuilder<B extends BannerFontAccessor.BannerFontBuilder<B>>
Provides a builder method for a banner
Font property returning
the builder for applying multiple build operations.-
Method Summary
Modifier and TypeMethodDescriptionwithBannerFont(org.refcodes.textual.Font aBannerFont) Sets the bannerFontfor the bannerFontproperty.
-
Method Details
-
withBannerFont
Sets the bannerFontfor the bannerFontproperty.- Parameters:
aBannerFont- The bannerFontto be stored by the bannerFontproperty.- Returns:
- The builder for applying multiple build operations.
-