http://git-wip-us.apache.org/repos/asf/twill/blob/49f35954/src/site/resources/apidocs-0.12.0/org/apache/twill/api/TwillPreparer.html
----------------------------------------------------------------------
diff --git 
a/src/site/resources/apidocs-0.12.0/org/apache/twill/api/TwillPreparer.html 
b/src/site/resources/apidocs-0.12.0/org/apache/twill/api/TwillPreparer.html
new file mode 100644
index 0000000..650c1ad
--- /dev/null
+++ b/src/site/resources/apidocs-0.12.0/org/apache/twill/api/TwillPreparer.html
@@ -0,0 +1,852 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html4/loose.dtd";>
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc (version 1.7.0_80) on Fri Aug 25 09:24:50 PDT 2017 
-->
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>TwillPreparer (Apache Twill 0.12.0 API)</title>
+<meta name="date" content="2017-08-25">
+<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" 
title="Style">
+</head>
+<body>
+<script type="text/javascript"><!--
+    if (location.href.indexOf('is-external=true') == -1) {
+        parent.document.title="TwillPreparer (Apache Twill 0.12.0 API)";
+    }
+//-->
+</script>
+<noscript>
+<div>JavaScript is disabled on your browser.</div>
+</noscript>
+<!-- ========= START OF TOP NAVBAR ======= -->
+<div class="topNav"><a name="navbar_top">
+<!--   -->
+</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a 
name="navbar_top_firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../../../overview-summary.html">Overview</a></li>
+<li><a href="package-summary.html">Package</a></li>
+<li class="navBarCell1Rev">Class</li>
+<li><a href="class-use/TwillPreparer.html">Use</a></li>
+<li><a href="package-tree.html">Tree</a></li>
+<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
+<li><a href="../../../../index-all.html">Index</a></li>
+<li><a href="../../../../help-doc.html">Help</a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li><a href="../../../../org/apache/twill/api/TwillController.html" 
title="interface in org.apache.twill.api"><span class="strong">Prev 
Class</span></a></li>
+<li><a href="../../../../org/apache/twill/api/TwillRunnable.html" 
title="interface in org.apache.twill.api"><span class="strong">Next 
Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?org/apache/twill/api/TwillPreparer.html" 
target="_top">Frames</a></li>
+<li><a href="TwillPreparer.html" target="_top">No Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_top">
+<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_top");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<div>
+<ul class="subNavList">
+<li>Summary:&nbsp;</li>
+<li>Nested&nbsp;|&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li>Constr&nbsp;|&nbsp;</li>
+<li><a href="#method_summary">Method</a></li>
+</ul>
+<ul class="subNavList">
+<li>Detail:&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li>Constr&nbsp;|&nbsp;</li>
+<li><a href="#method_detail">Method</a></li>
+</ul>
+</div>
+<a name="skip-navbar_top">
+<!--   -->
+</a></div>
+<!-- ========= END OF TOP NAVBAR ========= -->
+<!-- ======== START OF CLASS DATA ======== -->
+<div class="header">
+<div class="subTitle">org.apache.twill.api</div>
+<h2 title="Interface TwillPreparer" class="title">Interface TwillPreparer</h2>
+</div>
+<div class="contentContainer">
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<hr>
+<br>
+<pre>public interface <span class="strong">TwillPreparer</span></pre>
+<div class="block">This interface exposes methods to set up the Twill runtime 
environment and start a Twill application.</div>
+</li>
+</ul>
+</div>
+<div class="summary">
+<ul class="blockList">
+<li class="blockList">
+<!-- ========== METHOD SUMMARY =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method_summary">
+<!--   -->
+</a>
+<h3>Method Summary</h3>
+<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" 
summary="Method Summary table, listing methods, and an explanation">
+<caption><span>Methods</span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Method and Description</th>
+</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#addJVMOptions(java.lang.String)">addJVMOptions</a></strong>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;options)</code>
+<div class="block">This methods adds extra JVM options that will be passed to 
the java command line for every runnable
+ of the application started through this <a 
href="../../../../org/apache/twill/api/TwillPreparer.html" title="interface in 
org.apache.twill.api"><code>TwillPreparer</code></a> instance.</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#addLogHandler(org.apache.twill.api.logging.LogHandler)">addLogHandler</a></strong>(<a
 href="../../../../org/apache/twill/api/logging/LogHandler.html" 
title="interface in 
org.apache.twill.api.logging">LogHandler</a>&nbsp;handler)</code>
+<div class="block">Adds a <a 
href="../../../../org/apache/twill/api/logging/LogHandler.html" 
title="interface in org.apache.twill.api.logging"><code>LogHandler</code></a> 
for receiving an application log.</div>
+</td>
+</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#addSecureStore(org.apache.twill.api.SecureStore)">addSecureStore</a></strong>(<a
 href="../../../../org/apache/twill/api/SecureStore.html" title="interface in 
org.apache.twill.api">SecureStore</a>&nbsp;secureStore)</code>
+<div class="block">Adds security credentials for the runtime environment to 
gives application access to resources.</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#enableDebugging(boolean,%20java.lang.String...)">enableDebugging</a></strong>(boolean&nbsp;doSuspend,
+               <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>...&nbsp;runnables)</code>
+<div class="block">Enable debugging for runnables.</div>
+</td>
+</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#enableDebugging(java.lang.String...)">enableDebugging</a></strong>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>...&nbsp;runnables)</code>
+<div class="block">Enable debugging for runnables, without suspending the 
virtual machine to wait for the debugger.</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#setClassLoader(java.lang.String)">setClassLoader</a></strong>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in 
java.lang">String</a>&nbsp;classLoaderClassName)</code>
+<div class="block">Sets the class name of the <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/ClassLoader.html?is-external=true";
 title="class or interface in java.lang"><code>ClassLoader</code></a> to be 
used for loading twill and application classes for
+ all containers.</div>
+</td>
+</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#setJVMOptions(java.lang.String)">setJVMOptions</a></strong>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;options)</code>
+<div class="block">This methods sets the extra JVM options that will be passed 
to the java command line for every runnable
+ of the application started through this <a 
href="../../../../org/apache/twill/api/TwillPreparer.html" title="interface in 
org.apache.twill.api"><code>TwillPreparer</code></a> instance.</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#setJVMOptions(java.lang.String,%20java.lang.String)">setJVMOptions</a></strong>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;runnableName,
+             <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;options)</code>
+<div class="block">This methods sets the extra JVM options that will be passed 
to the java command line for the given runnable
+ of the application started through this <a 
href="../../../../org/apache/twill/api/TwillPreparer.html" title="interface in 
org.apache.twill.api"><code>TwillPreparer</code></a> instance.</div>
+</td>
+</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"><strong>Deprecated.</strong>&nbsp;
+<div class="block"><i>Use <a 
href="../../../../org/apache/twill/api/TwillPreparer.html#setLogLevels(java.util.Map)"><code>setLogLevels(Map)</code></a>
 with key <code>Logger.ROOT_LOGGER_NAME</code> instead.</i></div>
+</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#setLogLevels(java.util.Map)">setLogLevels</a></strong>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true";
 title="class or interface in java.util">Map</a>&lt;<a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>,<a 
href="../../../../org/apache/twill/api/logging/LogEntry.Level.html" title="enum 
in org.apache.twill.api.logging">LogEntry.Level</a>&gt;&nbsp;logLevels)</code>
+<div class="block">Set the log levels for requested logger names for Twill 
applications running in a container.</div>
+</td>
+</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#setLogLevels(java.lang.String,%20java.util.Map)">setLogLevels</a></strong>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;runnableName,
+            <a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true";
 title="class or interface in java.util">Map</a>&lt;<a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>,<a 
href="../../../../org/apache/twill/api/logging/LogEntry.Level.html" title="enum 
in 
org.apache.twill.api.logging">LogEntry.Level</a>&gt;&nbsp;logLevelsForRunnable)</code>
+<div class="block">Set the log levels for requested logger names for a <a 
href="../../../../org/apache/twill/api/TwillRunnable.html" title="interface in 
org.apache.twill.api"><code>TwillRunnable</code></a>.</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://docs.oracle.com/javase/7/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="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://docs.oracle.com/javase/7/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;
+<div class="block"><i>This method will be removed in future version.</i></div>
+</div>
+</td>
+</tr>
+<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="altColor">
+<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(long,%20java.util.concurrent.TimeUnit)">start</a></strong>(long&nbsp;timeout,
+     <a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/concurrent/TimeUnit.html?is-external=true";
 title="class or interface in 
java.util.concurrent">TimeUnit</a>&nbsp;timeoutUnit)</code>
+<div class="block">Starts the application.</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#withApplicationArguments(java.lang.Iterable)">withApplicationArguments</a></strong>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Iterable.html?is-external=true";
 title="class or interface in java.lang">Iterable</a>&lt;<a 
href="http://docs.oracle.com/javase/7/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">
+<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://docs.oracle.com/javase/7/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">
+<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#withApplicationClassPaths(java.lang.Iterable)">withApplicationClassPaths</a></strong>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Iterable.html?is-external=true";
 title="class or interface in java.lang">Iterable</a>&lt;<a 
href="http://docs.oracle.com/javase/7/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 ApplicationMaster and all runnables.</div>
+</td>
+</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#withApplicationClassPaths(java.lang.String...)">withApplicationClassPaths</a></strong>(<a
 
href="http://docs.oracle.com/javase/7/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 ApplicationMaster and all runnables.</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#withArguments(java.lang.String,%20java.lang.Iterable)">withArguments</a></strong>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;runnableName,
+             <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Iterable.html?is-external=true";
 title="class or interface in java.lang">Iterable</a>&lt;<a 
href="http://docs.oracle.com/javase/7/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">
+<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://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;runnableName,
+             <a 
href="http://docs.oracle.com/javase/7/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">
+<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#withBundlerClassAcceptor(org.apache.twill.api.ClassAcceptor)">withBundlerClassAcceptor</a></strong>(<a
 href="../../../../org/apache/twill/api/ClassAcceptor.html" title="class in 
org.apache.twill.api">ClassAcceptor</a>&nbsp;classAcceptor)</code>
+<div class="block">Uses <a 
href="../../../../org/apache/twill/api/ClassAcceptor.html" title="class in 
org.apache.twill.api"><code>ClassAcceptor</code></a> to determine the classes 
to include in the bundle jar for
+ ApplicationMaster and all runnables.</div>
+</td>
+</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#withClassPaths(java.lang.Iterable)">withClassPaths</a></strong>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Iterable.html?is-external=true";
 title="class or interface in java.lang">Iterable</a>&lt;<a 
href="http://docs.oracle.com/javase/7/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="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://docs.oracle.com/javase/7/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="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#withConfiguration(java.util.Map)">withConfiguration</a></strong>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true";
 title="class or interface in java.util">Map</a>&lt;<a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>,<a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&gt;&nbsp;config)</code>
+<div class="block">Overrides the default configuration with the given set of 
configurations.</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#withConfiguration(java.lang.String,%20java.util.Map)">withConfiguration</a></strong>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;runnableName,
+                 <a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true";
 title="class or interface in java.util">Map</a>&lt;<a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>,<a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&gt;&nbsp;config)</code>
+<div class="block">Overrides the default configuration with the given set of 
configurations for the given runnable only.</div>
+</td>
+</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#withDependencies(java.lang.Class...)">withDependencies</a></strong>(<a
 
href="http://docs.oracle.com/javase/7/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="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://docs.oracle.com/javase/7/docs/api/java/lang/Iterable.html?is-external=true";
 title="class or interface in java.lang">Iterable</a>&lt;<a 
href="http://docs.oracle.com/javase/7/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="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#withEnv(java.util.Map)">withEnv</a></strong>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true";
 title="class or interface in java.util">Map</a>&lt;<a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>,<a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&gt;&nbsp;env)</code>
+<div class="block">Adds the set of environment variables that will be set as 
container environment variables for all runnables.</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#withEnv(java.lang.String,%20java.util.Map)">withEnv</a></strong>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;runnableName,
+       <a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true";
 title="class or interface in java.util">Map</a>&lt;<a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>,<a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&gt;&nbsp;env)</code>
+<div class="block">Adds the set of environment variables that will be set as 
container environment variables for the given runnable.</div>
+</td>
+</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#withMaxRetries(java.lang.String,%20int)">withMaxRetries</a></strong>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;runnableName,
+              int&nbsp;maxRetries)</code>
+<div class="block">Sets the maximum number of times (per instance) a runnable 
will be retried if it exits without success.</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#withResources(java.lang.Iterable)">withResources</a></strong>(<a
 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Iterable.html?is-external=true";
 title="class or interface in java.lang">Iterable</a>&lt;<a 
href="http://docs.oracle.com/javase/7/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">
+<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://docs.oracle.com/javase/7/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>
+</td>
+</tr>
+</table>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+<div class="details">
+<ul class="blockList">
+<li class="blockList">
+<!-- ============ METHOD DETAIL ========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method_detail">
+<!--   -->
+</a>
+<h3>Method Detail</h3>
+<a name="withConfiguration(java.util.Map)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>withConfiguration</h4>
+<pre><a href="../../../../org/apache/twill/api/TwillPreparer.html" 
title="interface in 
org.apache.twill.api">TwillPreparer</a>&nbsp;withConfiguration(<a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true";
 title="class or interface in java.util">Map</a>&lt;<a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>,<a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&gt;&nbsp;config)</pre>
+<div class="block">Overrides the default configuration with the given set of 
configurations.</div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>config</code> - 
set of configurations to override</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="withConfiguration(java.lang.String, java.util.Map)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>withConfiguration</h4>
+<pre><a href="../../../../org/apache/twill/api/TwillPreparer.html" 
title="interface in 
org.apache.twill.api">TwillPreparer</a>&nbsp;withConfiguration(<a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;runnableName,
+                              <a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true";
 title="class or interface in java.util">Map</a>&lt;<a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>,<a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&gt;&nbsp;config)</pre>
+<div class="block">Overrides the default configuration with the given set of 
configurations for the given runnable only.
+ This is useful to override configurations that affects runnables, such as
+ <a 
href="../../../../org/apache/twill/api/Configs.Keys.html#JAVA_RESERVED_MEMORY_MB"><code>Configs.Keys.JAVA_RESERVED_MEMORY_MB</code></a>
 and <a 
href="../../../../org/apache/twill/api/Configs.Keys.html#HEAP_RESERVED_MIN_RATIO"><code>Configs.Keys.HEAP_RESERVED_MIN_RATIO</code></a>.</div>
+<dl><dt><span 
class="strong">Parameters:</span></dt><dd><code>runnableName</code> - Name of 
the <a href="../../../../org/apache/twill/api/TwillRunnable.html" 
title="interface in 
org.apache.twill.api"><code>TwillRunnable</code></a>.</dd><dd><code>config</code>
 - set of configurations to override</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="addLogHandler(org.apache.twill.api.logging.LogHandler)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>addLogHandler</h4>
+<pre><a href="../../../../org/apache/twill/api/TwillPreparer.html" 
title="interface in 
org.apache.twill.api">TwillPreparer</a>&nbsp;addLogHandler(<a 
href="../../../../org/apache/twill/api/logging/LogHandler.html" 
title="interface in 
org.apache.twill.api.logging">LogHandler</a>&nbsp;handler)</pre>
+<div class="block">Adds a <a 
href="../../../../org/apache/twill/api/logging/LogHandler.html" 
title="interface in org.apache.twill.api.logging"><code>LogHandler</code></a> 
for receiving an application log.</div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>handler</code> - 
The <a href="../../../../org/apache/twill/api/logging/LogHandler.html" 
title="interface in 
org.apache.twill.api.logging"><code>LogHandler</code></a>.</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="setUser(java.lang.String)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setUser</h4>
+<pre><a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Deprecated.html?is-external=true";
 title="class or interface in java.lang">@Deprecated</a>
+<a href="../../../../org/apache/twill/api/TwillPreparer.html" title="interface 
in org.apache.twill.api">TwillPreparer</a>&nbsp;setUser(<a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;user)</pre>
+<div class="block"><span class="strong">Deprecated.</span>&nbsp;<i>This method 
will be removed in future version.</i></div>
+<div class="block">Sets the user name that runs the application. Default value 
is get from <code>"user.name"</code> by calling
+ <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/System.html?is-external=true#getProperty(java.lang.String)"
 title="class or interface in 
java.lang"><code>System.getProperty(String)</code></a>.</div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>user</code> - 
User name</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="setSchedulerQueue(java.lang.String)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setSchedulerQueue</h4>
+<pre><a href="../../../../org/apache/twill/api/TwillPreparer.html" 
title="interface in 
org.apache.twill.api">TwillPreparer</a>&nbsp;setSchedulerQueue(<a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;name)</pre>
+<div class="block">Sets the name of the scheduler queue to use.</div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>name</code> - 
Name of the scheduler queue</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="setJVMOptions(java.lang.String)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setJVMOptions</h4>
+<pre><a href="../../../../org/apache/twill/api/TwillPreparer.html" 
title="interface in 
org.apache.twill.api">TwillPreparer</a>&nbsp;setJVMOptions(<a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;options)</pre>
+<div class="block">This methods sets the extra JVM options that will be passed 
to the java command line for every runnable
+ of the application started through this <a 
href="../../../../org/apache/twill/api/TwillPreparer.html" title="interface in 
org.apache.twill.api"><code>TwillPreparer</code></a> instance.
+
+ This is intended for advance usage. All options will be passed unchanged to 
the java command line. Invalid
+ options could cause application not able to start.</div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>options</code> - 
extra JVM options.</dd></dl>
+</li>
+</ul>
+<a name="setJVMOptions(java.lang.String, java.lang.String)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setJVMOptions</h4>
+<pre><a href="../../../../org/apache/twill/api/TwillPreparer.html" 
title="interface in 
org.apache.twill.api">TwillPreparer</a>&nbsp;setJVMOptions(<a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;runnableName,
+                          <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;options)</pre>
+<div class="block">This methods sets the extra JVM options that will be passed 
to the java command line for the given runnable
+ of the application started through this <a 
href="../../../../org/apache/twill/api/TwillPreparer.html" title="interface in 
org.apache.twill.api"><code>TwillPreparer</code></a> instance.
+ The options set for the given runnable will be appended to any global options 
set through the
+ <a 
href="../../../../org/apache/twill/api/TwillPreparer.html#setJVMOptions(java.lang.String)"><code>setJVMOptions(String)</code></a>
 or <a 
href="../../../../org/apache/twill/api/TwillPreparer.html#addJVMOptions(java.lang.String)"><code>addJVMOptions(String)</code></a>
 method.
+
+ This is intended for advance usage. All options will be passed unchanged to 
the java command line. Invalid
+ options could cause application not able to start.</div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>options</code> - 
extra JVM options.</dd></dl>
+</li>
+</ul>
+<a name="addJVMOptions(java.lang.String)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>addJVMOptions</h4>
+<pre><a href="../../../../org/apache/twill/api/TwillPreparer.html" 
title="interface in 
org.apache.twill.api">TwillPreparer</a>&nbsp;addJVMOptions(<a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;options)</pre>
+<div class="block">This methods adds extra JVM options that will be passed to 
the java command line for every runnable
+ of the application started through this <a 
href="../../../../org/apache/twill/api/TwillPreparer.html" title="interface in 
org.apache.twill.api"><code>TwillPreparer</code></a> instance.
+
+ This is intended for advance usage. All options will be passed unchanged to 
the java command line. Invalid
+ options could cause application not able to start.</div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>options</code> - 
extra JVM options.</dd></dl>
+</li>
+</ul>
+<a name="enableDebugging(java.lang.String...)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>enableDebugging</h4>
+<pre><a href="../../../../org/apache/twill/api/TwillPreparer.html" 
title="interface in 
org.apache.twill.api">TwillPreparer</a>&nbsp;enableDebugging(<a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>...&nbsp;runnables)</pre>
+<div class="block">Enable debugging for runnables, without suspending the 
virtual machine to wait for the debugger.
+ This replaces any previous debug settings.</div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>runnables</code> 
- the names of runnables to enable for debugging. If empty, it means all 
runnables.</dd></dl>
+</li>
+</ul>
+<a name="enableDebugging(boolean, java.lang.String...)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>enableDebugging</h4>
+<pre><a href="../../../../org/apache/twill/api/TwillPreparer.html" 
title="interface in 
org.apache.twill.api">TwillPreparer</a>&nbsp;enableDebugging(boolean&nbsp;doSuspend,
+                            <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>...&nbsp;runnables)</pre>
+<div class="block">Enable debugging for runnables. This replaces any previous 
debug settings.</div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>doSuspend</code> 
- whether the virtual machines should be supended until the debugger connects. 
This
+                  option allows to debug a container from the very beginning. 
Note that in that case,
+                  the container cannot notify the controller of its debug port 
until the debugger is
+                  attached - you must figure out where it is running using the 
YARN console or APIs.</dd><dd><code>runnables</code> - the names of runnables 
to enable for debugging. If empty, it means all runnables.</dd></dl>
+</li>
+</ul>
+<a name="withApplicationArguments(java.lang.String...)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>withApplicationArguments</h4>
+<pre><a href="../../../../org/apache/twill/api/TwillPreparer.html" 
title="interface in 
org.apache.twill.api">TwillPreparer</a>&nbsp;withApplicationArguments(<a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>...&nbsp;args)</pre>
+<div class="block">Sets the list of arguments that will be passed to the 
application. The arguments can be retrieved
+ from <a 
href="../../../../org/apache/twill/api/TwillContext.html#getApplicationArguments()"><code>TwillContext.getApplicationArguments()</code></a>.</div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>args</code> - 
Array of arguments.</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="withApplicationArguments(java.lang.Iterable)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>withApplicationArguments</h4>
+<pre><a href="../../../../org/apache/twill/api/TwillPreparer.html" 
title="interface in 
org.apache.twill.api">TwillPreparer</a>&nbsp;withApplicationArguments(<a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Iterable.html?is-external=true";
 title="class or interface in java.lang">Iterable</a>&lt;<a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&gt;&nbsp;args)</pre>
+<div class="block">Sets the list of arguments that will be passed to the 
application. The arguments can be retrieved
+ from <a 
href="../../../../org/apache/twill/api/TwillContext.html#getApplicationArguments()"><code>TwillContext.getApplicationArguments()</code></a>.</div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>args</code> - 
Iterable of arguments.</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="withArguments(java.lang.String, java.lang.String...)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>withArguments</h4>
+<pre><a href="../../../../org/apache/twill/api/TwillPreparer.html" 
title="interface in 
org.apache.twill.api">TwillPreparer</a>&nbsp;withArguments(<a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;runnableName,
+                          <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>...&nbsp;args)</pre>
+<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.
+ The arguments can be retrieved from <a 
href="../../../../org/apache/twill/api/TwillContext.html#getArguments()"><code>TwillContext.getArguments()</code></a>.</div>
+<dl><dt><span 
class="strong">Parameters:</span></dt><dd><code>runnableName</code> - Name of 
the <a href="../../../../org/apache/twill/api/TwillRunnable.html" 
title="interface in 
org.apache.twill.api"><code>TwillRunnable</code></a>.</dd><dd><code>args</code> 
- Array of arguments.</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="withArguments(java.lang.String, java.lang.Iterable)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>withArguments</h4>
+<pre><a href="../../../../org/apache/twill/api/TwillPreparer.html" 
title="interface in 
org.apache.twill.api">TwillPreparer</a>&nbsp;withArguments(<a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;runnableName,
+                          <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Iterable.html?is-external=true";
 title="class or interface in java.lang">Iterable</a>&lt;<a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&gt;&nbsp;args)</pre>
+<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.
+ The arguments can be retrieved from <a 
href="../../../../org/apache/twill/api/TwillContext.html#getArguments()"><code>TwillContext.getArguments()</code></a>.</div>
+<dl><dt><span 
class="strong">Parameters:</span></dt><dd><code>runnableName</code> - Name of 
the <a href="../../../../org/apache/twill/api/TwillRunnable.html" 
title="interface in 
org.apache.twill.api"><code>TwillRunnable</code></a>.</dd><dd><code>args</code> 
- Iterable of arguments.</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="withDependencies(java.lang.Class...)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>withDependencies</h4>
+<pre><a href="../../../../org/apache/twill/api/TwillPreparer.html" 
title="interface in 
org.apache.twill.api">TwillPreparer</a>&nbsp;withDependencies(<a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true";
 title="class or interface in 
java.lang">Class</a>&lt;?&gt;...&nbsp;classes)</pre>
+<div class="block">Adds extra classes that the application is dependent on and 
is not traceable from the application itself.</div>
+<dl><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><dt><span 
class="strong">See Also:</span></dt><dd><a 
href="../../../../org/apache/twill/api/TwillPreparer.html#withDependencies(java.lang.Iterable)"><code>withDependencies(Iterable)</code></a></dd></dl>
+</li>
+</ul>
+<a name="withDependencies(java.lang.Iterable)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>withDependencies</h4>
+<pre><a href="../../../../org/apache/twill/api/TwillPreparer.html" 
title="interface in 
org.apache.twill.api">TwillPreparer</a>&nbsp;withDependencies(<a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Iterable.html?is-external=true";
 title="class or interface in java.lang">Iterable</a>&lt;<a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true";
 title="class or interface in 
java.lang">Class</a>&lt;?&gt;&gt;&nbsp;classes)</pre>
+<div class="block">Adds extra classes that the application is dependent on and 
is not traceable from the application itself.
+ E.g. Class name used in <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true#forName(java.lang.String)"
 title="class or interface in 
java.lang"><code>Class.forName(String)</code></a>.</div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>classes</code> - 
set of classes to add to dependency list for generating the deployment jar.</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="withResources(java.net.URI...)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>withResources</h4>
+<pre><a href="../../../../org/apache/twill/api/TwillPreparer.html" 
title="interface in 
org.apache.twill.api">TwillPreparer</a>&nbsp;withResources(<a 
href="http://docs.oracle.com/javase/7/docs/api/java/net/URI.html?is-external=true";
 title="class or interface in java.net">URI</a>...&nbsp;resources)</pre>
+<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>
+<dl><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><dt><span 
class="strong">See Also:</span></dt><dd><a 
href="../../../../org/apache/twill/api/TwillPreparer.html#withResources(java.lang.Iterable)"><code>withResources(Iterable)</code></a></dd></dl>
+</li>
+</ul>
+<a name="withResources(java.lang.Iterable)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>withResources</h4>
+<pre><a href="../../../../org/apache/twill/api/TwillPreparer.html" 
title="interface in 
org.apache.twill.api">TwillPreparer</a>&nbsp;withResources(<a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Iterable.html?is-external=true";
 title="class or interface in java.lang">Iterable</a>&lt;<a 
href="http://docs.oracle.com/javase/7/docs/api/java/net/URI.html?is-external=true";
 title="class or interface in java.net">URI</a>&gt;&nbsp;resources)</pre>
+<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>.
+ Useful for adding extra resource files or libraries that are not traceable 
from the application itself.
+ If the URI is a jar file, classes inside would be loadable by the 
ClassLoader. If the URI is a directory,
+ everything underneath would be available.</div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>resources</code> 
- Set of URI to the resources.</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="withClassPaths(java.lang.String...)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>withClassPaths</h4>
+<pre><a href="../../../../org/apache/twill/api/TwillPreparer.html" 
title="interface in 
org.apache.twill.api">TwillPreparer</a>&nbsp;withClassPaths(<a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>...&nbsp;classPaths)</pre>
+<div class="block">Adds the set of paths to the classpath on the target 
machine for all runnables.</div>
+<dl><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><dt><span 
class="strong">See Also:</span></dt><dd><a 
href="../../../../org/apache/twill/api/TwillPreparer.html#withClassPaths(java.lang.Iterable)"><code>withClassPaths(Iterable)</code></a></dd></dl>
+</li>
+</ul>
+<a name="withClassPaths(java.lang.Iterable)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>withClassPaths</h4>
+<pre><a href="../../../../org/apache/twill/api/TwillPreparer.html" 
title="interface in 
org.apache.twill.api">TwillPreparer</a>&nbsp;withClassPaths(<a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Iterable.html?is-external=true";
 title="class or interface in java.lang">Iterable</a>&lt;<a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&gt;&nbsp;classPaths)</pre>
+<div class="block">Adds the set of paths to the classpath on the target 
machine for all runnables.
+ Note that the paths would be just added without verification.</div>
+<dl><dt><span 
class="strong">Parameters:</span></dt><dd><code>classPaths</code> - Set of 
classpaths</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="withEnv(java.util.Map)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>withEnv</h4>
+<pre><a href="../../../../org/apache/twill/api/TwillPreparer.html" 
title="interface in org.apache.twill.api">TwillPreparer</a>&nbsp;withEnv(<a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true";
 title="class or interface in java.util">Map</a>&lt;<a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>,<a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&gt;&nbsp;env)</pre>
+<div class="block">Adds the set of environment variables that will be set as 
container environment variables for all runnables.</div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>env</code> - set 
of environment variables</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="withEnv(java.lang.String, java.util.Map)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>withEnv</h4>
+<pre><a href="../../../../org/apache/twill/api/TwillPreparer.html" 
title="interface in org.apache.twill.api">TwillPreparer</a>&nbsp;withEnv(<a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;runnableName,
+                    <a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true";
 title="class or interface in java.util">Map</a>&lt;<a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>,<a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&gt;&nbsp;env)</pre>
+<div class="block">Adds the set of environment variables that will be set as 
container environment variables for the given runnable.
+ Environment variables set through this method has higher precedence than the 
one set through <a 
href="../../../../org/apache/twill/api/TwillPreparer.html#withEnv(java.util.Map)"><code>withEnv(Map)</code></a>
+ if there is a key clash.</div>
+<dl><dt><span 
class="strong">Parameters:</span></dt><dd><code>runnableName</code> - Name of 
the <a href="../../../../org/apache/twill/api/TwillRunnable.html" 
title="interface in 
org.apache.twill.api"><code>TwillRunnable</code></a>.</dd><dd><code>env</code> 
- set of environment variables</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="withApplicationClassPaths(java.lang.String...)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>withApplicationClassPaths</h4>
+<pre><a href="../../../../org/apache/twill/api/TwillPreparer.html" 
title="interface in 
org.apache.twill.api">TwillPreparer</a>&nbsp;withApplicationClassPaths(<a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>...&nbsp;classPaths)</pre>
+<div class="block">Adds the set of paths to the classpath on the target 
machine for ApplicationMaster and all runnables.</div>
+<dl><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="withApplicationClassPaths(java.lang.Iterable)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>withApplicationClassPaths</h4>
+<pre><a href="../../../../org/apache/twill/api/TwillPreparer.html" 
title="interface in 
org.apache.twill.api">TwillPreparer</a>&nbsp;withApplicationClassPaths(<a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Iterable.html?is-external=true";
 title="class or interface in java.lang">Iterable</a>&lt;<a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&gt;&nbsp;classPaths)</pre>
+<div class="block">Adds the set of paths to the classpath on the target 
machine for ApplicationMaster and all runnables.</div>
+<dl><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="withBundlerClassAcceptor(org.apache.twill.api.ClassAcceptor)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>withBundlerClassAcceptor</h4>
+<pre><a href="../../../../org/apache/twill/api/TwillPreparer.html" 
title="interface in 
org.apache.twill.api">TwillPreparer</a>&nbsp;withBundlerClassAcceptor(<a 
href="../../../../org/apache/twill/api/ClassAcceptor.html" title="class in 
org.apache.twill.api">ClassAcceptor</a>&nbsp;classAcceptor)</pre>
+<div class="block">Uses <a 
href="../../../../org/apache/twill/api/ClassAcceptor.html" title="class in 
org.apache.twill.api"><code>ClassAcceptor</code></a> to determine the classes 
to include in the bundle jar for
+ ApplicationMaster and all runnables.</div>
+<dl><dt><span 
class="strong">Parameters:</span></dt><dd><code>classAcceptor</code> - to 
specify which classes to include in the bundle jar</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="withMaxRetries(java.lang.String, int)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>withMaxRetries</h4>
+<pre><a href="../../../../org/apache/twill/api/TwillPreparer.html" 
title="interface in 
org.apache.twill.api">TwillPreparer</a>&nbsp;withMaxRetries(<a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;runnableName,
+                           int&nbsp;maxRetries)</pre>
+<div class="block">Sets the maximum number of times (per instance) a runnable 
will be retried if it exits without success. The default
+ behavior is to retry indefinitely.</div>
+<dl><dt><span 
class="strong">Parameters:</span></dt><dd><code>runnableName</code> - Name of 
the <a href="../../../../org/apache/twill/api/TwillRunnable.html" 
title="interface in 
org.apache.twill.api"><code>TwillRunnable</code></a>.</dd><dd><code>maxRetries</code>
 - maximum number of retries per instance</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="addSecureStore(org.apache.twill.api.SecureStore)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>addSecureStore</h4>
+<pre><a href="../../../../org/apache/twill/api/TwillPreparer.html" 
title="interface in 
org.apache.twill.api">TwillPreparer</a>&nbsp;addSecureStore(<a 
href="../../../../org/apache/twill/api/SecureStore.html" title="interface in 
org.apache.twill.api">SecureStore</a>&nbsp;secureStore)</pre>
+<div class="block">Adds security credentials for the runtime environment to 
gives application access to resources.</div>
+<dl><dt><span 
class="strong">Parameters:</span></dt><dd><code>secureStore</code> - Contains 
security token available for the runtime environment.</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="setLogLevel(org.apache.twill.api.logging.LogEntry.Level)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setLogLevel</h4>
+<pre><a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Deprecated.html?is-external=true";
 title="class or interface in java.lang">@Deprecated</a>
+<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"><span class="strong">Deprecated.</span>&nbsp;<i>Use <a 
href="../../../../org/apache/twill/api/TwillPreparer.html#setLogLevels(java.util.Map)"><code>setLogLevels(Map)</code></a>
 with key <code>Logger.ROOT_LOGGER_NAME</code> instead.</i></div>
+<div class="block">Set the root log level for Twill applications in all 
containers.</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="setLogLevels(java.util.Map)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setLogLevels</h4>
+<pre><a href="../../../../org/apache/twill/api/TwillPreparer.html" 
title="interface in 
org.apache.twill.api">TwillPreparer</a>&nbsp;setLogLevels(<a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true";
 title="class or interface in java.util">Map</a>&lt;<a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>,<a 
href="../../../../org/apache/twill/api/logging/LogEntry.Level.html" title="enum 
in org.apache.twill.api.logging">LogEntry.Level</a>&gt;&nbsp;logLevels)</pre>
+<div class="block">Set the log levels for requested logger names for Twill 
applications running in a container. The log level of any
+ logger cannot be <code>null</code>, if there is <code>null</code> value, a <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/IllegalArgumentException.html?is-external=true";
 title="class or interface in 
java.lang"><code>IllegalArgumentException</code></a> will be thrown.</div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>logLevels</code> 
- The <a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true";
 title="class or interface in java.util"><code>Map</code></a> contains the 
requested logger names and log levels that need to be set.</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="setLogLevels(java.lang.String, java.util.Map)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setLogLevels</h4>
+<pre><a href="../../../../org/apache/twill/api/TwillPreparer.html" 
title="interface in 
org.apache.twill.api">TwillPreparer</a>&nbsp;setLogLevels(<a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;runnableName,
+                         <a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true";
 title="class or interface in java.util">Map</a>&lt;<a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>,<a 
href="../../../../org/apache/twill/api/logging/LogEntry.Level.html" title="enum 
in 
org.apache.twill.api.logging">LogEntry.Level</a>&gt;&nbsp;logLevelsForRunnable)</pre>
+<div class="block">Set the log levels for requested logger names for a <a 
href="../../../../org/apache/twill/api/TwillRunnable.html" title="interface in 
org.apache.twill.api"><code>TwillRunnable</code></a>. The log level of any 
logger cannot be
+ <code>null</code>, if there is <code>null</code> value, a <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/IllegalArgumentException.html?is-external=true";
 title="class or interface in 
java.lang"><code>IllegalArgumentException</code></a> will be thrown.</div>
+<dl><dt><span 
class="strong">Parameters:</span></dt><dd><code>runnableName</code> - The name 
of the runnable to set the log level.</dd><dd><code>logLevelsForRunnable</code> 
- The <a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true";
 title="class or interface in java.util"><code>Map</code></a> contains the 
requested logger names and log levels that need to be set.</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="setClassLoader(java.lang.String)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setClassLoader</h4>
+<pre><a href="../../../../org/apache/twill/api/TwillPreparer.html" 
title="interface in 
org.apache.twill.api">TwillPreparer</a>&nbsp;setClassLoader(<a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in 
java.lang">String</a>&nbsp;classLoaderClassName)</pre>
+<div class="block">Sets the class name of the <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/ClassLoader.html?is-external=true";
 title="class or interface in java.lang"><code>ClassLoader</code></a> to be 
used for loading twill and application classes for
+ all containers. The <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/ClassLoader.html?is-external=true";
 title="class or interface in java.lang"><code>ClassLoader</code></a> class 
should have a public constructor that takes two parameters in the
+ form of <code>(URL[] urls, ClassLoader parentClassLoader)</code>.
+ The first parameter is an array of <a 
href="http://docs.oracle.com/javase/7/docs/api/java/net/URL.html?is-external=true";
 title="class or interface in java.net"><code>URL</code></a> that contains the 
list of <a 
href="http://docs.oracle.com/javase/7/docs/api/java/net/URL.html?is-external=true";
 title="class or interface in java.net"><code>URL</code></a> for loading 
classes and
+ resources; the second parameter is the parent <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/ClassLoader.html?is-external=true";
 title="class or interface in java.lang"><code>ClassLoader</code></a>.</div>
+<dl><dt><span 
class="strong">Parameters:</span></dt><dd><code>classLoaderClassName</code> - 
name of the <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/ClassLoader.html?is-external=true";
 title="class or interface in java.lang"><code>ClassLoader</code></a> 
class.</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>
+<ul class="blockList">
+<li class="blockList">
+<h4>start</h4>
+<pre><a href="../../../../org/apache/twill/api/TwillController.html" 
title="interface in org.apache.twill.api">TwillController</a>&nbsp;start()</pre>
+<div class="block">Starts the application. It's the same as calling <a 
href="../../../../org/apache/twill/api/TwillPreparer.html#start(long,%20java.util.concurrent.TimeUnit)"><code>start(long,
 TimeUnit)</code></a> with timeout of 60 seconds.</div>
+<dl><dt><span class="strong">Returns:</span></dt><dd>A <a 
href="../../../../org/apache/twill/api/TwillController.html" title="interface 
in org.apache.twill.api"><code>TwillController</code></a> for controlling the 
running application.</dd></dl>
+</li>
+</ul>
+<a name="start(long, java.util.concurrent.TimeUnit)">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>start</h4>
+<pre><a href="../../../../org/apache/twill/api/TwillController.html" 
title="interface in 
org.apache.twill.api">TwillController</a>&nbsp;start(long&nbsp;timeout,
+                    <a 
href="http://docs.oracle.com/javase/7/docs/api/java/util/concurrent/TimeUnit.html?is-external=true";
 title="class or interface in 
java.util.concurrent">TimeUnit</a>&nbsp;timeoutUnit)</pre>
+<div class="block">Starts the application. The application must be started 
within the given timeout. An application may fail to start
+ within a given time if there is insufficient resources.</div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>timeout</code> - 
maximum time to wait for the application to 
start</dd><dd><code>timeoutUnit</code> - unit for the timeout</dd>
+<dt><span class="strong">Returns:</span></dt><dd>A <a 
href="../../../../org/apache/twill/api/TwillController.html" title="interface 
in org.apache.twill.api"><code>TwillController</code></a> for controlling the 
running application.</dd></dl>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+</div>
+<!-- ========= END OF CLASS DATA ========= -->
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
+<div class="bottomNav"><a name="navbar_bottom">
+<!--   -->
+</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a 
name="navbar_bottom_firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../../../overview-summary.html">Overview</a></li>
+<li><a href="package-summary.html">Package</a></li>
+<li class="navBarCell1Rev">Class</li>
+<li><a href="class-use/TwillPreparer.html">Use</a></li>
+<li><a href="package-tree.html">Tree</a></li>
+<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
+<li><a href="../../../../index-all.html">Index</a></li>
+<li><a href="../../../../help-doc.html">Help</a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li><a href="../../../../org/apache/twill/api/TwillController.html" 
title="interface in org.apache.twill.api"><span class="strong">Prev 
Class</span></a></li>
+<li><a href="../../../../org/apache/twill/api/TwillRunnable.html" 
title="interface in org.apache.twill.api"><span class="strong">Next 
Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?org/apache/twill/api/TwillPreparer.html" 
target="_top">Frames</a></li>
+<li><a href="TwillPreparer.html" target="_top">No Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_bottom">
+<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_bottom");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<div>
+<ul class="subNavList">
+<li>Summary:&nbsp;</li>
+<li>Nested&nbsp;|&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li>Constr&nbsp;|&nbsp;</li>
+<li><a href="#method_summary">Method</a></li>
+</ul>
+<ul class="subNavList">
+<li>Detail:&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li>Constr&nbsp;|&nbsp;</li>
+<li><a href="#method_detail">Method</a></li>
+</ul>
+</div>
+<a name="skip-navbar_bottom">
+<!--   -->
+</a></div>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+<p class="legalCopy"><small>Copyright &#169; 2013-2016 <a 
href="http://www.apache.org";>The Apache Software Foundation</a>. All rights 
reserved.</small></p>
+</body>
+</html>

Reply via email to