|
3 | 3 | <html lang="en"> |
4 | 4 | <head> |
5 | 5 | <!-- Generated by javadoc --> |
6 | | -<title>Index (picocli 4.4.0 API)</title> |
| 6 | +<title>Index (picocli 4.5.0 API)</title> |
7 | 7 | <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style"> |
8 | 8 | <script type="text/javascript" src="script.js"></script> |
9 | 9 | </head> |
10 | 10 | <body> |
11 | 11 | <script type="text/javascript"><!-- |
12 | 12 | try { |
13 | 13 | if (location.href.indexOf('is-external=true') == -1) { |
14 | | - parent.document.title="Index (picocli 4.4.0 API)"; |
| 14 | + parent.document.title="Index (picocli 4.5.0 API)"; |
15 | 15 | } |
16 | 16 | } |
17 | 17 | catch(err) { |
@@ -3618,6 +3618,12 @@ <h2 class="title">R</h2> |
3618 | 3618 | or otherwise, if an exit code <a href="picocli/CommandLine.AbstractHandler.html#andExit-int-">was set</a>, calls <code>System.exit</code> with the configured |
3619 | 3619 | exit code to terminate the currently running Java virtual machine.</div> |
3620 | 3620 | </dd> |
| 3621 | +<dt><span class="memberNameLink"><a href="picocli/CommandLine.Help.ColorScheme.html#richStackTraceString-java.lang.Throwable-">richStackTraceString(Throwable)</a></span> - Method in class picocli.<a href="picocli/CommandLine.Help.ColorScheme.html" title="class in picocli">CommandLine.Help.ColorScheme</a></dt> |
| 3622 | +<dd> |
| 3623 | +<div class="block">Returns a String with the <a href="picocli/CommandLine.Help.ColorScheme.html#errorStyles--"><code>error styles</code></a> applied to the stack trace lines showing the |
| 3624 | + throwable class name and error message (including "Caused by:..." lines), and the <a href="picocli/CommandLine.Help.ColorScheme.html#stackTraceStyles--"><code>stack trace styles</code></a> |
| 3625 | + applied to the remaining stack trace of lines the specified Throwable.</div> |
| 3626 | +</dd> |
3621 | 3627 | <dt><span class="memberNameLink"><a href="picocli/CommandLine.Model.CommandSpec.html#root--">root()</a></span> - Method in class picocli.<a href="picocli/CommandLine.Model.CommandSpec.html" title="class in picocli">CommandLine.Model.CommandSpec</a></dt> |
3622 | 3628 | <dd> |
3623 | 3629 | <div class="block">Returns the root command: the top-level command of the hierarchy, never <code>null</code>.</div> |
@@ -4135,7 +4141,11 @@ <h2 class="title">S</h2> |
4135 | 4141 | </dd> |
4136 | 4142 | <dt><span class="memberNameLink"><a href="picocli/CommandLine.Help.ColorScheme.html#stackTraceText-java.lang.String-">stackTraceText(String)</a></span> - Method in class picocli.<a href="picocli/CommandLine.Help.ColorScheme.html" title="class in picocli">CommandLine.Help.ColorScheme</a></dt> |
4137 | 4143 | <dd> |
4138 | | -<div class="block">Returns a Text with all stackTrace styles applied to the specified stackTrace string.</div> |
| 4144 | +<div class="block">Returns a Text with all stackTrace styles applied to all lines in the specified stackTrace string.</div> |
| 4145 | +</dd> |
| 4146 | +<dt><span class="memberNameLink"><a href="picocli/CommandLine.Help.ColorScheme.html#stackTraceText-java.lang.Throwable-">stackTraceText(Throwable)</a></span> - Method in class picocli.<a href="picocli/CommandLine.Help.ColorScheme.html" title="class in picocli">CommandLine.Help.ColorScheme</a></dt> |
| 4147 | +<dd> |
| 4148 | +<div class="block">Returns a Text with all stackTrace styles applied to all lines in the stack trace of the specified Throwable.</div> |
4139 | 4149 | </dd> |
4140 | 4150 | <dt><span class="memberNameLink"><a href="picocli/CommandLine.Model.ParserSpec.html#stopAtPositional--">stopAtPositional()</a></span> - Method in class picocli.<a href="picocli/CommandLine.Model.ParserSpec.html" title="class in picocli">CommandLine.Model.ParserSpec</a></dt> |
4141 | 4151 | <dd> </dd> |
@@ -4667,7 +4677,7 @@ <h2 class="title">V</h2> |
4667 | 4677 | </dd> |
4668 | 4678 | <dt><span class="memberNameLink"><a href="picocli/CommandLine.html#VERSION">VERSION</a></span> - Static variable in class picocli.<a href="picocli/CommandLine.html" title="class in picocli">CommandLine</a></dt> |
4669 | 4679 | <dd> |
4670 | | -<div class="block">This is picocli version "4.4.0".</div> |
| 4680 | +<div class="block">This is picocli version "4.5.0".</div> |
4671 | 4681 | </dd> |
4672 | 4682 | <dt><span class="memberNameLink"><a href="picocli/CommandLine.Model.OptionSpec.Builder.html#versionHelp--">versionHelp()</a></span> - Method in class picocli.<a href="picocli/CommandLine.Model.OptionSpec.Builder.html" title="class in picocli">CommandLine.Model.OptionSpec.Builder</a></dt> |
4673 | 4683 | <dd> |
|
0 commit comments