Skip to content

Commit 57dc68e

Browse files
committed
Release picocli version 0.9.8
1 parent 7a28f69 commit 57dc68e

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+1207
-352
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
group 'info.picocli'
22
description 'Annotation-based Java command line parser. Usage help with ANSI styles and colors. Easily included as source to avoid adding a dependency.'
3-
version '0.9.8-SNAPSHOT'
3+
version '0.9.8'
44

55
// for bumpVersion task
6-
def oldVersion = '0\\.9\\.7'
6+
def oldVersion = '0\\.9\\.8-SNAPSHOT'
77
def oldRevdate = '2017\\-06\\-08'
8-
def revDate = '2017-06-08'
8+
def revDate = '2017-08-07'
99

1010
buildscript {
1111
repositories {

docs/apidocs/allclasses-frame.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_131) on Thu Jun 08 01:04:09 JST 2017 -->
6-
<title>All Classes (picocli 0.9.7 API)</title>
7-
<meta name="date" content="2017-06-08">
5+
<!-- Generated by javadoc (1.8.0_131) on Mon Aug 07 01:36:02 JST 2017 -->
6+
<title>All Classes (picocli 0.9.8 API)</title>
7+
<meta name="date" content="2017-08-07">
88
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
99
<script type="text/javascript" src="script.js"></script>
1010
</head>

docs/apidocs/allclasses-noframe.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_131) on Thu Jun 08 01:04:09 JST 2017 -->
6-
<title>All Classes (picocli 0.9.7 API)</title>
7-
<meta name="date" content="2017-06-08">
5+
<!-- Generated by javadoc (1.8.0_131) on Mon Aug 07 01:36:02 JST 2017 -->
6+
<title>All Classes (picocli 0.9.8 API)</title>
7+
<meta name="date" content="2017-08-07">
88
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
99
<script type="text/javascript" src="script.js"></script>
1010
</head>

docs/apidocs/constant-values.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_131) on Thu Jun 08 01:04:08 JST 2017 -->
6-
<title>Constant Field Values (picocli 0.9.7 API)</title>
7-
<meta name="date" content="2017-06-08">
5+
<!-- Generated by javadoc (1.8.0_131) on Mon Aug 07 01:36:02 JST 2017 -->
6+
<title>Constant Field Values (picocli 0.9.8 API)</title>
7+
<meta name="date" content="2017-08-07">
88
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
99
<script type="text/javascript" src="script.js"></script>
1010
</head>
1111
<body>
1212
<script type="text/javascript"><!--
1313
try {
1414
if (location.href.indexOf('is-external=true') == -1) {
15-
parent.document.title="Constant Field Values (picocli 0.9.7 API)";
15+
parent.document.title="Constant Field Values (picocli 0.9.8 API)";
1616
}
1717
}
1818
catch(err) {
@@ -93,7 +93,7 @@ <h2 title="picocli">picocli.*</h2>
9393
<!-- -->
9494
</a><code>public&nbsp;static&nbsp;final&nbsp;java.lang.String</code></td>
9595
<td><code><a href="picocli/CommandLine.html#VERSION">VERSION</a></code></td>
96-
<td class="colLast"><code>"0.9.7"</code></td>
96+
<td class="colLast"><code>"0.9.8"</code></td>
9797
</tr>
9898
</tbody>
9999
</table>

docs/apidocs/deprecated-list.html

Lines changed: 33 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_131) on Thu Jun 08 01:04:09 JST 2017 -->
6-
<title>Deprecated List (picocli 0.9.7 API)</title>
7-
<meta name="date" content="2017-06-08">
5+
<!-- Generated by javadoc (1.8.0_131) on Mon Aug 07 01:36:02 JST 2017 -->
6+
<title>Deprecated List (picocli 0.9.8 API)</title>
7+
<meta name="date" content="2017-08-07">
88
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
99
<script type="text/javascript" src="script.js"></script>
1010
</head>
1111
<body>
1212
<script type="text/javascript"><!--
1313
try {
1414
if (location.href.indexOf('is-external=true') == -1) {
15-
parent.document.title="Deprecated List (picocli 0.9.7 API)";
15+
parent.document.title="Deprecated List (picocli 0.9.8 API)";
1616
}
1717
}
1818
catch(err) {
@@ -70,6 +70,35 @@
7070
<div class="header">
7171
<h1 title="Deprecated API" class="title">Deprecated API</h1>
7272
<h2 title="Contents">Contents</h2>
73+
<ul>
74+
<li><a href="#method">Deprecated Methods</a></li>
75+
</ul>
76+
</div>
77+
<div class="contentContainer"><a name="method">
78+
<!-- -->
79+
</a>
80+
<ul class="blockList">
81+
<li class="blockList">
82+
<table class="deprecatedSummary" border="0" cellpadding="3" cellspacing="0" summary="Deprecated Methods table, listing deprecated methods, and an explanation">
83+
<caption><span>Deprecated Methods</span><span class="tabEnd">&nbsp;</span></caption>
84+
<tr>
85+
<th class="colOne" scope="col">Method and Description</th>
86+
</tr>
87+
<tbody>
88+
<tr class="altColor">
89+
<td class="colOne"><a href="picocli/CommandLine.Help.html#detailedSynopsis-java.util.Comparator-boolean-">picocli.CommandLine.Help.detailedSynopsis(Comparator&lt;Field&gt;, boolean)</a>
90+
<div class="block"><span class="deprecationComment">use <a href="picocli/CommandLine.Help.html#detailedSynopsis-int-java.util.Comparator-boolean-"><code>CommandLine.Help.detailedSynopsis(int, Comparator, boolean)</code></a> instead.</span></div>
91+
</td>
92+
</tr>
93+
<tr class="rowColor">
94+
<td class="colOne"><a href="picocli/CommandLine.Help.html#synopsis--">picocli.CommandLine.Help.synopsis()</a>
95+
<div class="block"><span class="deprecationComment">use <a href="picocli/CommandLine.Help.html#synopsis-int-"><code>CommandLine.Help.synopsis(int)</code></a> instead</span></div>
96+
</td>
97+
</tr>
98+
</tbody>
99+
</table>
100+
</li>
101+
</ul>
73102
</div>
74103
<!-- ======= START OF BOTTOM NAVBAR ====== -->
75104
<div class="bottomNav"><a name="navbar.bottom">

docs/apidocs/help-doc.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_131) on Thu Jun 08 01:04:09 JST 2017 -->
6-
<title>API Help (picocli 0.9.7 API)</title>
7-
<meta name="date" content="2017-06-08">
5+
<!-- Generated by javadoc (1.8.0_131) on Mon Aug 07 01:36:02 JST 2017 -->
6+
<title>API Help (picocli 0.9.8 API)</title>
7+
<meta name="date" content="2017-08-07">
88
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
99
<script type="text/javascript" src="script.js"></script>
1010
</head>
1111
<body>
1212
<script type="text/javascript"><!--
1313
try {
1414
if (location.href.indexOf('is-external=true') == -1) {
15-
parent.document.title="API Help (picocli 0.9.7 API)";
15+
parent.document.title="API Help (picocli 0.9.8 API)";
1616
}
1717
}
1818
catch(err) {

docs/apidocs/index-all.html

Lines changed: 44 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_131) on Thu Jun 08 01:04:09 JST 2017 -->
6-
<title>Index (picocli 0.9.7 API)</title>
7-
<meta name="date" content="2017-06-08">
5+
<!-- Generated by javadoc (1.8.0_131) on Mon Aug 07 01:36:02 JST 2017 -->
6+
<title>Index (picocli 0.9.8 API)</title>
7+
<meta name="date" content="2017-08-07">
88
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
99
<script type="text/javascript" src="script.js"></script>
1010
</head>
1111
<body>
1212
<script type="text/javascript"><!--
1313
try {
1414
if (location.href.indexOf('is-external=true') == -1) {
15-
parent.document.title="Index (picocli 0.9.7 API)";
15+
parent.document.title="Index (picocli 0.9.8 API)";
1616
}
1717
}
1818
catch(err) {
@@ -231,8 +231,7 @@ <h2 class="title">C</h2>
231231
</dd>
232232
<dt><a href="picocli/CommandLine.Help.Ansi.Text.html" title="class in picocli"><span class="typeNameLink">CommandLine.Help.Ansi.Text</span></a> - Class in <a href="picocli/package-summary.html">picocli</a></dt>
233233
<dd>
234-
<div class="block">Encapsulates rich text with styles and colors in a way that other components like <a href="picocli/CommandLine.Help.TextTable.html" title="class in picocli"><code>CommandLine.Help.TextTable</code></a>
235-
are unaware of the embedded ANSI escape codes.</div>
234+
<div class="block">Encapsulates rich text with styles and colors.</div>
236235
</dd>
237236
<dt><a href="picocli/CommandLine.Help.ColorScheme.html" title="class in picocli"><span class="typeNameLink">CommandLine.Help.ColorScheme</span></a> - Class in <a href="picocli/package-summary.html">picocli</a></dt>
238237
<dd>
@@ -450,6 +449,12 @@ <h2 class="title">D</h2>
450449
</dd>
451450
<dt><span class="memberNameLink"><a href="picocli/CommandLine.Help.html#detailedSynopsis-java.util.Comparator-boolean-">detailedSynopsis(Comparator&lt;Field&gt;, boolean)</a></span> - Method in class picocli.<a href="picocli/CommandLine.Help.html" title="class in picocli">CommandLine.Help</a></dt>
452451
<dd>
452+
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
453+
<div class="block"><span class="deprecationComment">use <a href="picocli/CommandLine.Help.html#detailedSynopsis-int-java.util.Comparator-boolean-"><code>CommandLine.Help.detailedSynopsis(int, Comparator, boolean)</code></a> instead.</span></div>
454+
</div>
455+
</dd>
456+
<dt><span class="memberNameLink"><a href="picocli/CommandLine.Help.html#detailedSynopsis-int-java.util.Comparator-boolean-">detailedSynopsis(int, Comparator&lt;Field&gt;, boolean)</a></span> - Method in class picocli.<a href="picocli/CommandLine.Help.html" title="class in picocli">CommandLine.Help</a></dt>
457+
<dd>
453458
<div class="block">Generates a detailed synopsis message showing all options and parameters.</div>
454459
</dd>
455460
<dt><span class="memberNameLink"><a href="picocli/CommandLine.DuplicateOptionAnnotationsException.html#DuplicateOptionAnnotationsException-java.lang.String-">DuplicateOptionAnnotationsException(String)</a></span> - Constructor for exception picocli.<a href="picocli/CommandLine.DuplicateOptionAnnotationsException.html" title="class in picocli">CommandLine.DuplicateOptionAnnotationsException</a></dt>
@@ -504,6 +509,10 @@ <h2 class="title">G</h2>
504509
<dd>
505510
<div class="block">Returns the annotated object that this <code>CommandLine</code> instance was constructed with.</div>
506511
</dd>
512+
<dt><span class="memberNameLink"><a href="picocli/CommandLine.html#getParent--">getParent()</a></span> - Method in class picocli.<a href="picocli/CommandLine.html" title="class in picocli">CommandLine</a></dt>
513+
<dd>
514+
<div class="block">Returns the command that this is a subcommand of, or <code>null</code> if this is a top-level command.</div>
515+
</dd>
507516
<dt><span class="memberNameLink"><a href="picocli/CommandLine.html#getSeparator--">getSeparator()</a></span> - Method in class picocli.<a href="picocli/CommandLine.html" title="class in picocli">CommandLine</a></dt>
508517
<dd>
509518
<div class="block">Returns the String that separates option names from option values when parsing command line options.</div>
@@ -583,8 +592,16 @@ <h2 class="title">I</h2>
583592
<dd>
584593
<div class="block">Returns whether the end user may specify arguments on the command line that are not matched to any option or parameter fields.</div>
585594
</dd>
595+
<dt><span class="memberNameLink"><a href="picocli/CommandLine.html#isUsageHelpRequested--">isUsageHelpRequested()</a></span> - Method in class picocli.<a href="picocli/CommandLine.html" title="class in picocli">CommandLine</a></dt>
596+
<dd>
597+
<div class="block">Returns <code>true</code> if an option annotated with <a href="picocli/CommandLine.Option.html#usageHelp--"><code>CommandLine.Option.usageHelp()</code></a> was specified on the command line.</div>
598+
</dd>
586599
<dt><span class="memberNameLink"><a href="picocli/CommandLine.Range.html#isVariable">isVariable</a></span> - Variable in class picocli.<a href="picocli/CommandLine.Range.html" title="class in picocli">CommandLine.Range</a></dt>
587600
<dd>&nbsp;</dd>
601+
<dt><span class="memberNameLink"><a href="picocli/CommandLine.html#isVersionHelpRequested--">isVersionHelpRequested()</a></span> - Method in class picocli.<a href="picocli/CommandLine.html" title="class in picocli">CommandLine</a></dt>
602+
<dd>
603+
<div class="block">Returns <code>true</code> if an option annotated with <a href="picocli/CommandLine.Option.html#versionHelp--"><code>CommandLine.Option.versionHelp()</code></a> was specified on the command line.</div>
604+
</dd>
588605
</dl>
589606
<a name="I:J">
590607
<!-- -->
@@ -811,6 +828,14 @@ <h2 class="title">P</h2>
811828
<dd>
812829
<div class="block">Immutable list of fields annotated with <a href="picocli/CommandLine.Parameters.html" title="annotation in picocli"><code>CommandLine.Parameters</code></a>, or an empty list if no such field exists.</div>
813830
</dd>
831+
<dt><span class="memberNameLink"><a href="picocli/CommandLine.html#printVersionHelp-java.io.PrintStream-">printVersionHelp(PrintStream)</a></span> - Method in class picocli.<a href="picocli/CommandLine.html" title="class in picocli">CommandLine</a></dt>
832+
<dd>
833+
<div class="block">Delegates to <a href="picocli/CommandLine.html#printVersionHelp-java.io.PrintStream-picocli.CommandLine.Help.Ansi-"><code>CommandLine.printVersionHelp(PrintStream, Help.Ansi)</code></a> with the <a href="picocli/CommandLine.Help.Ansi.html#AUTO">platform default</a>.</div>
834+
</dd>
835+
<dt><span class="memberNameLink"><a href="picocli/CommandLine.html#printVersionHelp-java.io.PrintStream-picocli.CommandLine.Help.Ansi-">printVersionHelp(PrintStream, CommandLine.Help.Ansi)</a></span> - Method in class picocli.<a href="picocli/CommandLine.html" title="class in picocli">CommandLine</a></dt>
836+
<dd>
837+
<div class="block">Prints version information from the <a href="picocli/CommandLine.Command.html#version--"><code>CommandLine.Command.version()</code></a> annotation to the specified <code>PrintStream</code>.</div>
838+
</dd>
814839
<dt><span class="memberNameLink"><a href="picocli/CommandLine.Help.TextTable.html#putValue-int-int-picocli.CommandLine.Help.Ansi.Text-">putValue(int, int, CommandLine.Help.Ansi.Text)</a></span> - Method in class picocli.<a href="picocli/CommandLine.Help.TextTable.html" title="class in picocli">CommandLine.Help.TextTable</a></dt>
815840
<dd>
816841
<div class="block">Writes the specified value into the cell at the specified row and column and returns the last row and
@@ -907,7 +932,13 @@ <h2 class="title">S</h2>
907932
</dd>
908933
<dt><span class="memberNameLink"><a href="picocli/CommandLine.Help.html#synopsis--">synopsis()</a></span> - Method in class picocli.<a href="picocli/CommandLine.Help.html" title="class in picocli">CommandLine.Help</a></dt>
909934
<dd>
910-
<div class="block">Returns a synopsis for the command.</div>
935+
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
936+
<div class="block"><span class="deprecationComment">use <a href="picocli/CommandLine.Help.html#synopsis-int-"><code>CommandLine.Help.synopsis(int)</code></a> instead</span></div>
937+
</div>
938+
</dd>
939+
<dt><span class="memberNameLink"><a href="picocli/CommandLine.Help.html#synopsis-int-">synopsis(int)</a></span> - Method in class picocli.<a href="picocli/CommandLine.Help.html" title="class in picocli">CommandLine.Help</a></dt>
940+
<dd>
941+
<div class="block">Returns a synopsis for the command, reserving the specified space for the synopsis heading.</div>
911942
</dd>
912943
<dt><span class="memberNameLink"><a href="picocli/CommandLine.Help.html#synopsisHeading">synopsisHeading</a></span> - Variable in class picocli.<a href="picocli/CommandLine.Help.html" title="class in picocli">CommandLine.Help</a></dt>
913944
<dd>
@@ -917,6 +948,10 @@ <h2 class="title">S</h2>
917948
<dd>
918949
<div class="block">Returns the text displayed before the synopsis text; the result of <code>String.format(synopsisHeading, params)</code>.</div>
919950
</dd>
951+
<dt><span class="memberNameLink"><a href="picocli/CommandLine.Help.html#synopsisHeadingLength--">synopsisHeadingLength()</a></span> - Method in class picocli.<a href="picocli/CommandLine.Help.html" title="class in picocli">CommandLine.Help</a></dt>
952+
<dd>
953+
<div class="block">Returns the number of characters the synopsis heading will take on the same line as the synopsis.</div>
954+
</dd>
920955
</dl>
921956
<a name="I:T">
922957
<!-- -->
@@ -1003,7 +1038,7 @@ <h2 class="title">U</h2>
10031038
</dd>
10041039
<dt><span class="memberNameLink"><a href="picocli/CommandLine.html#usage-java.io.PrintStream-picocli.CommandLine.Help.ColorScheme-">usage(PrintStream, CommandLine.Help.ColorScheme)</a></span> - Method in class picocli.<a href="picocli/CommandLine.html" title="class in picocli">CommandLine</a></dt>
10051040
<dd>
1006-
<div class="block">Prints a usage help message for the specified annotated class to the specified <code>PrintStream</code>.</div>
1041+
<div class="block">Prints a usage help message for the annotated command class to the specified <code>PrintStream</code>.</div>
10071042
</dd>
10081043
</dl>
10091044
<a name="I:V">
@@ -1044,7 +1079,7 @@ <h2 class="title">V</h2>
10441079
</dd>
10451080
<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>
10461081
<dd>
1047-
<div class="block">This is picocli version "0.9.7".</div>
1082+
<div class="block">This is picocli version "0.9.8".</div>
10481083
</dd>
10491084
</dl>
10501085
<a name="I:W">

docs/apidocs/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_131) on Thu Jun 08 01:04:09 JST 2017 -->
6-
<title>picocli 0.9.7 API</title>
5+
<!-- Generated by javadoc (1.8.0_131) on Mon Aug 07 01:36:02 JST 2017 -->
6+
<title>picocli 0.9.8 API</title>
77
<script type="text/javascript">
88
tmpTargetPage = "" + window.location.search;
99
if (tmpTargetPage != "" && tmpTargetPage != "undefined")

docs/apidocs/overview-tree.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_131) on Thu Jun 08 01:04:08 JST 2017 -->
6-
<title>Class Hierarchy (picocli 0.9.7 API)</title>
7-
<meta name="date" content="2017-06-08">
5+
<!-- Generated by javadoc (1.8.0_131) on Mon Aug 07 01:36:02 JST 2017 -->
6+
<title>Class Hierarchy (picocli 0.9.8 API)</title>
7+
<meta name="date" content="2017-08-07">
88
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
99
<script type="text/javascript" src="script.js"></script>
1010
</head>
1111
<body>
1212
<script type="text/javascript"><!--
1313
try {
1414
if (location.href.indexOf('is-external=true') == -1) {
15-
parent.document.title="Class Hierarchy (picocli 0.9.7 API)";
15+
parent.document.title="Class Hierarchy (picocli 0.9.8 API)";
1616
}
1717
}
1818
catch(err) {

0 commit comments

Comments
 (0)