Return-Path: X-Original-To: apmail-commons-notifications-archive@minotaur.apache.org Delivered-To: apmail-commons-notifications-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id D1BFD100A1 for ; Sat, 9 May 2015 18:19:21 +0000 (UTC) Received: (qmail 35650 invoked by uid 500); 9 May 2015 18:19:21 -0000 Delivered-To: apmail-commons-notifications-archive@commons.apache.org Received: (qmail 35599 invoked by uid 500); 9 May 2015 18:19:21 -0000 Mailing-List: contact notifications-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@commons.apache.org Delivered-To: mailing list notifications@commons.apache.org Received: (qmail 35442 invoked by uid 99); 9 May 2015 18:19:21 -0000 Received: from eris.apache.org (HELO hades.apache.org) (140.211.11.105) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 09 May 2015 18:19:21 +0000 Received: from hades.apache.org (localhost [127.0.0.1]) by hades.apache.org (ASF Mail Server at hades.apache.org) with ESMTP id 9A059AC0A61 for ; Sat, 9 May 2015 18:19:21 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r950741 [18/40] - in /websites/production/commons/content/proper/commons-cli: ./ apidocs/ apidocs/org/apache/commons/cli/ apidocs/org/apache/commons/cli/class-use/ apidocs/resources/ apidocs/src-html/org/apache/commons/cli/ cobertura/ jacoc... Date: Sat, 09 May 2015 18:19:17 -0000 To: notifications@commons.apache.org From: britter@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20150509181921.9A059AC0A61@hades.apache.org> Modified: websites/production/commons/content/proper/commons-cli/apidocs/org/apache/commons/cli/package-tree.html ============================================================================== --- websites/production/commons/content/proper/commons-cli/apidocs/org/apache/commons/cli/package-tree.html (original) +++ websites/production/commons/content/proper/commons-cli/apidocs/org/apache/commons/cli/package-tree.html Sat May 9 18:19:15 2015 @@ -2,14 +2,20 @@ - -org.apache.commons.cli Class Hierarchy (Apache Commons CLI 1.3-SNAPSHOT API) + + +org.apache.commons.cli Class Hierarchy (Apache Commons CLI 1.3 API) + @@ -17,9 +23,11 @@
JavaScript is disabled on your browser.
-
+
- + + +
- +
@@ -66,36 +74,36 @@

Class Hierarchy

-
+
- + + +
- +
Modified: websites/production/commons/content/proper/commons-cli/apidocs/org/apache/commons/cli/package-use.html ============================================================================== --- websites/production/commons/content/proper/commons-cli/apidocs/org/apache/commons/cli/package-use.html (original) +++ websites/production/commons/content/proper/commons-cli/apidocs/org/apache/commons/cli/package-use.html Sat May 9 18:19:15 2015 @@ -2,14 +2,20 @@ - -Uses of Package org.apache.commons.cli (Apache Commons CLI 1.3-SNAPSHOT API) + + +Uses of Package org.apache.commons.cli (Apache Commons CLI 1.3 API) + @@ -17,9 +23,11 @@
JavaScript is disabled on your browser.
-
+
- + + +
- +
@@ -68,7 +76,7 @@
  • - +
    @@ -110,8 +118,8 @@ @@ -132,8 +140,8 @@ @@ -149,9 +157,11 @@ -
    +
    - + + +
    - +
    Modified: websites/production/commons/content/proper/commons-cli/apidocs/overview-tree.html ============================================================================== --- websites/production/commons/content/proper/commons-cli/apidocs/overview-tree.html (original) +++ websites/production/commons/content/proper/commons-cli/apidocs/overview-tree.html Sat May 9 18:19:15 2015 @@ -2,14 +2,20 @@ - -Class Hierarchy (Apache Commons CLI 1.3-SNAPSHOT API) + + +Class Hierarchy (Apache Commons CLI 1.3 API) + @@ -17,9 +23,11 @@
    JavaScript is disabled on your browser.
    -
    +
    - + + +
    - +

    Hierarchy For All Packages

    -Package Hierarchies: +Package Hierarchies: @@ -70,36 +78,36 @@

    Class Hierarchy

    -
    +
    - + + +
    - +
    Added: websites/production/commons/content/proper/commons-cli/apidocs/script.js ============================================================================== --- websites/production/commons/content/proper/commons-cli/apidocs/script.js (added) +++ websites/production/commons/content/proper/commons-cli/apidocs/script.js Sat May 9 18:19:15 2015 @@ -0,0 +1,30 @@ +function show(type) +{ + count = 0; + for (var key in methods) { + var row = document.getElementById(key); + if ((methods[key] & type) != 0) { + row.style.display = ''; + row.className = (count++ % 2) ? rowColor : altColor; + } + else + row.style.display = 'none'; + } + updateTabs(type); +} + +function updateTabs(type) +{ + for (var value in tabs) { + var sNode = document.getElementById(tabs[value][0]); + var spanNode = sNode.firstChild; + if (value == type) { + sNode.className = activeTableTab; + spanNode.innerHTML = tabs[value][1]; + } + else { + sNode.className = tableTab; + spanNode.innerHTML = "" + tabs[value][1] + ""; + } + } +} \ No newline at end of file Propchange: websites/production/commons/content/proper/commons-cli/apidocs/script.js ------------------------------------------------------------------------------ svn:eol-style = native Modified: websites/production/commons/content/proper/commons-cli/apidocs/serialized-form.html ============================================================================== --- websites/production/commons/content/proper/commons-cli/apidocs/serialized-form.html (original) +++ websites/production/commons/content/proper/commons-cli/apidocs/serialized-form.html Sat May 9 18:19:15 2015 @@ -2,14 +2,20 @@ - -Serialized Form (Apache Commons CLI 1.3-SNAPSHOT API) + + +Serialized Form (Apache Commons CLI 1.3 API) + @@ -17,9 +23,11 @@
    JavaScript is disabled on your browser.
    -
    +
    - + + +
    - +
    @@ -77,9 +85,7 @@
    3674381532418544760L
      -
    • - - +
    • Serialized Fields

      • @@ -105,9 +111,7 @@
        5829816121277947229L
          -
        • - - +
        • Serialized Fields

          • @@ -128,9 +132,7 @@
            1L
              -
            • - - +
            • Serialized Fields

              • @@ -156,9 +158,7 @@
                -7098538588704965017L
                  -
                • - - +
                • Serialized Fields

                  • @@ -179,9 +179,7 @@
                    8161889051578563249L
                      -
                    • - - +
                    • Serialized Fields

                      • @@ -202,9 +200,7 @@
                        1L
                          -
                        • - - +
                        • Serialized Fields

                          • @@ -270,9 +266,7 @@
                            1L
                              -
                            • - - +
                            • Serialized Fields

                              • @@ -303,9 +297,7 @@
                                1L
                                  -
                                • - - +
                                • Serialized Fields

                                  • @@ -350,9 +342,7 @@
                                    -252504690284625623L
                                      -
                                    • - - +
                                    • Serialized Fields

                                      • @@ -369,9 +359,11 @@
    -
    +
    - + + +
    - +
    Modified: websites/production/commons/content/proper/commons-cli/apidocs/src-html/org/apache/commons/cli/DefaultParser.html ============================================================================== --- websites/production/commons/content/proper/commons-cli/apidocs/src-html/org/apache/commons/cli/DefaultParser.html (original) +++ websites/production/commons/content/proper/commons-cli/apidocs/src-html/org/apache/commons/cli/DefaultParser.html Sat May 9 18:19:15 2015 @@ -33,7 +33,7 @@ 025/** 026 * Default parser. 027 * -028 * @version $Id: DefaultParser.java 1443102 2013-02-06 18:12:16Z tn $ +028 * @version $Id: DefaultParser.java 1677406 2015-05-03 14:27:31Z britter $ 029 * @since 1.3 030 */ 031public class DefaultParser implements CommandLineParser @@ -672,32 +672,34 @@ 664 * 665 * @param token The current token to be <b>burst</b> 666 * at the first non-Option encountered. -667 */ -668 protected void handleConcatenatedOptions(String token) throws ParseException -669 { -670 for (int i = 1; i < token.length(); i++) -671 { -672 String ch = String.valueOf(token.charAt(i)); -673 -674 if (options.hasOption(ch)) -675 { -676 handleOption(options.getOption(ch)); -677 -678 if (currentOption != null && (token.length() != (i + 1))) -679 { -680 // add the trail as an argument of the option -681 currentOption.addValueForProcessing(token.substring(i + 1)); -682 break; -683 } -684 } -685 else -686 { -687 handleUnknownToken(stopAtNonOption && i > 1 ? token.substring(i) : token); -688 break; -689 } -690 } -691 } -692} +667 * @throws ParseException if there are any problems encountered +668 * while parsing the command line token. +669 */ +670 protected void handleConcatenatedOptions(String token) throws ParseException +671 { +672 for (int i = 1; i < token.length(); i++) +673 { +674 String ch = String.valueOf(token.charAt(i)); +675 +676 if (options.hasOption(ch)) +677 { +678 handleOption(options.getOption(ch)); +679 +680 if (currentOption != null && token.length() != i + 1) +681 { +682 // add the trail as an argument of the option +683 currentOption.addValueForProcessing(token.substring(i + 1)); +684 break; +685 } +686 } +687 else +688 { +689 handleUnknownToken(stopAtNonOption && i > 1 ? token.substring(i) : token); +690 break; +691 } +692 } +693 } +694}
    Classes in org.apache.commons.cli used by org.apache.commons.cli 
    Class and Description
    OptionBuilder -
    Deprecated.  -
    since 1.3, use Option.builder(String) instead
    +
    Deprecated.  +
    since 1.3, use Option.builder(String) instead
    Parser -
    Deprecated.  -
    since 1.3, the two-pass parsing with the flatten method is not enough flexible to handle complex cases
    +
    Deprecated.  +
    since 1.3, the two-pass parsing with the flatten method is not enough flexible to handle complex cases