Return-Path: X-Original-To: apmail-maven-commits-archive@www.apache.org Delivered-To: apmail-maven-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id A0558106A9 for ; Tue, 18 Mar 2014 11:49:54 +0000 (UTC) Received: (qmail 39586 invoked by uid 500); 18 Mar 2014 11:49:50 -0000 Delivered-To: apmail-maven-commits-archive@maven.apache.org Received: (qmail 39329 invoked by uid 500); 18 Mar 2014 11:49:46 -0000 Mailing-List: contact commits-help@maven.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@maven.apache.org Delivered-To: mailing list commits@maven.apache.org Received: (qmail 39311 invoked by uid 99); 18 Mar 2014 11:49:44 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 18 Mar 2014 11:49:44 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 18 Mar 2014 11:49:29 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 92EEA238897A for ; Tue, 18 Mar 2014 11:49:05 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r902164 [2/15] - in /websites/production/maven/content/shared-archives/maven-shared-utils-LATEST: ./ apidocs/ apidocs/org/apache/maven/shared/utils/ apidocs/org/apache/maven/shared/utils/class-use/ apidocs/org/apache/maven/shared/utils/cli/... Date: Tue, 18 Mar 2014 11:48:51 -0000 To: commits@maven.apache.org From: tchemit@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20140318114905.92EEA238897A@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Modified: websites/production/maven/content/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/Arg.html ============================================================================== --- websites/production/maven/content/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/Arg.html (original) +++ websites/production/maven/content/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/Arg.html Tue Mar 18 11:48:45 2014 @@ -3,13 +3,13 @@ -Arg (Apache Maven Shared Utils 0.5 API) +Arg (Apache Maven Shared Utils 0.6 API) @@ -120,6 +120,12 @@ void +setMask(boolean mask) +
To mask the argument value when a command line ask to print his arguments.
+ + + +void setValue(String value)  @@ -158,12 +164,24 @@ -
    +
    • setFile

      void setFile(File value)
    + + + +
      +
    • +

      setMask

      +
      void setMask(boolean mask)
      +
      To mask the argument value when a command line ask to print his arguments.
      +
      Parameters:
      mask - new state of the maks property
      Since:
      +
      0.6
      +
    • +
@@ -231,6 +249,6 @@ -

Copyright © 2002-2013 The Apache Software Foundation. All Rights Reserved.

+

Copyright © 2002-2014 The Apache Software Foundation. All Rights Reserved.

\ No newline at end of file Modified: websites/production/maven/content/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/CommandLineCallable.html ============================================================================== --- websites/production/maven/content/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/CommandLineCallable.html (original) +++ websites/production/maven/content/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/CommandLineCallable.html Tue Mar 18 11:48:45 2014 @@ -3,13 +3,13 @@ -CommandLineCallable (Apache Maven Shared Utils 0.5 API) +CommandLineCallable (Apache Maven Shared Utils 0.6 API) @@ -93,7 +93,7 @@
public interface CommandLineCallable
 extends Callable<Integer>
-
Callable wrapper that exposes the proper exeception type to the client.
+
Callable wrapper that exposes the proper exception type to the client.
Author:
Kristian Rosenvold
@@ -215,6 +215,6 @@ extends Copyright © 2002-2013 The Apache Software Foundation. All Rights Reserved.

+

Copyright © 2002-2014 The Apache Software Foundation. All Rights Reserved.

\ No newline at end of file Modified: websites/production/maven/content/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/CommandLineException.html ============================================================================== --- websites/production/maven/content/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/CommandLineException.html (original) +++ websites/production/maven/content/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/CommandLineException.html Tue Mar 18 11:48:45 2014 @@ -3,13 +3,13 @@ -CommandLineException (Apache Maven Shared Utils 0.5 API) +CommandLineException (Apache Maven Shared Utils 0.6 API) @@ -267,6 +267,6 @@ extends Copyright © 2002-2013 The Apache Software Foundation. All Rights Reserved.

+

Copyright © 2002-2014 The Apache Software Foundation. All Rights Reserved.

\ No newline at end of file Modified: websites/production/maven/content/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/CommandLineTimeOutException.html ============================================================================== --- websites/production/maven/content/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/CommandLineTimeOutException.html (original) +++ websites/production/maven/content/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/CommandLineTimeOutException.html Tue Mar 18 11:48:45 2014 @@ -3,13 +3,13 @@ -CommandLineTimeOutException (Apache Maven Shared Utils 0.5 API) +CommandLineTimeOutException (Apache Maven Shared Utils 0.6 API) @@ -257,6 +257,6 @@ extends Copyright © 2002-2013 The Apache Software Foundation. All Rights Reserved.

+

Copyright © 2002-2014 The Apache Software Foundation. All Rights Reserved.

\ No newline at end of file Modified: websites/production/maven/content/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/CommandLineUtils.StringStreamConsumer.html ============================================================================== --- websites/production/maven/content/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/CommandLineUtils.StringStreamConsumer.html (original) +++ websites/production/maven/content/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/CommandLineUtils.StringStreamConsumer.html Tue Mar 18 11:48:45 2014 @@ -3,13 +3,13 @@ -CommandLineUtils.StringStreamConsumer (Apache Maven Shared Utils 0.5 API) +CommandLineUtils.StringStreamConsumer (Apache Maven Shared Utils 0.6 API) @@ -281,6 +281,6 @@ implements Copyright © 2002-2013 The Apache Software Foundation. All Rights Reserved.

+

Copyright © 2002-2014 The Apache Software Foundation. All Rights Reserved.

\ No newline at end of file Modified: websites/production/maven/content/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/CommandLineUtils.html ============================================================================== --- websites/production/maven/content/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/CommandLineUtils.html (original) +++ websites/production/maven/content/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/CommandLineUtils.html Tue Mar 18 11:48:45 2014 @@ -3,13 +3,13 @@ -CommandLineUtils (Apache Maven Shared Utils 0.5 API) +CommandLineUtils (Apache Maven Shared Utils 0.6 API) @@ -450,6 +450,6 @@ extends Copyright © 2002-2013 The Apache Software Foundation. All Rights Reserved.

+

Copyright © 2002-2014 The Apache Software Foundation. All Rights Reserved.

\ No newline at end of file Modified: websites/production/maven/content/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/Commandline.Argument.html ============================================================================== --- websites/production/maven/content/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/Commandline.Argument.html (original) +++ websites/production/maven/content/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/Commandline.Argument.html Tue Mar 18 11:48:45 2014 @@ -3,13 +3,13 @@ -Commandline.Argument (Apache Maven Shared Utils 0.5 API) +Commandline.Argument (Apache Maven Shared Utils 0.6 API) @@ -142,16 +142,26 @@ implements Method and Description +boolean +isMask()  + + +void +setFile(File value) + + void -setFile(File value)  +setLine(String line) void -setLine(String line)  +setMask(boolean mask) +
To mask the argument value when a command line ask to print his arguments.
+ void -setValue(String value)  +setValue(String value)
    @@ -221,7 +231,7 @@ implements -
      +
      • setFile

        public void setFile(File value)
        @@ -231,6 +241,29 @@ implements + + +
          +
        • +

          setMask

          +
          public void setMask(boolean mask)
          +
          To mask the argument value when a command line ask to print his arguments.
          +
          +
          Specified by:
          +
          setMask in interface Arg
          +
          Parameters:
          mask - new state of the maks property
          +
        • +
        + + + +
          +
        • +

          isMask

          +
          public boolean isMask()
          +
        • +
      @@ -298,6 +331,6 @@ implements Copyright © 2002-2013 The Apache Software Foundation. All Rights Reserved.

      +

      Copyright © 2002-2014 The Apache Software Foundation. All Rights Reserved.

      \ No newline at end of file Modified: websites/production/maven/content/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/Commandline.html ============================================================================== --- websites/production/maven/content/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/Commandline.html (original) +++ websites/production/maven/content/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/Commandline.html Tue Mar 18 11:48:45 2014 @@ -3,13 +3,13 @@ -Commandline (Apache Maven Shared Utils 0.5 API) +Commandline (Apache Maven Shared Utils 0.6 API) @@ -247,49 +247,56 @@ implements String[] +getArguments(boolean mask) +
      Returns all arguments defined by addLine, + addValue or the argument object.
      + + + +String[] getCommandline()
      Returns the executable and all defined arguments.
      - + String[] getEnvironmentVariables()
      Return the list of environment variables
      - + String getExecutable()  - + Shell getShell()
      Get the shell to be used in this command line.
      - + File getWorkingDirectory()  - + void setExecutable(String executable)
      Sets the executable to run.
      - + void setWorkingDirectory(File workingDirectory)
      Sets execution directory.
      - + void setWorkingDirectory(String path)
      Sets execution directory.
      - + String toString()  @@ -467,6 +474,18 @@ implements + + +
        +
      • +

        getArguments

        +
        public String[] getArguments(boolean mask)
        +
        Returns all arguments defined by addLine, + addValue or the argument object.
        +
        Parameters:
        mask - flag to mask any arguments (having his mask field to true).
        +
      • +
      @@ -622,6 +641,6 @@ implements Copyright © 2002-2013 The Apache Software Foundation. All Rights Reserved.

      +

      Copyright © 2002-2014 The Apache Software Foundation. All Rights Reserved.

      \ No newline at end of file Modified: websites/production/maven/content/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/DefaultConsumer.html ============================================================================== --- websites/production/maven/content/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/DefaultConsumer.html (original) +++ websites/production/maven/content/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/DefaultConsumer.html Tue Mar 18 11:48:45 2014 @@ -3,13 +3,13 @@ -DefaultConsumer (Apache Maven Shared Utils 0.5 API) +DefaultConsumer (Apache Maven Shared Utils 0.6 API) @@ -268,6 +268,6 @@ implements Copyright © 2002-2013 The Apache Software Foundation. All Rights Reserved.

      +

      Copyright © 2002-2014 The Apache Software Foundation. All Rights Reserved.

      \ No newline at end of file Modified: websites/production/maven/content/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/ShutdownHookUtils.html ============================================================================== --- websites/production/maven/content/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/ShutdownHookUtils.html (original) +++ websites/production/maven/content/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/ShutdownHookUtils.html Tue Mar 18 11:48:45 2014 @@ -3,13 +3,13 @@ -ShutdownHookUtils (Apache Maven Shared Utils 0.5 API) +ShutdownHookUtils (Apache Maven Shared Utils 0.6 API) @@ -270,6 +270,6 @@ extends Copyright © 2002-2013 The Apache Software Foundation. All Rights Reserved.

      +

      Copyright © 2002-2014 The Apache Software Foundation. All Rights Reserved.

      \ No newline at end of file Modified: websites/production/maven/content/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/StreamConsumer.html ============================================================================== --- websites/production/maven/content/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/StreamConsumer.html (original) +++ websites/production/maven/content/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/StreamConsumer.html Tue Mar 18 11:48:45 2014 @@ -3,13 +3,13 @@ -StreamConsumer (Apache Maven Shared Utils 0.5 API) +StreamConsumer (Apache Maven Shared Utils 0.6 API) @@ -216,6 +216,6 @@ -

      Copyright © 2002-2013 The Apache Software Foundation. All Rights Reserved.

      +

      Copyright © 2002-2014 The Apache Software Foundation. All Rights Reserved.

      \ No newline at end of file Modified: websites/production/maven/content/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/StreamPumper.html ============================================================================== --- websites/production/maven/content/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/StreamPumper.html (original) +++ websites/production/maven/content/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/StreamPumper.html Tue Mar 18 11:48:45 2014 @@ -3,13 +3,13 @@ -StreamPumper (Apache Maven Shared Utils 0.5 API) +StreamPumper (Apache Maven Shared Utils 0.6 API) @@ -390,6 +390,6 @@ extends Copyright © 2002-2013 The Apache Software Foundation. All Rights Reserved.

      +

      Copyright © 2002-2014 The Apache Software Foundation. All Rights Reserved.

      \ No newline at end of file Modified: websites/production/maven/content/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/WriterStreamConsumer.html ============================================================================== --- websites/production/maven/content/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/WriterStreamConsumer.html (original) +++ websites/production/maven/content/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/WriterStreamConsumer.html Tue Mar 18 11:48:45 2014 @@ -3,13 +3,13 @@ -WriterStreamConsumer (Apache Maven Shared Utils 0.5 API) +WriterStreamConsumer (Apache Maven Shared Utils 0.6 API) @@ -268,6 +268,6 @@ implements Copyright © 2002-2013 The Apache Software Foundation. All Rights Reserved.

      +

      Copyright © 2002-2014 The Apache Software Foundation. All Rights Reserved.

      \ No newline at end of file Modified: websites/production/maven/content/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/class-use/Arg.html ============================================================================== --- websites/production/maven/content/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/class-use/Arg.html (original) +++ websites/production/maven/content/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/class-use/Arg.html Tue Mar 18 11:48:45 2014 @@ -3,13 +3,13 @@ -Uses of Interface org.apache.maven.shared.utils.cli.Arg (Apache Maven Shared Utils 0.5 API) +Uses of Interface org.apache.maven.shared.utils.cli.Arg (Apache Maven Shared Utils 0.6 API) @@ -171,6 +171,6 @@ -

      Copyright © 2002-2013 The Apache Software Foundation. All Rights Reserved.

      +

      Copyright © 2002-2014 The Apache Software Foundation. All Rights Reserved.

      \ No newline at end of file Modified: websites/production/maven/content/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/class-use/CommandLineCallable.html ============================================================================== --- websites/production/maven/content/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/class-use/CommandLineCallable.html (original) +++ websites/production/maven/content/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/class-use/CommandLineCallable.html Tue Mar 18 11:48:45 2014 @@ -3,13 +3,13 @@ -Uses of Interface org.apache.maven.shared.utils.cli.CommandLineCallable (Apache Maven Shared Utils 0.5 API) +Uses of Interface org.apache.maven.shared.utils.cli.CommandLineCallable (Apache Maven Shared Utils 0.6 API) @@ -110,6 +110,6 @@ -

      Copyright © 2002-2013 The Apache Software Foundation. All Rights Reserved.

      +

      Copyright © 2002-2014 The Apache Software Foundation. All Rights Reserved.

      \ No newline at end of file Modified: websites/production/maven/content/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/class-use/CommandLineException.html ============================================================================== --- websites/production/maven/content/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/class-use/CommandLineException.html (original) +++ websites/production/maven/content/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/class-use/CommandLineException.html Tue Mar 18 11:48:45 2014 @@ -3,13 +3,13 @@ -Uses of Class org.apache.maven.shared.utils.cli.CommandLineException (Apache Maven Shared Utils 0.5 API) +Uses of Class org.apache.maven.shared.utils.cli.CommandLineException (Apache Maven Shared Utils 0.6 API) @@ -245,6 +245,6 @@ -

      Copyright © 2002-2013 The Apache Software Foundation. All Rights Reserved.

      +

      Copyright © 2002-2014 The Apache Software Foundation. All Rights Reserved.

      \ No newline at end of file Modified: websites/production/maven/content/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/class-use/CommandLineTimeOutException.html ============================================================================== --- websites/production/maven/content/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/class-use/CommandLineTimeOutException.html (original) +++ websites/production/maven/content/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/class-use/CommandLineTimeOutException.html Tue Mar 18 11:48:45 2014 @@ -3,13 +3,13 @@ -Uses of Class org.apache.maven.shared.utils.cli.CommandLineTimeOutException (Apache Maven Shared Utils 0.5 API) +Uses of Class org.apache.maven.shared.utils.cli.CommandLineTimeOutException (Apache Maven Shared Utils 0.6 API) @@ -110,6 +110,6 @@ -

      Copyright © 2002-2013 The Apache Software Foundation. All Rights Reserved.

      +

      Copyright © 2002-2014 The Apache Software Foundation. All Rights Reserved.

      \ No newline at end of file Modified: websites/production/maven/content/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/class-use/CommandLineUtils.StringStreamConsumer.html ============================================================================== --- websites/production/maven/content/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/class-use/CommandLineUtils.StringStreamConsumer.html (original) +++ websites/production/maven/content/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/class-use/CommandLineUtils.StringStreamConsumer.html Tue Mar 18 11:48:45 2014 @@ -3,13 +3,13 @@ -Uses of Class org.apache.maven.shared.utils.cli.CommandLineUtils.StringStreamConsumer (Apache Maven Shared Utils 0.5 API) +Uses of Class org.apache.maven.shared.utils.cli.CommandLineUtils.StringStreamConsumer (Apache Maven Shared Utils 0.6 API) @@ -110,6 +110,6 @@ -

      Copyright © 2002-2013 The Apache Software Foundation. All Rights Reserved.

      +

      Copyright © 2002-2014 The Apache Software Foundation. All Rights Reserved.

      \ No newline at end of file Modified: websites/production/maven/content/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/class-use/CommandLineUtils.html ============================================================================== --- websites/production/maven/content/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/class-use/CommandLineUtils.html (original) +++ websites/production/maven/content/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/class-use/CommandLineUtils.html Tue Mar 18 11:48:45 2014 @@ -3,13 +3,13 @@ -Uses of Class org.apache.maven.shared.utils.cli.CommandLineUtils (Apache Maven Shared Utils 0.5 API) +Uses of Class org.apache.maven.shared.utils.cli.CommandLineUtils (Apache Maven Shared Utils 0.6 API) @@ -110,6 +110,6 @@ -

      Copyright © 2002-2013 The Apache Software Foundation. All Rights Reserved.

      +

      Copyright © 2002-2014 The Apache Software Foundation. All Rights Reserved.

      \ No newline at end of file Modified: websites/production/maven/content/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/class-use/Commandline.Argument.html ============================================================================== --- websites/production/maven/content/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/class-use/Commandline.Argument.html (original) +++ websites/production/maven/content/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/class-use/Commandline.Argument.html Tue Mar 18 11:48:45 2014 @@ -3,13 +3,13 @@ -Uses of Class org.apache.maven.shared.utils.cli.Commandline.Argument (Apache Maven Shared Utils 0.5 API) +Uses of Class org.apache.maven.shared.utils.cli.Commandline.Argument (Apache Maven Shared Utils 0.6 API) @@ -110,6 +110,6 @@ -

      Copyright © 2002-2013 The Apache Software Foundation. All Rights Reserved.

      +

      Copyright © 2002-2014 The Apache Software Foundation. All Rights Reserved.

      \ No newline at end of file Modified: websites/production/maven/content/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/class-use/Commandline.html ============================================================================== --- websites/production/maven/content/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/class-use/Commandline.html (original) +++ websites/production/maven/content/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/class-use/Commandline.html Tue Mar 18 11:48:45 2014 @@ -3,13 +3,13 @@ -Uses of Class org.apache.maven.shared.utils.cli.Commandline (Apache Maven Shared Utils 0.5 API) +Uses of Class org.apache.maven.shared.utils.cli.Commandline (Apache Maven Shared Utils 0.6 API) @@ -234,6 +234,6 @@ -

      Copyright © 2002-2013 The Apache Software Foundation. All Rights Reserved.

      +

      Copyright © 2002-2014 The Apache Software Foundation. All Rights Reserved.

      \ No newline at end of file Modified: websites/production/maven/content/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/class-use/DefaultConsumer.html ============================================================================== --- websites/production/maven/content/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/class-use/DefaultConsumer.html (original) +++ websites/production/maven/content/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/class-use/DefaultConsumer.html Tue Mar 18 11:48:45 2014 @@ -3,13 +3,13 @@ -Uses of Class org.apache.maven.shared.utils.cli.DefaultConsumer (Apache Maven Shared Utils 0.5 API) +Uses of Class org.apache.maven.shared.utils.cli.DefaultConsumer (Apache Maven Shared Utils 0.6 API) @@ -110,6 +110,6 @@ -

      Copyright © 2002-2013 The Apache Software Foundation. All Rights Reserved.

      +

      Copyright © 2002-2014 The Apache Software Foundation. All Rights Reserved.

      \ No newline at end of file Modified: websites/production/maven/content/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/class-use/ShutdownHookUtils.html ============================================================================== --- websites/production/maven/content/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/class-use/ShutdownHookUtils.html (original) +++ websites/production/maven/content/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/class-use/ShutdownHookUtils.html Tue Mar 18 11:48:45 2014 @@ -3,13 +3,13 @@ -Uses of Class org.apache.maven.shared.utils.cli.ShutdownHookUtils (Apache Maven Shared Utils 0.5 API) +Uses of Class org.apache.maven.shared.utils.cli.ShutdownHookUtils (Apache Maven Shared Utils 0.6 API) @@ -110,6 +110,6 @@ -

      Copyright © 2002-2013 The Apache Software Foundation. All Rights Reserved.

      +

      Copyright © 2002-2014 The Apache Software Foundation. All Rights Reserved.

      \ No newline at end of file Modified: websites/production/maven/content/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/class-use/StreamConsumer.html ============================================================================== --- websites/production/maven/content/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/class-use/StreamConsumer.html (original) +++ websites/production/maven/content/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/class-use/StreamConsumer.html Tue Mar 18 11:48:45 2014 @@ -3,13 +3,13 @@ -Uses of Interface org.apache.maven.shared.utils.cli.StreamConsumer (Apache Maven Shared Utils 0.5 API) +Uses of Interface org.apache.maven.shared.utils.cli.StreamConsumer (Apache Maven Shared Utils 0.6 API) @@ -299,6 +299,6 @@ -

      Copyright © 2002-2013 The Apache Software Foundation. All Rights Reserved.

      +

      Copyright © 2002-2014 The Apache Software Foundation. All Rights Reserved.

      \ No newline at end of file Modified: websites/production/maven/content/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/class-use/StreamPumper.html ============================================================================== --- websites/production/maven/content/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/class-use/StreamPumper.html (original) +++ websites/production/maven/content/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/class-use/StreamPumper.html Tue Mar 18 11:48:45 2014 @@ -3,13 +3,13 @@ -Uses of Class org.apache.maven.shared.utils.cli.StreamPumper (Apache Maven Shared Utils 0.5 API) +Uses of Class org.apache.maven.shared.utils.cli.StreamPumper (Apache Maven Shared Utils 0.6 API) @@ -110,6 +110,6 @@ -

      Copyright © 2002-2013 The Apache Software Foundation. All Rights Reserved.

      +

      Copyright © 2002-2014 The Apache Software Foundation. All Rights Reserved.

      \ No newline at end of file Modified: websites/production/maven/content/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/class-use/WriterStreamConsumer.html ============================================================================== --- websites/production/maven/content/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/class-use/WriterStreamConsumer.html (original) +++ websites/production/maven/content/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/class-use/WriterStreamConsumer.html Tue Mar 18 11:48:45 2014 @@ -3,13 +3,13 @@ -Uses of Class org.apache.maven.shared.utils.cli.WriterStreamConsumer (Apache Maven Shared Utils 0.5 API) +Uses of Class org.apache.maven.shared.utils.cli.WriterStreamConsumer (Apache Maven Shared Utils 0.6 API) @@ -110,6 +110,6 @@ -

      Copyright © 2002-2013 The Apache Software Foundation. All Rights Reserved.

      +

      Copyright © 2002-2014 The Apache Software Foundation. All Rights Reserved.

      \ No newline at end of file Modified: websites/production/maven/content/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/javatool/AbstractJavaTool.html ============================================================================== --- websites/production/maven/content/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/javatool/AbstractJavaTool.html (original) +++ websites/production/maven/content/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/javatool/AbstractJavaTool.html Tue Mar 18 11:48:45 2014 @@ -3,13 +3,13 @@ -AbstractJavaTool (Apache Maven Shared Utils 0.5 API) +AbstractJavaTool (Apache Maven Shared Utils 0.6 API) @@ -447,6 +447,6 @@ implements Copyright © 2002-2013 The Apache Software Foundation. All Rights Reserved.

      +

      Copyright © 2002-2014 The Apache Software Foundation. All Rights Reserved.

      \ No newline at end of file Modified: websites/production/maven/content/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/javatool/AbstractJavaToolRequest.html ============================================================================== --- websites/production/maven/content/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/javatool/AbstractJavaToolRequest.html (original) +++ websites/production/maven/content/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/javatool/AbstractJavaToolRequest.html Tue Mar 18 11:48:45 2014 @@ -3,13 +3,13 @@ -AbstractJavaToolRequest (Apache Maven Shared Utils 0.5 API) +AbstractJavaToolRequest (Apache Maven Shared Utils 0.6 API) @@ -334,6 +334,6 @@ implements Copyright © 2002-2013 The Apache Software Foundation. All Rights Reserved.

      +

      Copyright © 2002-2014 The Apache Software Foundation. All Rights Reserved.

      \ No newline at end of file Modified: websites/production/maven/content/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/javatool/JavaTool.html ============================================================================== --- websites/production/maven/content/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/javatool/JavaTool.html (original) +++ websites/production/maven/content/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/javatool/JavaTool.html Tue Mar 18 11:48:45 2014 @@ -3,13 +3,13 @@ -JavaTool (Apache Maven Shared Utils 0.5 API) +JavaTool (Apache Maven Shared Utils 0.6 API) @@ -268,6 +268,6 @@ -

      Copyright © 2002-2013 The Apache Software Foundation. All Rights Reserved.

      +

      Copyright © 2002-2014 The Apache Software Foundation. All Rights Reserved.

      \ No newline at end of file Modified: websites/production/maven/content/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/javatool/JavaToolException.html ============================================================================== --- websites/production/maven/content/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/javatool/JavaToolException.html (original) +++ websites/production/maven/content/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/javatool/JavaToolException.html Tue Mar 18 11:48:45 2014 @@ -3,13 +3,13 @@ -JavaToolException (Apache Maven Shared Utils 0.5 API) +JavaToolException (Apache Maven Shared Utils 0.6 API) @@ -270,6 +270,6 @@ extends Copyright © 2002-2013 The Apache Software Foundation. All Rights Reserved.

      +

      Copyright © 2002-2014 The Apache Software Foundation. All Rights Reserved.

      \ No newline at end of file Modified: websites/production/maven/content/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/javatool/JavaToolRequest.html ============================================================================== --- websites/production/maven/content/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/javatool/JavaToolRequest.html (original) +++ websites/production/maven/content/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/javatool/JavaToolRequest.html Tue Mar 18 11:48:45 2014 @@ -3,13 +3,13 @@ -JavaToolRequest (Apache Maven Shared Utils 0.5 API) +JavaToolRequest (Apache Maven Shared Utils 0.6 API) @@ -271,6 +271,6 @@ -

      Copyright © 2002-2013 The Apache Software Foundation. All Rights Reserved.

      +

      Copyright © 2002-2014 The Apache Software Foundation. All Rights Reserved.

      \ No newline at end of file Modified: websites/production/maven/content/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/javatool/JavaToolResult.html ============================================================================== --- websites/production/maven/content/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/javatool/JavaToolResult.html (original) +++ websites/production/maven/content/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/javatool/JavaToolResult.html Tue Mar 18 11:48:45 2014 @@ -3,13 +3,13 @@ -JavaToolResult (Apache Maven Shared Utils 0.5 API) +JavaToolResult (Apache Maven Shared Utils 0.6 API) @@ -347,6 +347,6 @@ extends Copyright © 2002-2013 The Apache Software Foundation. All Rights Reserved.

      +

      Copyright © 2002-2014 The Apache Software Foundation. All Rights Reserved.

      \ No newline at end of file Modified: websites/production/maven/content/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/javatool/class-use/AbstractJavaTool.html ============================================================================== --- websites/production/maven/content/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/javatool/class-use/AbstractJavaTool.html (original) +++ websites/production/maven/content/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/javatool/class-use/AbstractJavaTool.html Tue Mar 18 11:48:45 2014 @@ -3,13 +3,13 @@ -Uses of Class org.apache.maven.shared.utils.cli.javatool.AbstractJavaTool (Apache Maven Shared Utils 0.5 API) +Uses of Class org.apache.maven.shared.utils.cli.javatool.AbstractJavaTool (Apache Maven Shared Utils 0.6 API) @@ -110,6 +110,6 @@ -

      Copyright © 2002-2013 The Apache Software Foundation. All Rights Reserved.

      +

      Copyright © 2002-2014 The Apache Software Foundation. All Rights Reserved.

      \ No newline at end of file Modified: websites/production/maven/content/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/javatool/class-use/AbstractJavaToolRequest.html ============================================================================== --- websites/production/maven/content/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/javatool/class-use/AbstractJavaToolRequest.html (original) +++ websites/production/maven/content/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/javatool/class-use/AbstractJavaToolRequest.html Tue Mar 18 11:48:45 2014 @@ -3,13 +3,13 @@ -Uses of Class org.apache.maven.shared.utils.cli.javatool.AbstractJavaToolRequest (Apache Maven Shared Utils 0.5 API) +Uses of Class org.apache.maven.shared.utils.cli.javatool.AbstractJavaToolRequest (Apache Maven Shared Utils 0.6 API) @@ -110,6 +110,6 @@ -

      Copyright © 2002-2013 The Apache Software Foundation. All Rights Reserved.

      +

      Copyright © 2002-2014 The Apache Software Foundation. All Rights Reserved.

      \ No newline at end of file Modified: websites/production/maven/content/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/javatool/class-use/JavaTool.html ============================================================================== --- websites/production/maven/content/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/javatool/class-use/JavaTool.html (original) +++ websites/production/maven/content/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/javatool/class-use/JavaTool.html Tue Mar 18 11:48:45 2014 @@ -3,13 +3,13 @@ -Uses of Interface org.apache.maven.shared.utils.cli.javatool.JavaTool (Apache Maven Shared Utils 0.5 API) +Uses of Interface org.apache.maven.shared.utils.cli.javatool.JavaTool (Apache Maven Shared Utils 0.6 API) @@ -152,6 +152,6 @@ -

      Copyright © 2002-2013 The Apache Software Foundation. All Rights Reserved.

      +

      Copyright © 2002-2014 The Apache Software Foundation. All Rights Reserved.

      \ No newline at end of file Modified: websites/production/maven/content/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/javatool/class-use/JavaToolException.html ============================================================================== --- websites/production/maven/content/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/javatool/class-use/JavaToolException.html (original) +++ websites/production/maven/content/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/javatool/class-use/JavaToolException.html Tue Mar 18 11:48:45 2014 @@ -3,13 +3,13 @@ -Uses of Class org.apache.maven.shared.utils.cli.javatool.JavaToolException (Apache Maven Shared Utils 0.5 API) +Uses of Class org.apache.maven.shared.utils.cli.javatool.JavaToolException (Apache Maven Shared Utils 0.6 API) @@ -165,6 +165,6 @@ -

      Copyright © 2002-2013 The Apache Software Foundation. All Rights Reserved.

      +

      Copyright © 2002-2014 The Apache Software Foundation. All Rights Reserved.

      \ No newline at end of file Modified: websites/production/maven/content/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/javatool/class-use/JavaToolRequest.html ============================================================================== --- websites/production/maven/content/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/javatool/class-use/JavaToolRequest.html (original) +++ websites/production/maven/content/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/javatool/class-use/JavaToolRequest.html Tue Mar 18 11:48:45 2014 @@ -3,13 +3,13 @@ -Uses of Interface org.apache.maven.shared.utils.cli.javatool.JavaToolRequest (Apache Maven Shared Utils 0.5 API) +Uses of Interface org.apache.maven.shared.utils.cli.javatool.JavaToolRequest (Apache Maven Shared Utils 0.6 API) @@ -173,6 +173,6 @@ -

      Copyright © 2002-2013 The Apache Software Foundation. All Rights Reserved.

      +

      Copyright © 2002-2014 The Apache Software Foundation. All Rights Reserved.

      \ No newline at end of file Modified: websites/production/maven/content/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/javatool/class-use/JavaToolResult.html ============================================================================== --- websites/production/maven/content/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/javatool/class-use/JavaToolResult.html (original) +++ websites/production/maven/content/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/javatool/class-use/JavaToolResult.html Tue Mar 18 11:48:45 2014 @@ -3,13 +3,13 @@ -Uses of Class org.apache.maven.shared.utils.cli.javatool.JavaToolResult (Apache Maven Shared Utils 0.5 API) +Uses of Class org.apache.maven.shared.utils.cli.javatool.JavaToolResult (Apache Maven Shared Utils 0.6 API) @@ -167,6 +167,6 @@ -

      Copyright © 2002-2013 The Apache Software Foundation. All Rights Reserved.

      +

      Copyright © 2002-2014 The Apache Software Foundation. All Rights Reserved.

      \ No newline at end of file Modified: websites/production/maven/content/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/javatool/package-frame.html ============================================================================== --- websites/production/maven/content/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/javatool/package-frame.html (original) +++ websites/production/maven/content/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/javatool/package-frame.html Tue Mar 18 11:48:45 2014 @@ -3,7 +3,7 @@ -org.apache.maven.shared.utils.cli.javatool (Apache Maven Shared Utils 0.5 API) +org.apache.maven.shared.utils.cli.javatool (Apache Maven Shared Utils 0.6 API) Modified: websites/production/maven/content/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/javatool/package-summary.html ============================================================================== --- websites/production/maven/content/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/javatool/package-summary.html (original) +++ websites/production/maven/content/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/javatool/package-summary.html Tue Mar 18 11:48:45 2014 @@ -3,13 +3,13 @@ -org.apache.maven.shared.utils.cli.javatool (Apache Maven Shared Utils 0.5 API) +org.apache.maven.shared.utils.cli.javatool (Apache Maven Shared Utils 0.6 API) @@ -182,6 +182,6 @@ -

      Copyright © 2002-2013 The Apache Software Foundation. All Rights Reserved.

      +

      Copyright © 2002-2014 The Apache Software Foundation. All Rights Reserved.

      \ No newline at end of file Modified: websites/production/maven/content/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/javatool/package-tree.html ============================================================================== --- websites/production/maven/content/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/javatool/package-tree.html (original) +++ websites/production/maven/content/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/javatool/package-tree.html Tue Mar 18 11:48:45 2014 @@ -3,13 +3,13 @@ -org.apache.maven.shared.utils.cli.javatool Class Hierarchy (Apache Maven Shared Utils 0.5 API) +org.apache.maven.shared.utils.cli.javatool Class Hierarchy (Apache Maven Shared Utils 0.6 API) @@ -143,6 +143,6 @@ -

      Copyright © 2002-2013 The Apache Software Foundation. All Rights Reserved.

      +

      Copyright © 2002-2014 The Apache Software Foundation. All Rights Reserved.

      \ No newline at end of file Modified: websites/production/maven/content/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/javatool/package-use.html ============================================================================== --- websites/production/maven/content/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/javatool/package-use.html (original) +++ websites/production/maven/content/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/javatool/package-use.html Tue Mar 18 11:48:45 2014 @@ -3,13 +3,13 @@ -Uses of Package org.apache.maven.shared.utils.cli.javatool (Apache Maven Shared Utils 0.5 API) +Uses of Package org.apache.maven.shared.utils.cli.javatool (Apache Maven Shared Utils 0.6 API) @@ -160,6 +160,6 @@ -

      Copyright © 2002-2013 The Apache Software Foundation. All Rights Reserved.

      +

      Copyright © 2002-2014 The Apache Software Foundation. All Rights Reserved.

      \ No newline at end of file Modified: websites/production/maven/content/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/package-frame.html ============================================================================== --- websites/production/maven/content/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/package-frame.html (original) +++ websites/production/maven/content/shared-archives/maven-shared-utils-LATEST/apidocs/org/apache/maven/shared/utils/cli/package-frame.html Tue Mar 18 11:48:45 2014 @@ -3,7 +3,7 @@ -org.apache.maven.shared.utils.cli (Apache Maven Shared Utils 0.5 API) +org.apache.maven.shared.utils.cli (Apache Maven Shared Utils 0.6 API)