You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@twill.apache.org by ch...@apache.org on 2015/06/23 02:48:24 UTC

svn commit: r1686960 [2/5] - in /incubator/twill/site: ./ apidocs/ apidocs/org/apache/twill/api/ apidocs/org/apache/twill/api/class-use/ apidocs/org/apache/twill/api/logging/ apidocs/org/apache/twill/api/logging/class-use/ apidocs/org/apache/twill/comm...

Modified: incubator/twill/site/apidocs/org/apache/twill/api/TwillPreparer.html
URL: http://svn.apache.org/viewvc/incubator/twill/site/apidocs/org/apache/twill/api/TwillPreparer.html?rev=1686960&r1=1686959&r2=1686960&view=diff
==============================================================================
--- incubator/twill/site/apidocs/org/apache/twill/api/TwillPreparer.html (original)
+++ incubator/twill/site/apidocs/org/apache/twill/api/TwillPreparer.html Tue Jun 23 00:48:21 2015
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_80) on Fri May 22 17:43:55 PDT 2015 -->
+<!-- Generated by javadoc (version 1.7.0_80) on Mon Jun 22 17:45:03 PDT 2015 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>TwillPreparer (Apache Twill 0.6.0-incubating-SNAPSHOT API)</title>
-<meta name="date" content="2015-05-22">
+<meta name="date" content="2015-06-22">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>
@@ -150,11 +150,17 @@
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code><a href="../../../../org/apache/twill/api/TwillPreparer.html" title="interface in org.apache.twill.api">TwillPreparer</a></code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/twill/api/TwillPreparer.html#setLogLevel(org.apache.twill.api.logging.LogEntry.Level)">setLogLevel</a></strong>(<a href="../../../../org/apache/twill/api/logging/LogEntry.Level.html" title="enum in org.apache.twill.api.logging">LogEntry.Level</a>&nbsp;logLevel)</code>
+<div class="block">Set the log level for Twill applications running in a container.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code><a href="../../../../org/apache/twill/api/TwillPreparer.html" title="interface in org.apache.twill.api">TwillPreparer</a></code></td>
 <td class="colLast"><code><strong><a href="../../../../org/apache/twill/api/TwillPreparer.html#setSchedulerQueue(java.lang.String)">setSchedulerQueue</a></strong>(<a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name)</code>
 <div class="block">Sets the name of the scheduler queue to use.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code><a href="../../../../org/apache/twill/api/TwillPreparer.html" title="interface in org.apache.twill.api">TwillPreparer</a></code></td>
 <td class="colLast"><code><strong><a href="../../../../org/apache/twill/api/TwillPreparer.html#setUser(java.lang.String)">setUser</a></strong>(<a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;user)</code>
 <div class="block"><strong>Deprecated.</strong>&nbsp;
@@ -162,69 +168,69 @@
 </div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code><a href="../../../../org/apache/twill/api/TwillController.html" title="interface in org.apache.twill.api">TwillController</a></code></td>
 <td class="colLast"><code><strong><a href="../../../../org/apache/twill/api/TwillPreparer.html#start()">start</a></strong>()</code>
 <div class="block">Starts the application.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code><a href="../../../../org/apache/twill/api/TwillPreparer.html" title="interface in org.apache.twill.api">TwillPreparer</a></code></td>
 <td class="colLast"><code><strong><a href="../../../../org/apache/twill/api/TwillPreparer.html#withApplicationArguments(java.lang.Iterable)">withApplicationArguments</a></strong>(<a href="http://download.oracle.com/javase/6/docs/api/java/lang/Iterable.html?is-external=true" title="class or interface in java.lang">Iterable</a>&lt;<a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt;&nbsp;args)</code>
 <div class="block">Sets the list of arguments that will be passed to the application.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code><a href="../../../../org/apache/twill/api/TwillPreparer.html" title="interface in org.apache.twill.api">TwillPreparer</a></code></td>
 <td class="colLast"><code><strong><a href="../../../../org/apache/twill/api/TwillPreparer.html#withApplicationArguments(java.lang.String...)">withApplicationArguments</a></strong>(<a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>...&nbsp;args)</code>
 <div class="block">Sets the list of arguments that will be passed to the application.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code><a href="../../../../org/apache/twill/api/TwillPreparer.html" title="interface in org.apache.twill.api">TwillPreparer</a></code></td>
 <td class="colLast"><code><strong><a href="../../../../org/apache/twill/api/TwillPreparer.html#withArguments(java.lang.String,%20java.lang.Iterable)">withArguments</a></strong>(<a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;runnableName,
              <a href="http://download.oracle.com/javase/6/docs/api/java/lang/Iterable.html?is-external=true" title="class or interface in java.lang">Iterable</a>&lt;<a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt;&nbsp;args)</code>
 <div class="block">Sets the list of arguments that will be passed to the <a href="../../../../org/apache/twill/api/TwillRunnable.html" title="interface in org.apache.twill.api"><code>TwillRunnable</code></a> identified by the given name.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code><a href="../../../../org/apache/twill/api/TwillPreparer.html" title="interface in org.apache.twill.api">TwillPreparer</a></code></td>
 <td class="colLast"><code><strong><a href="../../../../org/apache/twill/api/TwillPreparer.html#withArguments(java.lang.String,%20java.lang.String...)">withArguments</a></strong>(<a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;runnableName,
              <a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>...&nbsp;args)</code>
 <div class="block">Sets the list of arguments that will be passed to the <a href="../../../../org/apache/twill/api/TwillRunnable.html" title="interface in org.apache.twill.api"><code>TwillRunnable</code></a> identified by the given name.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code><a href="../../../../org/apache/twill/api/TwillPreparer.html" title="interface in org.apache.twill.api">TwillPreparer</a></code></td>
 <td class="colLast"><code><strong><a href="../../../../org/apache/twill/api/TwillPreparer.html#withClassPaths(java.lang.Iterable)">withClassPaths</a></strong>(<a href="http://download.oracle.com/javase/6/docs/api/java/lang/Iterable.html?is-external=true" title="class or interface in java.lang">Iterable</a>&lt;<a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt;&nbsp;classPaths)</code>
 <div class="block">Adds the set of paths to the classpath on the target machine for all runnables.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code><a href="../../../../org/apache/twill/api/TwillPreparer.html" title="interface in org.apache.twill.api">TwillPreparer</a></code></td>
 <td class="colLast"><code><strong><a href="../../../../org/apache/twill/api/TwillPreparer.html#withClassPaths(java.lang.String...)">withClassPaths</a></strong>(<a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>...&nbsp;classPaths)</code>
 <div class="block">Adds the set of paths to the classpath on the target machine for all runnables.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code><a href="../../../../org/apache/twill/api/TwillPreparer.html" title="interface in org.apache.twill.api">TwillPreparer</a></code></td>
 <td class="colLast"><code><strong><a href="../../../../org/apache/twill/api/TwillPreparer.html#withDependencies(java.lang.Class...)">withDependencies</a></strong>(<a href="http://download.oracle.com/javase/6/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;?&gt;...&nbsp;classes)</code>
 <div class="block">Adds extra classes that the application is dependent on and is not traceable from the application itself.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code><a href="../../../../org/apache/twill/api/TwillPreparer.html" title="interface in org.apache.twill.api">TwillPreparer</a></code></td>
 <td class="colLast"><code><strong><a href="../../../../org/apache/twill/api/TwillPreparer.html#withDependencies(java.lang.Iterable)">withDependencies</a></strong>(<a href="http://download.oracle.com/javase/6/docs/api/java/lang/Iterable.html?is-external=true" title="class or interface in java.lang">Iterable</a>&lt;<a href="http://download.oracle.com/javase/6/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;?&gt;&gt;&nbsp;classes)</code>
 <div class="block">Adds extra classes that the application is dependent on and is not traceable from the application itself.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code><a href="../../../../org/apache/twill/api/TwillPreparer.html" title="interface in org.apache.twill.api">TwillPreparer</a></code></td>
 <td class="colLast"><code><strong><a href="../../../../org/apache/twill/api/TwillPreparer.html#withResources(java.lang.Iterable)">withResources</a></strong>(<a href="http://download.oracle.com/javase/6/docs/api/java/lang/Iterable.html?is-external=true" title="class or interface in java.lang">Iterable</a>&lt;<a href="http://download.oracle.com/javase/6/docs/api/java/net/URI.html?is-external=true" title="class or interface in java.net">URI</a>&gt;&nbsp;resources)</code>
 <div class="block">Adds resources that will be available through the ClassLoader of the <a href="../../../../org/apache/twill/api/TwillRunnable.html" title="interface in org.apache.twill.api"><code>runnables</code></a>.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code><a href="../../../../org/apache/twill/api/TwillPreparer.html" title="interface in org.apache.twill.api">TwillPreparer</a></code></td>
 <td class="colLast"><code><strong><a href="../../../../org/apache/twill/api/TwillPreparer.html#withResources(java.net.URI...)">withResources</a></strong>(<a href="http://download.oracle.com/javase/6/docs/api/java/net/URI.html?is-external=true" title="class or interface in java.net">URI</a>...&nbsp;resources)</code>
 <div class="block">Adds resources that will be available through the ClassLoader of the <a href="../../../../org/apache/twill/api/TwillRunnable.html" title="interface in org.apache.twill.api"><code>runnables</code></a>.</div>
@@ -481,6 +487,19 @@
 <dt><span class="strong">Returns:</span></dt><dd>This <a href="../../../../org/apache/twill/api/TwillPreparer.html" title="interface in org.apache.twill.api"><code>TwillPreparer</code></a>.</dd></dl>
 </li>
 </ul>
+<a name="setLogLevel(org.apache.twill.api.logging.LogEntry.Level)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setLogLevel</h4>
+<pre><a href="../../../../org/apache/twill/api/TwillPreparer.html" title="interface in org.apache.twill.api">TwillPreparer</a>&nbsp;setLogLevel(<a href="../../../../org/apache/twill/api/logging/LogEntry.Level.html" title="enum in org.apache.twill.api.logging">LogEntry.Level</a>&nbsp;logLevel)</pre>
+<div class="block">Set the log level for Twill applications running in a container.</div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>logLevel</code> - the <code>LogEntry.Level</code> that should be set.
+                 The level match the <code>Logback</code> levels.</dd>
+<dt><span class="strong">Returns:</span></dt><dd>This <a href="../../../../org/apache/twill/api/TwillPreparer.html" title="interface in org.apache.twill.api"><code>TwillPreparer</code></a>.</dd></dl>
+</li>
+</ul>
 <a name="start()">
 <!--   -->
 </a>

Modified: incubator/twill/site/apidocs/org/apache/twill/api/TwillRunResources.html
URL: http://svn.apache.org/viewvc/incubator/twill/site/apidocs/org/apache/twill/api/TwillRunResources.html?rev=1686960&r1=1686959&r2=1686960&view=diff
==============================================================================
--- incubator/twill/site/apidocs/org/apache/twill/api/TwillRunResources.html (original)
+++ incubator/twill/site/apidocs/org/apache/twill/api/TwillRunResources.html Tue Jun 23 00:48:21 2015
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_80) on Fri May 22 17:43:55 PDT 2015 -->
+<!-- Generated by javadoc (version 1.7.0_80) on Mon Jun 22 17:45:03 PDT 2015 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>TwillRunResources (Apache Twill 0.6.0-incubating-SNAPSHOT API)</title>
-<meta name="date" content="2015-05-22">
+<meta name="date" content="2015-06-22">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>
@@ -127,10 +127,14 @@
 <td class="colLast"><code><strong><a href="../../../../org/apache/twill/api/TwillRunResources.html#getInstanceId()">getInstanceId</a></strong>()</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
+<td class="colFirst"><code><a href="../../../../org/apache/twill/api/logging/LogEntry.Level.html" title="enum in org.apache.twill.api.logging">LogEntry.Level</a></code></td>
+<td class="colLast"><code><strong><a href="../../../../org/apache/twill/api/TwillRunResources.html#getLogLevel()">getLogLevel</a></strong>()</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
 <td class="colFirst"><code>int</code></td>
 <td class="colLast"><code><strong><a href="../../../../org/apache/twill/api/TwillRunResources.html#getMemoryMB()">getMemoryMB</a></strong>()</code>&nbsp;</td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>int</code></td>
 <td class="colLast"><code><strong><a href="../../../../org/apache/twill/api/TwillRunResources.html#getVirtualCores()">getVirtualCores</a></strong>()</code>&nbsp;</td>
 </tr>
@@ -203,13 +207,23 @@
 <a name="getDebugPort()">
 <!--   -->
 </a>
-<ul class="blockListLast">
+<ul class="blockList">
 <li class="blockList">
 <h4>getDebugPort</h4>
 <pre><a href="http://download.oracle.com/javase/6/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>&nbsp;getDebugPort()</pre>
 <dl><dt><span class="strong">Returns:</span></dt><dd>the debug port of the container's JVM, or null if not debug-enabled.</dd></dl>
 </li>
 </ul>
+<a name="getLogLevel()">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>getLogLevel</h4>
+<pre><a href="../../../../org/apache/twill/api/logging/LogEntry.Level.html" title="enum in org.apache.twill.api.logging">LogEntry.Level</a>&nbsp;getLogLevel()</pre>
+<dl><dt><span class="strong">Returns:</span></dt><dd>the enabled log level for the container where the runnable is running in.</dd></dl>
+</li>
+</ul>
 </li>
 </ul>
 </li>

Modified: incubator/twill/site/apidocs/org/apache/twill/api/TwillRunnable.html
URL: http://svn.apache.org/viewvc/incubator/twill/site/apidocs/org/apache/twill/api/TwillRunnable.html?rev=1686960&r1=1686959&r2=1686960&view=diff
==============================================================================
--- incubator/twill/site/apidocs/org/apache/twill/api/TwillRunnable.html (original)
+++ incubator/twill/site/apidocs/org/apache/twill/api/TwillRunnable.html Tue Jun 23 00:48:21 2015
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_80) on Fri May 22 17:43:55 PDT 2015 -->
+<!-- Generated by javadoc (version 1.7.0_80) on Mon Jun 22 17:45:03 PDT 2015 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>TwillRunnable (Apache Twill 0.6.0-incubating-SNAPSHOT API)</title>
-<meta name="date" content="2015-05-22">
+<meta name="date" content="2015-06-22">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

Modified: incubator/twill/site/apidocs/org/apache/twill/api/TwillRunnableSpecification.Builder.AfterConfigs.html
URL: http://svn.apache.org/viewvc/incubator/twill/site/apidocs/org/apache/twill/api/TwillRunnableSpecification.Builder.AfterConfigs.html?rev=1686960&r1=1686959&r2=1686960&view=diff
==============================================================================
--- incubator/twill/site/apidocs/org/apache/twill/api/TwillRunnableSpecification.Builder.AfterConfigs.html (original)
+++ incubator/twill/site/apidocs/org/apache/twill/api/TwillRunnableSpecification.Builder.AfterConfigs.html Tue Jun 23 00:48:21 2015
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_80) on Fri May 22 17:43:55 PDT 2015 -->
+<!-- Generated by javadoc (version 1.7.0_80) on Mon Jun 22 17:45:03 PDT 2015 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>TwillRunnableSpecification.Builder.AfterConfigs (Apache Twill 0.6.0-incubating-SNAPSHOT API)</title>
-<meta name="date" content="2015-05-22">
+<meta name="date" content="2015-06-22">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

Modified: incubator/twill/site/apidocs/org/apache/twill/api/TwillRunnableSpecification.Builder.AfterName.html
URL: http://svn.apache.org/viewvc/incubator/twill/site/apidocs/org/apache/twill/api/TwillRunnableSpecification.Builder.AfterName.html?rev=1686960&r1=1686959&r2=1686960&view=diff
==============================================================================
--- incubator/twill/site/apidocs/org/apache/twill/api/TwillRunnableSpecification.Builder.AfterName.html (original)
+++ incubator/twill/site/apidocs/org/apache/twill/api/TwillRunnableSpecification.Builder.AfterName.html Tue Jun 23 00:48:21 2015
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_80) on Fri May 22 17:43:55 PDT 2015 -->
+<!-- Generated by javadoc (version 1.7.0_80) on Mon Jun 22 17:45:03 PDT 2015 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>TwillRunnableSpecification.Builder.AfterName (Apache Twill 0.6.0-incubating-SNAPSHOT API)</title>
-<meta name="date" content="2015-05-22">
+<meta name="date" content="2015-06-22">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

Modified: incubator/twill/site/apidocs/org/apache/twill/api/TwillRunnableSpecification.Builder.NameSetter.html
URL: http://svn.apache.org/viewvc/incubator/twill/site/apidocs/org/apache/twill/api/TwillRunnableSpecification.Builder.NameSetter.html?rev=1686960&r1=1686959&r2=1686960&view=diff
==============================================================================
--- incubator/twill/site/apidocs/org/apache/twill/api/TwillRunnableSpecification.Builder.NameSetter.html (original)
+++ incubator/twill/site/apidocs/org/apache/twill/api/TwillRunnableSpecification.Builder.NameSetter.html Tue Jun 23 00:48:21 2015
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_80) on Fri May 22 17:43:55 PDT 2015 -->
+<!-- Generated by javadoc (version 1.7.0_80) on Mon Jun 22 17:45:03 PDT 2015 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>TwillRunnableSpecification.Builder.NameSetter (Apache Twill 0.6.0-incubating-SNAPSHOT API)</title>
-<meta name="date" content="2015-05-22">
+<meta name="date" content="2015-06-22">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

Modified: incubator/twill/site/apidocs/org/apache/twill/api/TwillRunnableSpecification.Builder.html
URL: http://svn.apache.org/viewvc/incubator/twill/site/apidocs/org/apache/twill/api/TwillRunnableSpecification.Builder.html?rev=1686960&r1=1686959&r2=1686960&view=diff
==============================================================================
--- incubator/twill/site/apidocs/org/apache/twill/api/TwillRunnableSpecification.Builder.html (original)
+++ incubator/twill/site/apidocs/org/apache/twill/api/TwillRunnableSpecification.Builder.html Tue Jun 23 00:48:21 2015
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_80) on Fri May 22 17:43:55 PDT 2015 -->
+<!-- Generated by javadoc (version 1.7.0_80) on Mon Jun 22 17:45:03 PDT 2015 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>TwillRunnableSpecification.Builder (Apache Twill 0.6.0-incubating-SNAPSHOT API)</title>
-<meta name="date" content="2015-05-22">
+<meta name="date" content="2015-06-22">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

Modified: incubator/twill/site/apidocs/org/apache/twill/api/TwillRunnableSpecification.html
URL: http://svn.apache.org/viewvc/incubator/twill/site/apidocs/org/apache/twill/api/TwillRunnableSpecification.html?rev=1686960&r1=1686959&r2=1686960&view=diff
==============================================================================
--- incubator/twill/site/apidocs/org/apache/twill/api/TwillRunnableSpecification.html (original)
+++ incubator/twill/site/apidocs/org/apache/twill/api/TwillRunnableSpecification.html Tue Jun 23 00:48:21 2015
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_80) on Fri May 22 17:43:55 PDT 2015 -->
+<!-- Generated by javadoc (version 1.7.0_80) on Mon Jun 22 17:45:03 PDT 2015 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>TwillRunnableSpecification (Apache Twill 0.6.0-incubating-SNAPSHOT API)</title>
-<meta name="date" content="2015-05-22">
+<meta name="date" content="2015-06-22">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

Modified: incubator/twill/site/apidocs/org/apache/twill/api/TwillRunner.LiveInfo.html
URL: http://svn.apache.org/viewvc/incubator/twill/site/apidocs/org/apache/twill/api/TwillRunner.LiveInfo.html?rev=1686960&r1=1686959&r2=1686960&view=diff
==============================================================================
--- incubator/twill/site/apidocs/org/apache/twill/api/TwillRunner.LiveInfo.html (original)
+++ incubator/twill/site/apidocs/org/apache/twill/api/TwillRunner.LiveInfo.html Tue Jun 23 00:48:21 2015
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_80) on Fri May 22 17:43:55 PDT 2015 -->
+<!-- Generated by javadoc (version 1.7.0_80) on Mon Jun 22 17:45:03 PDT 2015 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>TwillRunner.LiveInfo (Apache Twill 0.6.0-incubating-SNAPSHOT API)</title>
-<meta name="date" content="2015-05-22">
+<meta name="date" content="2015-06-22">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

Modified: incubator/twill/site/apidocs/org/apache/twill/api/TwillRunner.html
URL: http://svn.apache.org/viewvc/incubator/twill/site/apidocs/org/apache/twill/api/TwillRunner.html?rev=1686960&r1=1686959&r2=1686960&view=diff
==============================================================================
--- incubator/twill/site/apidocs/org/apache/twill/api/TwillRunner.html (original)
+++ incubator/twill/site/apidocs/org/apache/twill/api/TwillRunner.html Tue Jun 23 00:48:21 2015
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_80) on Fri May 22 17:43:55 PDT 2015 -->
+<!-- Generated by javadoc (version 1.7.0_80) on Mon Jun 22 17:45:03 PDT 2015 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>TwillRunner (Apache Twill 0.6.0-incubating-SNAPSHOT API)</title>
-<meta name="date" content="2015-05-22">
+<meta name="date" content="2015-06-22">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

Modified: incubator/twill/site/apidocs/org/apache/twill/api/TwillRunnerService.html
URL: http://svn.apache.org/viewvc/incubator/twill/site/apidocs/org/apache/twill/api/TwillRunnerService.html?rev=1686960&r1=1686959&r2=1686960&view=diff
==============================================================================
--- incubator/twill/site/apidocs/org/apache/twill/api/TwillRunnerService.html (original)
+++ incubator/twill/site/apidocs/org/apache/twill/api/TwillRunnerService.html Tue Jun 23 00:48:21 2015
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_80) on Fri May 22 17:43:55 PDT 2015 -->
+<!-- Generated by javadoc (version 1.7.0_80) on Mon Jun 22 17:45:03 PDT 2015 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>TwillRunnerService (Apache Twill 0.6.0-incubating-SNAPSHOT API)</title>
-<meta name="date" content="2015-05-22">
+<meta name="date" content="2015-06-22">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

Modified: incubator/twill/site/apidocs/org/apache/twill/api/TwillSpecification.Builder.AfterName.html
URL: http://svn.apache.org/viewvc/incubator/twill/site/apidocs/org/apache/twill/api/TwillSpecification.Builder.AfterName.html?rev=1686960&r1=1686959&r2=1686960&view=diff
==============================================================================
--- incubator/twill/site/apidocs/org/apache/twill/api/TwillSpecification.Builder.AfterName.html (original)
+++ incubator/twill/site/apidocs/org/apache/twill/api/TwillSpecification.Builder.AfterName.html Tue Jun 23 00:48:21 2015
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_80) on Fri May 22 17:43:55 PDT 2015 -->
+<!-- Generated by javadoc (version 1.7.0_80) on Mon Jun 22 17:45:03 PDT 2015 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>TwillSpecification.Builder.AfterName (Apache Twill 0.6.0-incubating-SNAPSHOT API)</title>
-<meta name="date" content="2015-05-22">
+<meta name="date" content="2015-06-22">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

Modified: incubator/twill/site/apidocs/org/apache/twill/api/TwillSpecification.Builder.AfterOrder.html
URL: http://svn.apache.org/viewvc/incubator/twill/site/apidocs/org/apache/twill/api/TwillSpecification.Builder.AfterOrder.html?rev=1686960&r1=1686959&r2=1686960&view=diff
==============================================================================
--- incubator/twill/site/apidocs/org/apache/twill/api/TwillSpecification.Builder.AfterOrder.html (original)
+++ incubator/twill/site/apidocs/org/apache/twill/api/TwillSpecification.Builder.AfterOrder.html Tue Jun 23 00:48:21 2015
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_80) on Fri May 22 17:43:55 PDT 2015 -->
+<!-- Generated by javadoc (version 1.7.0_80) on Mon Jun 22 17:45:03 PDT 2015 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>TwillSpecification.Builder.AfterOrder (Apache Twill 0.6.0-incubating-SNAPSHOT API)</title>
-<meta name="date" content="2015-05-22">
+<meta name="date" content="2015-06-22">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

Modified: incubator/twill/site/apidocs/org/apache/twill/api/TwillSpecification.Builder.AfterPlacementPolicy.html
URL: http://svn.apache.org/viewvc/incubator/twill/site/apidocs/org/apache/twill/api/TwillSpecification.Builder.AfterPlacementPolicy.html?rev=1686960&r1=1686959&r2=1686960&view=diff
==============================================================================
--- incubator/twill/site/apidocs/org/apache/twill/api/TwillSpecification.Builder.AfterPlacementPolicy.html (original)
+++ incubator/twill/site/apidocs/org/apache/twill/api/TwillSpecification.Builder.AfterPlacementPolicy.html Tue Jun 23 00:48:21 2015
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_80) on Fri May 22 17:43:55 PDT 2015 -->
+<!-- Generated by javadoc (version 1.7.0_80) on Mon Jun 22 17:45:03 PDT 2015 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>TwillSpecification.Builder.AfterPlacementPolicy (Apache Twill 0.6.0-incubating-SNAPSHOT API)</title>
-<meta name="date" content="2015-05-22">
+<meta name="date" content="2015-06-22">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

Modified: incubator/twill/site/apidocs/org/apache/twill/api/TwillSpecification.Builder.AfterRunnable.html
URL: http://svn.apache.org/viewvc/incubator/twill/site/apidocs/org/apache/twill/api/TwillSpecification.Builder.AfterRunnable.html?rev=1686960&r1=1686959&r2=1686960&view=diff
==============================================================================
--- incubator/twill/site/apidocs/org/apache/twill/api/TwillSpecification.Builder.AfterRunnable.html (original)
+++ incubator/twill/site/apidocs/org/apache/twill/api/TwillSpecification.Builder.AfterRunnable.html Tue Jun 23 00:48:21 2015
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_80) on Fri May 22 17:43:55 PDT 2015 -->
+<!-- Generated by javadoc (version 1.7.0_80) on Mon Jun 22 17:45:03 PDT 2015 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>TwillSpecification.Builder.AfterRunnable (Apache Twill 0.6.0-incubating-SNAPSHOT API)</title>
-<meta name="date" content="2015-05-22">
+<meta name="date" content="2015-06-22">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

Modified: incubator/twill/site/apidocs/org/apache/twill/api/TwillSpecification.Builder.FirstOrder.html
URL: http://svn.apache.org/viewvc/incubator/twill/site/apidocs/org/apache/twill/api/TwillSpecification.Builder.FirstOrder.html?rev=1686960&r1=1686959&r2=1686960&view=diff
==============================================================================
--- incubator/twill/site/apidocs/org/apache/twill/api/TwillSpecification.Builder.FirstOrder.html (original)
+++ incubator/twill/site/apidocs/org/apache/twill/api/TwillSpecification.Builder.FirstOrder.html Tue Jun 23 00:48:21 2015
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_80) on Fri May 22 17:43:55 PDT 2015 -->
+<!-- Generated by javadoc (version 1.7.0_80) on Mon Jun 22 17:45:03 PDT 2015 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>TwillSpecification.Builder.FirstOrder (Apache Twill 0.6.0-incubating-SNAPSHOT API)</title>
-<meta name="date" content="2015-05-22">
+<meta name="date" content="2015-06-22">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

Modified: incubator/twill/site/apidocs/org/apache/twill/api/TwillSpecification.Builder.LocalFileAdder.html
URL: http://svn.apache.org/viewvc/incubator/twill/site/apidocs/org/apache/twill/api/TwillSpecification.Builder.LocalFileAdder.html?rev=1686960&r1=1686959&r2=1686960&view=diff
==============================================================================
--- incubator/twill/site/apidocs/org/apache/twill/api/TwillSpecification.Builder.LocalFileAdder.html (original)
+++ incubator/twill/site/apidocs/org/apache/twill/api/TwillSpecification.Builder.LocalFileAdder.html Tue Jun 23 00:48:21 2015
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_80) on Fri May 22 17:43:55 PDT 2015 -->
+<!-- Generated by javadoc (version 1.7.0_80) on Mon Jun 22 17:45:04 PDT 2015 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>TwillSpecification.Builder.LocalFileAdder (Apache Twill 0.6.0-incubating-SNAPSHOT API)</title>
-<meta name="date" content="2015-05-22">
+<meta name="date" content="2015-06-22">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

Modified: incubator/twill/site/apidocs/org/apache/twill/api/TwillSpecification.Builder.MoreFile.html
URL: http://svn.apache.org/viewvc/incubator/twill/site/apidocs/org/apache/twill/api/TwillSpecification.Builder.MoreFile.html?rev=1686960&r1=1686959&r2=1686960&view=diff
==============================================================================
--- incubator/twill/site/apidocs/org/apache/twill/api/TwillSpecification.Builder.MoreFile.html (original)
+++ incubator/twill/site/apidocs/org/apache/twill/api/TwillSpecification.Builder.MoreFile.html Tue Jun 23 00:48:21 2015
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_80) on Fri May 22 17:43:55 PDT 2015 -->
+<!-- Generated by javadoc (version 1.7.0_80) on Mon Jun 22 17:45:04 PDT 2015 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>TwillSpecification.Builder.MoreFile (Apache Twill 0.6.0-incubating-SNAPSHOT API)</title>
-<meta name="date" content="2015-05-22">
+<meta name="date" content="2015-06-22">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

Modified: incubator/twill/site/apidocs/org/apache/twill/api/TwillSpecification.Builder.MorePlacementPolicies.html
URL: http://svn.apache.org/viewvc/incubator/twill/site/apidocs/org/apache/twill/api/TwillSpecification.Builder.MorePlacementPolicies.html?rev=1686960&r1=1686959&r2=1686960&view=diff
==============================================================================
--- incubator/twill/site/apidocs/org/apache/twill/api/TwillSpecification.Builder.MorePlacementPolicies.html (original)
+++ incubator/twill/site/apidocs/org/apache/twill/api/TwillSpecification.Builder.MorePlacementPolicies.html Tue Jun 23 00:48:21 2015
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_80) on Fri May 22 17:43:55 PDT 2015 -->
+<!-- Generated by javadoc (version 1.7.0_80) on Mon Jun 22 17:45:04 PDT 2015 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>TwillSpecification.Builder.MorePlacementPolicies (Apache Twill 0.6.0-incubating-SNAPSHOT API)</title>
-<meta name="date" content="2015-05-22">
+<meta name="date" content="2015-06-22">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

Modified: incubator/twill/site/apidocs/org/apache/twill/api/TwillSpecification.Builder.MoreRunnable.html
URL: http://svn.apache.org/viewvc/incubator/twill/site/apidocs/org/apache/twill/api/TwillSpecification.Builder.MoreRunnable.html?rev=1686960&r1=1686959&r2=1686960&view=diff
==============================================================================
--- incubator/twill/site/apidocs/org/apache/twill/api/TwillSpecification.Builder.MoreRunnable.html (original)
+++ incubator/twill/site/apidocs/org/apache/twill/api/TwillSpecification.Builder.MoreRunnable.html Tue Jun 23 00:48:21 2015
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_80) on Fri May 22 17:43:55 PDT 2015 -->
+<!-- Generated by javadoc (version 1.7.0_80) on Mon Jun 22 17:45:04 PDT 2015 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>TwillSpecification.Builder.MoreRunnable (Apache Twill 0.6.0-incubating-SNAPSHOT API)</title>
-<meta name="date" content="2015-05-22">
+<meta name="date" content="2015-06-22">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

Modified: incubator/twill/site/apidocs/org/apache/twill/api/TwillSpecification.Builder.NameSetter.html
URL: http://svn.apache.org/viewvc/incubator/twill/site/apidocs/org/apache/twill/api/TwillSpecification.Builder.NameSetter.html?rev=1686960&r1=1686959&r2=1686960&view=diff
==============================================================================
--- incubator/twill/site/apidocs/org/apache/twill/api/TwillSpecification.Builder.NameSetter.html (original)
+++ incubator/twill/site/apidocs/org/apache/twill/api/TwillSpecification.Builder.NameSetter.html Tue Jun 23 00:48:21 2015
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_80) on Fri May 22 17:43:55 PDT 2015 -->
+<!-- Generated by javadoc (version 1.7.0_80) on Mon Jun 22 17:45:04 PDT 2015 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>TwillSpecification.Builder.NameSetter (Apache Twill 0.6.0-incubating-SNAPSHOT API)</title>
-<meta name="date" content="2015-05-22">
+<meta name="date" content="2015-06-22">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

Modified: incubator/twill/site/apidocs/org/apache/twill/api/TwillSpecification.Builder.NextOrder.html
URL: http://svn.apache.org/viewvc/incubator/twill/site/apidocs/org/apache/twill/api/TwillSpecification.Builder.NextOrder.html?rev=1686960&r1=1686959&r2=1686960&view=diff
==============================================================================
--- incubator/twill/site/apidocs/org/apache/twill/api/TwillSpecification.Builder.NextOrder.html (original)
+++ incubator/twill/site/apidocs/org/apache/twill/api/TwillSpecification.Builder.NextOrder.html Tue Jun 23 00:48:21 2015
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_80) on Fri May 22 17:43:55 PDT 2015 -->
+<!-- Generated by javadoc (version 1.7.0_80) on Mon Jun 22 17:45:04 PDT 2015 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>TwillSpecification.Builder.NextOrder (Apache Twill 0.6.0-incubating-SNAPSHOT API)</title>
-<meta name="date" content="2015-05-22">
+<meta name="date" content="2015-06-22">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

Modified: incubator/twill/site/apidocs/org/apache/twill/api/TwillSpecification.Builder.OrderSetter.html
URL: http://svn.apache.org/viewvc/incubator/twill/site/apidocs/org/apache/twill/api/TwillSpecification.Builder.OrderSetter.html?rev=1686960&r1=1686959&r2=1686960&view=diff
==============================================================================
--- incubator/twill/site/apidocs/org/apache/twill/api/TwillSpecification.Builder.OrderSetter.html (original)
+++ incubator/twill/site/apidocs/org/apache/twill/api/TwillSpecification.Builder.OrderSetter.html Tue Jun 23 00:48:21 2015
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_80) on Fri May 22 17:43:55 PDT 2015 -->
+<!-- Generated by javadoc (version 1.7.0_80) on Mon Jun 22 17:45:04 PDT 2015 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>TwillSpecification.Builder.OrderSetter (Apache Twill 0.6.0-incubating-SNAPSHOT API)</title>
-<meta name="date" content="2015-05-22">
+<meta name="date" content="2015-06-22">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

Modified: incubator/twill/site/apidocs/org/apache/twill/api/TwillSpecification.Builder.PlacementPolicySetter.html
URL: http://svn.apache.org/viewvc/incubator/twill/site/apidocs/org/apache/twill/api/TwillSpecification.Builder.PlacementPolicySetter.html?rev=1686960&r1=1686959&r2=1686960&view=diff
==============================================================================
--- incubator/twill/site/apidocs/org/apache/twill/api/TwillSpecification.Builder.PlacementPolicySetter.html (original)
+++ incubator/twill/site/apidocs/org/apache/twill/api/TwillSpecification.Builder.PlacementPolicySetter.html Tue Jun 23 00:48:21 2015
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_80) on Fri May 22 17:43:55 PDT 2015 -->
+<!-- Generated by javadoc (version 1.7.0_80) on Mon Jun 22 17:45:04 PDT 2015 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>TwillSpecification.Builder.PlacementPolicySetter (Apache Twill 0.6.0-incubating-SNAPSHOT API)</title>
-<meta name="date" content="2015-05-22">
+<meta name="date" content="2015-06-22">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

Modified: incubator/twill/site/apidocs/org/apache/twill/api/TwillSpecification.Builder.RunnableSetter.html
URL: http://svn.apache.org/viewvc/incubator/twill/site/apidocs/org/apache/twill/api/TwillSpecification.Builder.RunnableSetter.html?rev=1686960&r1=1686959&r2=1686960&view=diff
==============================================================================
--- incubator/twill/site/apidocs/org/apache/twill/api/TwillSpecification.Builder.RunnableSetter.html (original)
+++ incubator/twill/site/apidocs/org/apache/twill/api/TwillSpecification.Builder.RunnableSetter.html Tue Jun 23 00:48:21 2015
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_80) on Fri May 22 17:43:55 PDT 2015 -->
+<!-- Generated by javadoc (version 1.7.0_80) on Mon Jun 22 17:45:04 PDT 2015 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>TwillSpecification.Builder.RunnableSetter (Apache Twill 0.6.0-incubating-SNAPSHOT API)</title>
-<meta name="date" content="2015-05-22">
+<meta name="date" content="2015-06-22">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

Modified: incubator/twill/site/apidocs/org/apache/twill/api/TwillSpecification.Builder.RuntimeSpecificationAdder.html
URL: http://svn.apache.org/viewvc/incubator/twill/site/apidocs/org/apache/twill/api/TwillSpecification.Builder.RuntimeSpecificationAdder.html?rev=1686960&r1=1686959&r2=1686960&view=diff
==============================================================================
--- incubator/twill/site/apidocs/org/apache/twill/api/TwillSpecification.Builder.RuntimeSpecificationAdder.html (original)
+++ incubator/twill/site/apidocs/org/apache/twill/api/TwillSpecification.Builder.RuntimeSpecificationAdder.html Tue Jun 23 00:48:21 2015
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_80) on Fri May 22 17:43:55 PDT 2015 -->
+<!-- Generated by javadoc (version 1.7.0_80) on Mon Jun 22 17:45:04 PDT 2015 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>TwillSpecification.Builder.RuntimeSpecificationAdder (Apache Twill 0.6.0-incubating-SNAPSHOT API)</title>
-<meta name="date" content="2015-05-22">
+<meta name="date" content="2015-06-22">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

Modified: incubator/twill/site/apidocs/org/apache/twill/api/TwillSpecification.Builder.html
URL: http://svn.apache.org/viewvc/incubator/twill/site/apidocs/org/apache/twill/api/TwillSpecification.Builder.html?rev=1686960&r1=1686959&r2=1686960&view=diff
==============================================================================
--- incubator/twill/site/apidocs/org/apache/twill/api/TwillSpecification.Builder.html (original)
+++ incubator/twill/site/apidocs/org/apache/twill/api/TwillSpecification.Builder.html Tue Jun 23 00:48:21 2015
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_80) on Fri May 22 17:43:55 PDT 2015 -->
+<!-- Generated by javadoc (version 1.7.0_80) on Mon Jun 22 17:45:03 PDT 2015 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>TwillSpecification.Builder (Apache Twill 0.6.0-incubating-SNAPSHOT API)</title>
-<meta name="date" content="2015-05-22">
+<meta name="date" content="2015-06-22">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

Modified: incubator/twill/site/apidocs/org/apache/twill/api/TwillSpecification.Order.Type.html
URL: http://svn.apache.org/viewvc/incubator/twill/site/apidocs/org/apache/twill/api/TwillSpecification.Order.Type.html?rev=1686960&r1=1686959&r2=1686960&view=diff
==============================================================================
--- incubator/twill/site/apidocs/org/apache/twill/api/TwillSpecification.Order.Type.html (original)
+++ incubator/twill/site/apidocs/org/apache/twill/api/TwillSpecification.Order.Type.html Tue Jun 23 00:48:21 2015
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_80) on Fri May 22 17:43:55 PDT 2015 -->
+<!-- Generated by javadoc (version 1.7.0_80) on Mon Jun 22 17:45:04 PDT 2015 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>TwillSpecification.Order.Type (Apache Twill 0.6.0-incubating-SNAPSHOT API)</title>
-<meta name="date" content="2015-05-22">
+<meta name="date" content="2015-06-22">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

Modified: incubator/twill/site/apidocs/org/apache/twill/api/TwillSpecification.Order.html
URL: http://svn.apache.org/viewvc/incubator/twill/site/apidocs/org/apache/twill/api/TwillSpecification.Order.html?rev=1686960&r1=1686959&r2=1686960&view=diff
==============================================================================
--- incubator/twill/site/apidocs/org/apache/twill/api/TwillSpecification.Order.html (original)
+++ incubator/twill/site/apidocs/org/apache/twill/api/TwillSpecification.Order.html Tue Jun 23 00:48:21 2015
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_80) on Fri May 22 17:43:55 PDT 2015 -->
+<!-- Generated by javadoc (version 1.7.0_80) on Mon Jun 22 17:45:04 PDT 2015 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>TwillSpecification.Order (Apache Twill 0.6.0-incubating-SNAPSHOT API)</title>
-<meta name="date" content="2015-05-22">
+<meta name="date" content="2015-06-22">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

Modified: incubator/twill/site/apidocs/org/apache/twill/api/TwillSpecification.PlacementPolicy.Type.html
URL: http://svn.apache.org/viewvc/incubator/twill/site/apidocs/org/apache/twill/api/TwillSpecification.PlacementPolicy.Type.html?rev=1686960&r1=1686959&r2=1686960&view=diff
==============================================================================
--- incubator/twill/site/apidocs/org/apache/twill/api/TwillSpecification.PlacementPolicy.Type.html (original)
+++ incubator/twill/site/apidocs/org/apache/twill/api/TwillSpecification.PlacementPolicy.Type.html Tue Jun 23 00:48:21 2015
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_80) on Fri May 22 17:43:55 PDT 2015 -->
+<!-- Generated by javadoc (version 1.7.0_80) on Mon Jun 22 17:45:04 PDT 2015 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>TwillSpecification.PlacementPolicy.Type (Apache Twill 0.6.0-incubating-SNAPSHOT API)</title>
-<meta name="date" content="2015-05-22">
+<meta name="date" content="2015-06-22">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

Modified: incubator/twill/site/apidocs/org/apache/twill/api/TwillSpecification.PlacementPolicy.html
URL: http://svn.apache.org/viewvc/incubator/twill/site/apidocs/org/apache/twill/api/TwillSpecification.PlacementPolicy.html?rev=1686960&r1=1686959&r2=1686960&view=diff
==============================================================================
--- incubator/twill/site/apidocs/org/apache/twill/api/TwillSpecification.PlacementPolicy.html (original)
+++ incubator/twill/site/apidocs/org/apache/twill/api/TwillSpecification.PlacementPolicy.html Tue Jun 23 00:48:21 2015
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_80) on Fri May 22 17:43:55 PDT 2015 -->
+<!-- Generated by javadoc (version 1.7.0_80) on Mon Jun 22 17:45:04 PDT 2015 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>TwillSpecification.PlacementPolicy (Apache Twill 0.6.0-incubating-SNAPSHOT API)</title>
-<meta name="date" content="2015-05-22">
+<meta name="date" content="2015-06-22">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

Modified: incubator/twill/site/apidocs/org/apache/twill/api/TwillSpecification.html
URL: http://svn.apache.org/viewvc/incubator/twill/site/apidocs/org/apache/twill/api/TwillSpecification.html?rev=1686960&r1=1686959&r2=1686960&view=diff
==============================================================================
--- incubator/twill/site/apidocs/org/apache/twill/api/TwillSpecification.html (original)
+++ incubator/twill/site/apidocs/org/apache/twill/api/TwillSpecification.html Tue Jun 23 00:48:21 2015
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_80) on Fri May 22 17:43:55 PDT 2015 -->
+<!-- Generated by javadoc (version 1.7.0_80) on Mon Jun 22 17:45:03 PDT 2015 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>TwillSpecification (Apache Twill 0.6.0-incubating-SNAPSHOT API)</title>
-<meta name="date" content="2015-05-22">
+<meta name="date" content="2015-06-22">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

Modified: incubator/twill/site/apidocs/org/apache/twill/api/class-use/AbstractTwillRunnable.html
URL: http://svn.apache.org/viewvc/incubator/twill/site/apidocs/org/apache/twill/api/class-use/AbstractTwillRunnable.html?rev=1686960&r1=1686959&r2=1686960&view=diff
==============================================================================
--- incubator/twill/site/apidocs/org/apache/twill/api/class-use/AbstractTwillRunnable.html (original)
+++ incubator/twill/site/apidocs/org/apache/twill/api/class-use/AbstractTwillRunnable.html Tue Jun 23 00:48:21 2015
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_80) on Fri May 22 17:43:56 PDT 2015 -->
+<!-- Generated by javadoc (version 1.7.0_80) on Mon Jun 22 17:45:04 PDT 2015 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.apache.twill.api.AbstractTwillRunnable (Apache Twill 0.6.0-incubating-SNAPSHOT API)</title>
-<meta name="date" content="2015-05-22">
+<meta name="date" content="2015-06-22">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

Modified: incubator/twill/site/apidocs/org/apache/twill/api/class-use/Command.Builder.html
URL: http://svn.apache.org/viewvc/incubator/twill/site/apidocs/org/apache/twill/api/class-use/Command.Builder.html?rev=1686960&r1=1686959&r2=1686960&view=diff
==============================================================================
--- incubator/twill/site/apidocs/org/apache/twill/api/class-use/Command.Builder.html (original)
+++ incubator/twill/site/apidocs/org/apache/twill/api/class-use/Command.Builder.html Tue Jun 23 00:48:21 2015
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_80) on Fri May 22 17:43:56 PDT 2015 -->
+<!-- Generated by javadoc (version 1.7.0_80) on Mon Jun 22 17:45:04 PDT 2015 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.apache.twill.api.Command.Builder (Apache Twill 0.6.0-incubating-SNAPSHOT API)</title>
-<meta name="date" content="2015-05-22">
+<meta name="date" content="2015-06-22">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

Modified: incubator/twill/site/apidocs/org/apache/twill/api/class-use/Command.html
URL: http://svn.apache.org/viewvc/incubator/twill/site/apidocs/org/apache/twill/api/class-use/Command.html?rev=1686960&r1=1686959&r2=1686960&view=diff
==============================================================================
--- incubator/twill/site/apidocs/org/apache/twill/api/class-use/Command.html (original)
+++ incubator/twill/site/apidocs/org/apache/twill/api/class-use/Command.html Tue Jun 23 00:48:21 2015
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_80) on Fri May 22 17:43:56 PDT 2015 -->
+<!-- Generated by javadoc (version 1.7.0_80) on Mon Jun 22 17:45:04 PDT 2015 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Interface org.apache.twill.api.Command (Apache Twill 0.6.0-incubating-SNAPSHOT API)</title>
-<meta name="date" content="2015-05-22">
+<meta name="date" content="2015-06-22">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

Modified: incubator/twill/site/apidocs/org/apache/twill/api/class-use/ElectionHandler.html
URL: http://svn.apache.org/viewvc/incubator/twill/site/apidocs/org/apache/twill/api/class-use/ElectionHandler.html?rev=1686960&r1=1686959&r2=1686960&view=diff
==============================================================================
--- incubator/twill/site/apidocs/org/apache/twill/api/class-use/ElectionHandler.html (original)
+++ incubator/twill/site/apidocs/org/apache/twill/api/class-use/ElectionHandler.html Tue Jun 23 00:48:21 2015
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_80) on Fri May 22 17:43:56 PDT 2015 -->
+<!-- Generated by javadoc (version 1.7.0_80) on Mon Jun 22 17:45:04 PDT 2015 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Interface org.apache.twill.api.ElectionHandler (Apache Twill 0.6.0-incubating-SNAPSHOT API)</title>
-<meta name="date" content="2015-05-22">
+<meta name="date" content="2015-06-22">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

Modified: incubator/twill/site/apidocs/org/apache/twill/api/class-use/EventHandler.TimeoutAction.html
URL: http://svn.apache.org/viewvc/incubator/twill/site/apidocs/org/apache/twill/api/class-use/EventHandler.TimeoutAction.html?rev=1686960&r1=1686959&r2=1686960&view=diff
==============================================================================
--- incubator/twill/site/apidocs/org/apache/twill/api/class-use/EventHandler.TimeoutAction.html (original)
+++ incubator/twill/site/apidocs/org/apache/twill/api/class-use/EventHandler.TimeoutAction.html Tue Jun 23 00:48:21 2015
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_80) on Fri May 22 17:43:56 PDT 2015 -->
+<!-- Generated by javadoc (version 1.7.0_80) on Mon Jun 22 17:45:04 PDT 2015 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.apache.twill.api.EventHandler.TimeoutAction (Apache Twill 0.6.0-incubating-SNAPSHOT API)</title>
-<meta name="date" content="2015-05-22">
+<meta name="date" content="2015-06-22">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

Modified: incubator/twill/site/apidocs/org/apache/twill/api/class-use/EventHandler.TimeoutEvent.html
URL: http://svn.apache.org/viewvc/incubator/twill/site/apidocs/org/apache/twill/api/class-use/EventHandler.TimeoutEvent.html?rev=1686960&r1=1686959&r2=1686960&view=diff
==============================================================================
--- incubator/twill/site/apidocs/org/apache/twill/api/class-use/EventHandler.TimeoutEvent.html (original)
+++ incubator/twill/site/apidocs/org/apache/twill/api/class-use/EventHandler.TimeoutEvent.html Tue Jun 23 00:48:21 2015
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_80) on Fri May 22 17:43:56 PDT 2015 -->
+<!-- Generated by javadoc (version 1.7.0_80) on Mon Jun 22 17:45:04 PDT 2015 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.apache.twill.api.EventHandler.TimeoutEvent (Apache Twill 0.6.0-incubating-SNAPSHOT API)</title>
-<meta name="date" content="2015-05-22">
+<meta name="date" content="2015-06-22">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

Modified: incubator/twill/site/apidocs/org/apache/twill/api/class-use/EventHandler.html
URL: http://svn.apache.org/viewvc/incubator/twill/site/apidocs/org/apache/twill/api/class-use/EventHandler.html?rev=1686960&r1=1686959&r2=1686960&view=diff
==============================================================================
--- incubator/twill/site/apidocs/org/apache/twill/api/class-use/EventHandler.html (original)
+++ incubator/twill/site/apidocs/org/apache/twill/api/class-use/EventHandler.html Tue Jun 23 00:48:21 2015
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_80) on Fri May 22 17:43:56 PDT 2015 -->
+<!-- Generated by javadoc (version 1.7.0_80) on Mon Jun 22 17:45:04 PDT 2015 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.apache.twill.api.EventHandler (Apache Twill 0.6.0-incubating-SNAPSHOT API)</title>
-<meta name="date" content="2015-05-22">
+<meta name="date" content="2015-06-22">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

Modified: incubator/twill/site/apidocs/org/apache/twill/api/class-use/EventHandlerContext.html
URL: http://svn.apache.org/viewvc/incubator/twill/site/apidocs/org/apache/twill/api/class-use/EventHandlerContext.html?rev=1686960&r1=1686959&r2=1686960&view=diff
==============================================================================
--- incubator/twill/site/apidocs/org/apache/twill/api/class-use/EventHandlerContext.html (original)
+++ incubator/twill/site/apidocs/org/apache/twill/api/class-use/EventHandlerContext.html Tue Jun 23 00:48:21 2015
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_80) on Fri May 22 17:43:56 PDT 2015 -->
+<!-- Generated by javadoc (version 1.7.0_80) on Mon Jun 22 17:45:04 PDT 2015 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Interface org.apache.twill.api.EventHandlerContext (Apache Twill 0.6.0-incubating-SNAPSHOT API)</title>
-<meta name="date" content="2015-05-22">
+<meta name="date" content="2015-06-22">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

Modified: incubator/twill/site/apidocs/org/apache/twill/api/class-use/EventHandlerSpecification.html
URL: http://svn.apache.org/viewvc/incubator/twill/site/apidocs/org/apache/twill/api/class-use/EventHandlerSpecification.html?rev=1686960&r1=1686959&r2=1686960&view=diff
==============================================================================
--- incubator/twill/site/apidocs/org/apache/twill/api/class-use/EventHandlerSpecification.html (original)
+++ incubator/twill/site/apidocs/org/apache/twill/api/class-use/EventHandlerSpecification.html Tue Jun 23 00:48:21 2015
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_80) on Fri May 22 17:43:56 PDT 2015 -->
+<!-- Generated by javadoc (version 1.7.0_80) on Mon Jun 22 17:45:04 PDT 2015 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Interface org.apache.twill.api.EventHandlerSpecification (Apache Twill 0.6.0-incubating-SNAPSHOT API)</title>
-<meta name="date" content="2015-05-22">
+<meta name="date" content="2015-06-22">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

Modified: incubator/twill/site/apidocs/org/apache/twill/api/class-use/Hosts.html
URL: http://svn.apache.org/viewvc/incubator/twill/site/apidocs/org/apache/twill/api/class-use/Hosts.html?rev=1686960&r1=1686959&r2=1686960&view=diff
==============================================================================
--- incubator/twill/site/apidocs/org/apache/twill/api/class-use/Hosts.html (original)
+++ incubator/twill/site/apidocs/org/apache/twill/api/class-use/Hosts.html Tue Jun 23 00:48:21 2015
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_80) on Fri May 22 17:43:56 PDT 2015 -->
+<!-- Generated by javadoc (version 1.7.0_80) on Mon Jun 22 17:45:04 PDT 2015 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.apache.twill.api.Hosts (Apache Twill 0.6.0-incubating-SNAPSHOT API)</title>
-<meta name="date" content="2015-05-22">
+<meta name="date" content="2015-06-22">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

Modified: incubator/twill/site/apidocs/org/apache/twill/api/class-use/LocalFile.html
URL: http://svn.apache.org/viewvc/incubator/twill/site/apidocs/org/apache/twill/api/class-use/LocalFile.html?rev=1686960&r1=1686959&r2=1686960&view=diff
==============================================================================
--- incubator/twill/site/apidocs/org/apache/twill/api/class-use/LocalFile.html (original)
+++ incubator/twill/site/apidocs/org/apache/twill/api/class-use/LocalFile.html Tue Jun 23 00:48:21 2015
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_80) on Fri May 22 17:43:56 PDT 2015 -->
+<!-- Generated by javadoc (version 1.7.0_80) on Mon Jun 22 17:45:04 PDT 2015 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Interface org.apache.twill.api.LocalFile (Apache Twill 0.6.0-incubating-SNAPSHOT API)</title>
-<meta name="date" content="2015-05-22">
+<meta name="date" content="2015-06-22">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

Modified: incubator/twill/site/apidocs/org/apache/twill/api/class-use/Racks.html
URL: http://svn.apache.org/viewvc/incubator/twill/site/apidocs/org/apache/twill/api/class-use/Racks.html?rev=1686960&r1=1686959&r2=1686960&view=diff
==============================================================================
--- incubator/twill/site/apidocs/org/apache/twill/api/class-use/Racks.html (original)
+++ incubator/twill/site/apidocs/org/apache/twill/api/class-use/Racks.html Tue Jun 23 00:48:21 2015
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_80) on Fri May 22 17:43:56 PDT 2015 -->
+<!-- Generated by javadoc (version 1.7.0_80) on Mon Jun 22 17:45:04 PDT 2015 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.apache.twill.api.Racks (Apache Twill 0.6.0-incubating-SNAPSHOT API)</title>
-<meta name="date" content="2015-05-22">
+<meta name="date" content="2015-06-22">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

Modified: incubator/twill/site/apidocs/org/apache/twill/api/class-use/ResourceReport.html
URL: http://svn.apache.org/viewvc/incubator/twill/site/apidocs/org/apache/twill/api/class-use/ResourceReport.html?rev=1686960&r1=1686959&r2=1686960&view=diff
==============================================================================
--- incubator/twill/site/apidocs/org/apache/twill/api/class-use/ResourceReport.html (original)
+++ incubator/twill/site/apidocs/org/apache/twill/api/class-use/ResourceReport.html Tue Jun 23 00:48:21 2015
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_80) on Fri May 22 17:43:56 PDT 2015 -->
+<!-- Generated by javadoc (version 1.7.0_80) on Mon Jun 22 17:45:04 PDT 2015 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Interface org.apache.twill.api.ResourceReport (Apache Twill 0.6.0-incubating-SNAPSHOT API)</title>
-<meta name="date" content="2015-05-22">
+<meta name="date" content="2015-06-22">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

Modified: incubator/twill/site/apidocs/org/apache/twill/api/class-use/ResourceSpecification.Builder.AfterInstances.html
URL: http://svn.apache.org/viewvc/incubator/twill/site/apidocs/org/apache/twill/api/class-use/ResourceSpecification.Builder.AfterInstances.html?rev=1686960&r1=1686959&r2=1686960&view=diff
==============================================================================
--- incubator/twill/site/apidocs/org/apache/twill/api/class-use/ResourceSpecification.Builder.AfterInstances.html (original)
+++ incubator/twill/site/apidocs/org/apache/twill/api/class-use/ResourceSpecification.Builder.AfterInstances.html Tue Jun 23 00:48:21 2015
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_80) on Fri May 22 17:43:56 PDT 2015 -->
+<!-- Generated by javadoc (version 1.7.0_80) on Mon Jun 22 17:45:04 PDT 2015 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.apache.twill.api.ResourceSpecification.Builder.AfterInstances (Apache Twill 0.6.0-incubating-SNAPSHOT API)</title>
-<meta name="date" content="2015-05-22">
+<meta name="date" content="2015-06-22">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

Modified: incubator/twill/site/apidocs/org/apache/twill/api/class-use/ResourceSpecification.Builder.AfterMemory.html
URL: http://svn.apache.org/viewvc/incubator/twill/site/apidocs/org/apache/twill/api/class-use/ResourceSpecification.Builder.AfterMemory.html?rev=1686960&r1=1686959&r2=1686960&view=diff
==============================================================================
--- incubator/twill/site/apidocs/org/apache/twill/api/class-use/ResourceSpecification.Builder.AfterMemory.html (original)
+++ incubator/twill/site/apidocs/org/apache/twill/api/class-use/ResourceSpecification.Builder.AfterMemory.html Tue Jun 23 00:48:21 2015
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_80) on Fri May 22 17:43:56 PDT 2015 -->
+<!-- Generated by javadoc (version 1.7.0_80) on Mon Jun 22 17:45:04 PDT 2015 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.apache.twill.api.ResourceSpecification.Builder.AfterMemory (Apache Twill 0.6.0-incubating-SNAPSHOT API)</title>
-<meta name="date" content="2015-05-22">
+<meta name="date" content="2015-06-22">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

Modified: incubator/twill/site/apidocs/org/apache/twill/api/class-use/ResourceSpecification.Builder.AfterUplink.html
URL: http://svn.apache.org/viewvc/incubator/twill/site/apidocs/org/apache/twill/api/class-use/ResourceSpecification.Builder.AfterUplink.html?rev=1686960&r1=1686959&r2=1686960&view=diff
==============================================================================
--- incubator/twill/site/apidocs/org/apache/twill/api/class-use/ResourceSpecification.Builder.AfterUplink.html (original)
+++ incubator/twill/site/apidocs/org/apache/twill/api/class-use/ResourceSpecification.Builder.AfterUplink.html Tue Jun 23 00:48:21 2015
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_80) on Fri May 22 17:43:56 PDT 2015 -->
+<!-- Generated by javadoc (version 1.7.0_80) on Mon Jun 22 17:45:04 PDT 2015 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.apache.twill.api.ResourceSpecification.Builder.AfterUplink (Apache Twill 0.6.0-incubating-SNAPSHOT API)</title>
-<meta name="date" content="2015-05-22">
+<meta name="date" content="2015-06-22">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

Modified: incubator/twill/site/apidocs/org/apache/twill/api/class-use/ResourceSpecification.Builder.Build.html
URL: http://svn.apache.org/viewvc/incubator/twill/site/apidocs/org/apache/twill/api/class-use/ResourceSpecification.Builder.Build.html?rev=1686960&r1=1686959&r2=1686960&view=diff
==============================================================================
--- incubator/twill/site/apidocs/org/apache/twill/api/class-use/ResourceSpecification.Builder.Build.html (original)
+++ incubator/twill/site/apidocs/org/apache/twill/api/class-use/ResourceSpecification.Builder.Build.html Tue Jun 23 00:48:21 2015
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_80) on Fri May 22 17:43:56 PDT 2015 -->
+<!-- Generated by javadoc (version 1.7.0_80) on Mon Jun 22 17:45:04 PDT 2015 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.apache.twill.api.ResourceSpecification.Builder.Build (Apache Twill 0.6.0-incubating-SNAPSHOT API)</title>
-<meta name="date" content="2015-05-22">
+<meta name="date" content="2015-06-22">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

Modified: incubator/twill/site/apidocs/org/apache/twill/api/class-use/ResourceSpecification.Builder.CoreSetter.html
URL: http://svn.apache.org/viewvc/incubator/twill/site/apidocs/org/apache/twill/api/class-use/ResourceSpecification.Builder.CoreSetter.html?rev=1686960&r1=1686959&r2=1686960&view=diff
==============================================================================
--- incubator/twill/site/apidocs/org/apache/twill/api/class-use/ResourceSpecification.Builder.CoreSetter.html (original)
+++ incubator/twill/site/apidocs/org/apache/twill/api/class-use/ResourceSpecification.Builder.CoreSetter.html Tue Jun 23 00:48:21 2015
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_80) on Fri May 22 17:43:56 PDT 2015 -->
+<!-- Generated by javadoc (version 1.7.0_80) on Mon Jun 22 17:45:04 PDT 2015 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.apache.twill.api.ResourceSpecification.Builder.CoreSetter (Apache Twill 0.6.0-incubating-SNAPSHOT API)</title>
-<meta name="date" content="2015-05-22">
+<meta name="date" content="2015-06-22">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

Modified: incubator/twill/site/apidocs/org/apache/twill/api/class-use/ResourceSpecification.Builder.Done.html
URL: http://svn.apache.org/viewvc/incubator/twill/site/apidocs/org/apache/twill/api/class-use/ResourceSpecification.Builder.Done.html?rev=1686960&r1=1686959&r2=1686960&view=diff
==============================================================================
--- incubator/twill/site/apidocs/org/apache/twill/api/class-use/ResourceSpecification.Builder.Done.html (original)
+++ incubator/twill/site/apidocs/org/apache/twill/api/class-use/ResourceSpecification.Builder.Done.html Tue Jun 23 00:48:21 2015
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_80) on Fri May 22 17:43:56 PDT 2015 -->
+<!-- Generated by javadoc (version 1.7.0_80) on Mon Jun 22 17:45:04 PDT 2015 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.apache.twill.api.ResourceSpecification.Builder.Done (Apache Twill 0.6.0-incubating-SNAPSHOT API)</title>
-<meta name="date" content="2015-05-22">
+<meta name="date" content="2015-06-22">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

Modified: incubator/twill/site/apidocs/org/apache/twill/api/class-use/ResourceSpecification.Builder.MemorySetter.html
URL: http://svn.apache.org/viewvc/incubator/twill/site/apidocs/org/apache/twill/api/class-use/ResourceSpecification.Builder.MemorySetter.html?rev=1686960&r1=1686959&r2=1686960&view=diff
==============================================================================
--- incubator/twill/site/apidocs/org/apache/twill/api/class-use/ResourceSpecification.Builder.MemorySetter.html (original)
+++ incubator/twill/site/apidocs/org/apache/twill/api/class-use/ResourceSpecification.Builder.MemorySetter.html Tue Jun 23 00:48:21 2015
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_80) on Fri May 22 17:43:56 PDT 2015 -->
+<!-- Generated by javadoc (version 1.7.0_80) on Mon Jun 22 17:45:04 PDT 2015 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.apache.twill.api.ResourceSpecification.Builder.MemorySetter (Apache Twill 0.6.0-incubating-SNAPSHOT API)</title>
-<meta name="date" content="2015-05-22">
+<meta name="date" content="2015-06-22">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

Modified: incubator/twill/site/apidocs/org/apache/twill/api/class-use/ResourceSpecification.Builder.html
URL: http://svn.apache.org/viewvc/incubator/twill/site/apidocs/org/apache/twill/api/class-use/ResourceSpecification.Builder.html?rev=1686960&r1=1686959&r2=1686960&view=diff
==============================================================================
--- incubator/twill/site/apidocs/org/apache/twill/api/class-use/ResourceSpecification.Builder.html (original)
+++ incubator/twill/site/apidocs/org/apache/twill/api/class-use/ResourceSpecification.Builder.html Tue Jun 23 00:48:21 2015
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_80) on Fri May 22 17:43:56 PDT 2015 -->
+<!-- Generated by javadoc (version 1.7.0_80) on Mon Jun 22 17:45:04 PDT 2015 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.apache.twill.api.ResourceSpecification.Builder (Apache Twill 0.6.0-incubating-SNAPSHOT API)</title>
-<meta name="date" content="2015-05-22">
+<meta name="date" content="2015-06-22">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

Modified: incubator/twill/site/apidocs/org/apache/twill/api/class-use/ResourceSpecification.SizeUnit.html
URL: http://svn.apache.org/viewvc/incubator/twill/site/apidocs/org/apache/twill/api/class-use/ResourceSpecification.SizeUnit.html?rev=1686960&r1=1686959&r2=1686960&view=diff
==============================================================================
--- incubator/twill/site/apidocs/org/apache/twill/api/class-use/ResourceSpecification.SizeUnit.html (original)
+++ incubator/twill/site/apidocs/org/apache/twill/api/class-use/ResourceSpecification.SizeUnit.html Tue Jun 23 00:48:21 2015
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_80) on Fri May 22 17:43:56 PDT 2015 -->
+<!-- Generated by javadoc (version 1.7.0_80) on Mon Jun 22 17:45:04 PDT 2015 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.apache.twill.api.ResourceSpecification.SizeUnit (Apache Twill 0.6.0-incubating-SNAPSHOT API)</title>
-<meta name="date" content="2015-05-22">
+<meta name="date" content="2015-06-22">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

Modified: incubator/twill/site/apidocs/org/apache/twill/api/class-use/ResourceSpecification.html
URL: http://svn.apache.org/viewvc/incubator/twill/site/apidocs/org/apache/twill/api/class-use/ResourceSpecification.html?rev=1686960&r1=1686959&r2=1686960&view=diff
==============================================================================
--- incubator/twill/site/apidocs/org/apache/twill/api/class-use/ResourceSpecification.html (original)
+++ incubator/twill/site/apidocs/org/apache/twill/api/class-use/ResourceSpecification.html Tue Jun 23 00:48:21 2015
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_80) on Fri May 22 17:43:56 PDT 2015 -->
+<!-- Generated by javadoc (version 1.7.0_80) on Mon Jun 22 17:45:04 PDT 2015 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Interface org.apache.twill.api.ResourceSpecification (Apache Twill 0.6.0-incubating-SNAPSHOT API)</title>
-<meta name="date" content="2015-05-22">
+<meta name="date" content="2015-06-22">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

Modified: incubator/twill/site/apidocs/org/apache/twill/api/class-use/RunId.html
URL: http://svn.apache.org/viewvc/incubator/twill/site/apidocs/org/apache/twill/api/class-use/RunId.html?rev=1686960&r1=1686959&r2=1686960&view=diff
==============================================================================
--- incubator/twill/site/apidocs/org/apache/twill/api/class-use/RunId.html (original)
+++ incubator/twill/site/apidocs/org/apache/twill/api/class-use/RunId.html Tue Jun 23 00:48:21 2015
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_80) on Fri May 22 17:43:56 PDT 2015 -->
+<!-- Generated by javadoc (version 1.7.0_80) on Mon Jun 22 17:45:04 PDT 2015 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Interface org.apache.twill.api.RunId (Apache Twill 0.6.0-incubating-SNAPSHOT API)</title>
-<meta name="date" content="2015-05-22">
+<meta name="date" content="2015-06-22">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

Modified: incubator/twill/site/apidocs/org/apache/twill/api/class-use/RuntimeSpecification.html
URL: http://svn.apache.org/viewvc/incubator/twill/site/apidocs/org/apache/twill/api/class-use/RuntimeSpecification.html?rev=1686960&r1=1686959&r2=1686960&view=diff
==============================================================================
--- incubator/twill/site/apidocs/org/apache/twill/api/class-use/RuntimeSpecification.html (original)
+++ incubator/twill/site/apidocs/org/apache/twill/api/class-use/RuntimeSpecification.html Tue Jun 23 00:48:21 2015
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_80) on Fri May 22 17:43:56 PDT 2015 -->
+<!-- Generated by javadoc (version 1.7.0_80) on Mon Jun 22 17:45:04 PDT 2015 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Interface org.apache.twill.api.RuntimeSpecification (Apache Twill 0.6.0-incubating-SNAPSHOT API)</title>
-<meta name="date" content="2015-05-22">
+<meta name="date" content="2015-06-22">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

Modified: incubator/twill/site/apidocs/org/apache/twill/api/class-use/SecureStore.html
URL: http://svn.apache.org/viewvc/incubator/twill/site/apidocs/org/apache/twill/api/class-use/SecureStore.html?rev=1686960&r1=1686959&r2=1686960&view=diff
==============================================================================
--- incubator/twill/site/apidocs/org/apache/twill/api/class-use/SecureStore.html (original)
+++ incubator/twill/site/apidocs/org/apache/twill/api/class-use/SecureStore.html Tue Jun 23 00:48:21 2015
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_80) on Fri May 22 17:43:56 PDT 2015 -->
+<!-- Generated by javadoc (version 1.7.0_80) on Mon Jun 22 17:45:04 PDT 2015 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Interface org.apache.twill.api.SecureStore (Apache Twill 0.6.0-incubating-SNAPSHOT API)</title>
-<meta name="date" content="2015-05-22">
+<meta name="date" content="2015-06-22">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

Modified: incubator/twill/site/apidocs/org/apache/twill/api/class-use/SecureStoreUpdater.html
URL: http://svn.apache.org/viewvc/incubator/twill/site/apidocs/org/apache/twill/api/class-use/SecureStoreUpdater.html?rev=1686960&r1=1686959&r2=1686960&view=diff
==============================================================================
--- incubator/twill/site/apidocs/org/apache/twill/api/class-use/SecureStoreUpdater.html (original)
+++ incubator/twill/site/apidocs/org/apache/twill/api/class-use/SecureStoreUpdater.html Tue Jun 23 00:48:21 2015
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_80) on Fri May 22 17:43:56 PDT 2015 -->
+<!-- Generated by javadoc (version 1.7.0_80) on Mon Jun 22 17:45:04 PDT 2015 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Interface org.apache.twill.api.SecureStoreUpdater (Apache Twill 0.6.0-incubating-SNAPSHOT API)</title>
-<meta name="date" content="2015-05-22">
+<meta name="date" content="2015-06-22">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

Modified: incubator/twill/site/apidocs/org/apache/twill/api/class-use/ServiceAnnouncer.html
URL: http://svn.apache.org/viewvc/incubator/twill/site/apidocs/org/apache/twill/api/class-use/ServiceAnnouncer.html?rev=1686960&r1=1686959&r2=1686960&view=diff
==============================================================================
--- incubator/twill/site/apidocs/org/apache/twill/api/class-use/ServiceAnnouncer.html (original)
+++ incubator/twill/site/apidocs/org/apache/twill/api/class-use/ServiceAnnouncer.html Tue Jun 23 00:48:21 2015
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_80) on Fri May 22 17:43:56 PDT 2015 -->
+<!-- Generated by javadoc (version 1.7.0_80) on Mon Jun 22 17:45:04 PDT 2015 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Interface org.apache.twill.api.ServiceAnnouncer (Apache Twill 0.6.0-incubating-SNAPSHOT API)</title>
-<meta name="date" content="2015-05-22">
+<meta name="date" content="2015-06-22">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

Modified: incubator/twill/site/apidocs/org/apache/twill/api/class-use/ServiceController.html
URL: http://svn.apache.org/viewvc/incubator/twill/site/apidocs/org/apache/twill/api/class-use/ServiceController.html?rev=1686960&r1=1686959&r2=1686960&view=diff
==============================================================================
--- incubator/twill/site/apidocs/org/apache/twill/api/class-use/ServiceController.html (original)
+++ incubator/twill/site/apidocs/org/apache/twill/api/class-use/ServiceController.html Tue Jun 23 00:48:21 2015
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_80) on Fri May 22 17:43:56 PDT 2015 -->
+<!-- Generated by javadoc (version 1.7.0_80) on Mon Jun 22 17:45:04 PDT 2015 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Interface org.apache.twill.api.ServiceController (Apache Twill 0.6.0-incubating-SNAPSHOT API)</title>
-<meta name="date" content="2015-05-22">
+<meta name="date" content="2015-06-22">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

Modified: incubator/twill/site/apidocs/org/apache/twill/api/class-use/TwillApplication.html
URL: http://svn.apache.org/viewvc/incubator/twill/site/apidocs/org/apache/twill/api/class-use/TwillApplication.html?rev=1686960&r1=1686959&r2=1686960&view=diff
==============================================================================
--- incubator/twill/site/apidocs/org/apache/twill/api/class-use/TwillApplication.html (original)
+++ incubator/twill/site/apidocs/org/apache/twill/api/class-use/TwillApplication.html Tue Jun 23 00:48:21 2015
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_80) on Fri May 22 17:43:56 PDT 2015 -->
+<!-- Generated by javadoc (version 1.7.0_80) on Mon Jun 22 17:45:04 PDT 2015 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Interface org.apache.twill.api.TwillApplication (Apache Twill 0.6.0-incubating-SNAPSHOT API)</title>
-<meta name="date" content="2015-05-22">
+<meta name="date" content="2015-06-22">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

Modified: incubator/twill/site/apidocs/org/apache/twill/api/class-use/TwillContext.html
URL: http://svn.apache.org/viewvc/incubator/twill/site/apidocs/org/apache/twill/api/class-use/TwillContext.html?rev=1686960&r1=1686959&r2=1686960&view=diff
==============================================================================
--- incubator/twill/site/apidocs/org/apache/twill/api/class-use/TwillContext.html (original)
+++ incubator/twill/site/apidocs/org/apache/twill/api/class-use/TwillContext.html Tue Jun 23 00:48:21 2015
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_80) on Fri May 22 17:43:56 PDT 2015 -->
+<!-- Generated by javadoc (version 1.7.0_80) on Mon Jun 22 17:45:04 PDT 2015 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Interface org.apache.twill.api.TwillContext (Apache Twill 0.6.0-incubating-SNAPSHOT API)</title>
-<meta name="date" content="2015-05-22">
+<meta name="date" content="2015-06-22">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

Modified: incubator/twill/site/apidocs/org/apache/twill/api/class-use/TwillController.html
URL: http://svn.apache.org/viewvc/incubator/twill/site/apidocs/org/apache/twill/api/class-use/TwillController.html?rev=1686960&r1=1686959&r2=1686960&view=diff
==============================================================================
--- incubator/twill/site/apidocs/org/apache/twill/api/class-use/TwillController.html (original)
+++ incubator/twill/site/apidocs/org/apache/twill/api/class-use/TwillController.html Tue Jun 23 00:48:21 2015
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_80) on Fri May 22 17:43:56 PDT 2015 -->
+<!-- Generated by javadoc (version 1.7.0_80) on Mon Jun 22 17:45:04 PDT 2015 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Interface org.apache.twill.api.TwillController (Apache Twill 0.6.0-incubating-SNAPSHOT API)</title>
-<meta name="date" content="2015-05-22">
+<meta name="date" content="2015-06-22">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>