Uses of Class
org.refcodes.properties.ext.cli.ArgsParserProperties
-
Uses of ArgsParserProperties in org.refcodes.properties.ext.cli
Methods in org.refcodes.properties.ext.cli that return ArgsParserPropertiesModifier and TypeMethodDescriptionArgsParserProperties.withAddExample(String aDescription, org.refcodes.cli.Operand<?>... aOperands) ArgsParserProperties.withAddExample(org.refcodes.cli.Example aExamples) ArgsParserProperties.withArgsSyntax(org.refcodes.cli.Term aArgsSyntax) ArgsParserProperties.withArgumentEscapeCode(String aParamEscCode) ArgsParserProperties.withBannerBorderEscapeCode(String aBannerBorderEscCode) ArgsParserProperties.withBannerEscapeCode(String aBannerEscCode) ArgsParserProperties.withBannerFont(org.refcodes.textual.Font aBannerFont) ArgsParserProperties.withBannerFontPalette(char[] aColorPalette) ArgsParserProperties.withBannerFontPalette(org.refcodes.data.AsciiColorPalette aBannerFontPalette) ArgsParserProperties.withCommandEscapeCode(String aCommandEscCode) ArgsParserProperties.withConsoleWidth(int aConsoleWidth) ArgsParserProperties.withCopyright(String aCopyright) ArgsParserProperties.withDescription(String aDescription) ArgsParserProperties.withDescriptionEscapeCode(String aDescriptionEscCode) ArgsParserProperties.withErrorOut(PrintStream aErrorOut) ArgsParserProperties.withEscapeCodesEnabled(boolean aIsEscCodeEnabled) ArgsParserProperties.withEvalArgs(String[] aArgs) Same asParseArgsProperties.evalArgs(String[])with the difference that this class's instance being invoked is returned as of the builder pattern.ArgsParserProperties.withEvalArgs(String[] aArgs, Pattern aFilterExp) ArgsParserProperties.withEvalArgs(String[] aArgs, org.refcodes.cli.ArgsFilter aArgsFilter) ArgsParserProperties.withEvalArgs(List<String> aArgs) Same asParseArgsProperties.evalArgs(List)with the difference that this class's instance being invoked is returned as of the builder pattern.ArgsParserProperties.withEvalArgs(List<String> aArgs, Pattern aFilterExp) ArgsParserProperties.withEvalArgs(List<String> aArgs, org.refcodes.cli.ArgsFilter aArgsFilter) ArgsParserProperties.withExamples(Collection<org.refcodes.cli.Example> aExamples) ArgsParserProperties.withExamples(org.refcodes.cli.Example[] aExamples) ArgsParserProperties.withLicense(String aLicense) ArgsParserProperties.withLineBreak(String aLineBreak) ArgsParserProperties.withLineSeparatorEscapeCode(String aLineSeparatorEscCode) ArgsParserProperties.withLongOptionPrefix(String aLongOptionPrefix) ArgsParserProperties.withMaxConsoleWidth(int aMaxConsoleWidth) ArgsParserProperties.withOptionEscapeCode(String aOptEscCode) ArgsParserProperties.withResetEscapeCode(String aResetEscCode) ArgsParserProperties.withSeparatorLnChar(char aSeparatorLnChar) ArgsParserProperties.withShortOptionPrefix(Character aShortOptionPrefix) ArgsParserProperties.withStandardOut(PrintStream aStandardOut) ArgsParserProperties.withSyntaxMetrics(org.refcodes.cli.SyntaxMetrics aSyntaxMetrics) ArgsParserProperties.withSyntaxMetrics(org.refcodes.cli.SyntaxNotation aSyntaxNotation) ArgsParserProperties.withTextBoxGrid(org.refcodes.textual.TextBoxGrid aTextBoxGrid) ArgsParserProperties.withTextBoxGrid(org.refcodes.textual.TextBoxStyle aTextBoxStyle)