blob: e0caab86a296eb12aa519ff73211ce6159fd2c5b [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<title>SetupTaskContext (Oomph Setup Documentation)</title>
<meta name="date" content="">
<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="SetupTaskContext (Oomph Setup Documentation)";
}
//-->
</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/SetupTaskContext.html">Use</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/eclipse/oomph/setup/SetupTaskContainer.html" title="interface in org.eclipse.oomph.setup"><span class="strong">Prev Class</span></a></li>
<li><a href="../../../../org/eclipse/oomph/setup/Stream.html" title="interface in org.eclipse.oomph.setup"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?org/eclipse/oomph/setup/SetupTaskContext.html" target="_top">Frames</a></li>
<li><a href="SetupTaskContext.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.eclipse.oomph.setup</div>
<h2 title="Interface SetupTaskContext" class="title">Interface SetupTaskContext</h2>
</div>
<div class="contentContainer">
<div class="description">
<ul class="blockList">
<li class="blockList">
<dl>
<dt>All Superinterfaces:</dt>
<dd><a href="../../../../org/eclipse/oomph/setup/log/ProgressLog.html" title="interface in org.eclipse.oomph.setup.log">ProgressLog</a></dd>
</dl>
<hr>
<br>
<pre>public interface <span class="strong">SetupTaskContext</span>
extends <a href="../../../../org/eclipse/oomph/setup/log/ProgressLog.html" title="interface in org.eclipse.oomph.setup.log">ProgressLog</a></pre>
<dl><dt><span class="strong">Author:</span></dt>
<dd>Eike Stepper</dd></dl>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- =========== FIELD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="field_summary">
<!-- -->
</a>
<h3>Field Summary</h3>
<ul class="blockList">
<li class="blockList"><a name="fields_inherited_from_class_org.eclipse.oomph.setup.log.ProgressLog">
<!-- -->
</a>
<h3>Fields inherited from interface&nbsp;org.eclipse.oomph.setup.log.<a href="../../../../org/eclipse/oomph/setup/log/ProgressLog.html" title="interface in org.eclipse.oomph.setup.log">ProgressLog</a></h3>
<code><a href="../../../../org/eclipse/oomph/setup/log/ProgressLog.html#INSTANCE">INSTANCE</a></code></li>
</ul>
</li>
</ul>
<!-- ========== 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>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/eclipse/oomph/setup/SetupTaskContext.html#checkCancelation()">checkCancelation</a></strong>()</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></code></td>
<td class="colLast"><code><strong><a href="../../../../org/eclipse/oomph/setup/SetupTaskContext.html#get(java.lang.Object)">get</a></strong>(<a href="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;key)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../org/eclipse/oomph/setup/Installation.html" title="interface in org.eclipse.oomph.setup">Installation</a></code></td>
<td class="colLast"><code><strong><a href="../../../../org/eclipse/oomph/setup/SetupTaskContext.html#getInstallation()">getInstallation</a></strong>()</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="http://download.oracle.com/javase/1.5.0/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a></code></td>
<td class="colLast"><code><strong><a href="../../../../org/eclipse/oomph/setup/SetupTaskContext.html#getInstallationLocation()">getInstallationLocation</a></strong>()</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../org/eclipse/oomph/setup/util/OS.html" title="class in org.eclipse.oomph.setup.util">OS</a></code></td>
<td class="colLast"><code><strong><a href="../../../../org/eclipse/oomph/setup/SetupTaskContext.html#getOS()">getOS</a></strong>()</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="http://download.oracle.com/javase/1.5.0/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a></code></td>
<td class="colLast"><code><strong><a href="../../../../org/eclipse/oomph/setup/SetupTaskContext.html#getProductConfigurationLocation()">getProductConfigurationLocation</a></strong>()</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="http://download.oracle.com/javase/1.5.0/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a></code></td>
<td class="colLast"><code><strong><a href="../../../../org/eclipse/oomph/setup/SetupTaskContext.html#getProductLocation()">getProductLocation</a></strong>()</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>org.eclipse.oomph.internal.setup.SetupPrompter</code></td>
<td class="colLast"><code><strong><a href="../../../../org/eclipse/oomph/setup/SetupTaskContext.html#getPrompter()">getPrompter</a></strong>()</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../org/eclipse/oomph/setup/Trigger.html" title="enum in org.eclipse.oomph.setup">Trigger</a></code></td>
<td class="colLast"><code><strong><a href="../../../../org/eclipse/oomph/setup/SetupTaskContext.html#getTrigger()">getTrigger</a></strong>()</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.9.0/org/eclipse/emf/ecore/resource/URIConverter.html?is-external=true" title="class or interface in org.eclipse.emf.ecore.resource">URIConverter</a></code></td>
<td class="colLast"><code><strong><a href="../../../../org/eclipse/oomph/setup/SetupTaskContext.html#getURIConverter()">getURIConverter</a></strong>()</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../org/eclipse/oomph/setup/User.html" title="interface in org.eclipse.oomph.setup">User</a></code></td>
<td class="colLast"><code><strong><a href="../../../../org/eclipse/oomph/setup/SetupTaskContext.html#getUser()">getUser</a></strong>()</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../org/eclipse/oomph/setup/Workspace.html" title="interface in org.eclipse.oomph.setup">Workspace</a></code></td>
<td class="colLast"><code><strong><a href="../../../../org/eclipse/oomph/setup/SetupTaskContext.html#getWorkspace()">getWorkspace</a></strong>()</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="http://download.oracle.com/javase/1.5.0/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a></code></td>
<td class="colLast"><code><strong><a href="../../../../org/eclipse/oomph/setup/SetupTaskContext.html#getWorkspaceLocation()">getWorkspaceLocation</a></strong>()</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><strong><a href="../../../../org/eclipse/oomph/setup/SetupTaskContext.html#isMirrors()">isMirrors</a></strong>()</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><strong><a href="../../../../org/eclipse/oomph/setup/SetupTaskContext.html#isOffline()">isOffline</a></strong>()</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><strong><a href="../../../../org/eclipse/oomph/setup/SetupTaskContext.html#isPerforming()">isPerforming</a></strong>()</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><strong><a href="../../../../org/eclipse/oomph/setup/SetupTaskContext.html#isRestartNeeded()">isRestartNeeded</a></strong>()</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="http://download.oracle.com/javase/1.5.0/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">Set</a>&lt;<a href="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&gt;</code></td>
<td class="colLast"><code><strong><a href="../../../../org/eclipse/oomph/setup/SetupTaskContext.html#keySet()">keySet</a></strong>()</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></code></td>
<td class="colLast"><code><strong><a href="../../../../org/eclipse/oomph/setup/SetupTaskContext.html#put(java.lang.Object,%20java.lang.Object)">put</a></strong>(<a href="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;key,
<a href="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;value)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><strong><a href="../../../../org/eclipse/oomph/setup/SetupTaskContext.html#redirect(java.lang.String)">redirect</a></strong>(<a href="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;uri)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.9.0/org/eclipse/emf/common/util/URI.html?is-external=true" title="class or interface in org.eclipse.emf.common.util">URI</a></code></td>
<td class="colLast"><code><strong><a href="../../../../org/eclipse/oomph/setup/SetupTaskContext.html#redirect(org.eclipse.emf.common.util.URI)">redirect</a></strong>(<a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.9.0/org/eclipse/emf/common/util/URI.html?is-external=true" title="class or interface in org.eclipse.emf.common.util">URI</a>&nbsp;uri)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/eclipse/oomph/setup/SetupTaskContext.html#setRestartNeeded(java.lang.String)">setRestartNeeded</a></strong>(<a href="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;reason)</code>&nbsp;</td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a name="methods_inherited_from_class_org.eclipse.oomph.setup.log.ProgressLog">
<!-- -->
</a>
<h3>Methods inherited from interface&nbsp;org.eclipse.oomph.setup.log.<a href="../../../../org/eclipse/oomph/setup/log/ProgressLog.html" title="interface in org.eclipse.oomph.setup.log">ProgressLog</a></h3>
<code><a href="../../../../org/eclipse/oomph/setup/log/ProgressLog.html#isCanceled()">isCanceled</a>, <a href="../../../../org/eclipse/oomph/setup/log/ProgressLog.html#log(org.eclipse.core.runtime.IStatus)">log</a>, <a href="../../../../org/eclipse/oomph/setup/log/ProgressLog.html#log(java.lang.String)">log</a>, <a href="../../../../org/eclipse/oomph/setup/log/ProgressLog.html#log(java.lang.String,%20boolean)">log</a>, <a href="../../../../org/eclipse/oomph/setup/log/ProgressLog.html#log(java.lang.Throwable)">log</a>, <a href="../../../../org/eclipse/oomph/setup/log/ProgressLog.html#setTerminating()">setTerminating</a>, <a href="../../../../org/eclipse/oomph/setup/log/ProgressLog.html#task(org.eclipse.oomph.setup.SetupTask)">task</a></code></li>
</ul>
</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="getPrompter()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getPrompter</h4>
<pre>org.eclipse.oomph.internal.setup.SetupPrompter&nbsp;getPrompter()</pre>
</li>
</ul>
<a name="getTrigger()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getTrigger</h4>
<pre><a href="../../../../org/eclipse/oomph/setup/Trigger.html" title="enum in org.eclipse.oomph.setup">Trigger</a>&nbsp;getTrigger()</pre>
</li>
</ul>
<a name="checkCancelation()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>checkCancelation</h4>
<pre>void&nbsp;checkCancelation()</pre>
</li>
</ul>
<a name="isPerforming()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>isPerforming</h4>
<pre>boolean&nbsp;isPerforming()</pre>
</li>
</ul>
<a name="isOffline()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>isOffline</h4>
<pre>boolean&nbsp;isOffline()</pre>
</li>
</ul>
<a name="isMirrors()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>isMirrors</h4>
<pre>boolean&nbsp;isMirrors()</pre>
</li>
</ul>
<a name="isRestartNeeded()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>isRestartNeeded</h4>
<pre>boolean&nbsp;isRestartNeeded()</pre>
</li>
</ul>
<a name="setRestartNeeded(java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setRestartNeeded</h4>
<pre>void&nbsp;setRestartNeeded(<a href="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;reason)</pre>
</li>
</ul>
<a name="getUser()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getUser</h4>
<pre><a href="../../../../org/eclipse/oomph/setup/User.html" title="interface in org.eclipse.oomph.setup">User</a>&nbsp;getUser()</pre>
</li>
</ul>
<a name="getWorkspace()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getWorkspace</h4>
<pre><a href="../../../../org/eclipse/oomph/setup/Workspace.html" title="interface in org.eclipse.oomph.setup">Workspace</a>&nbsp;getWorkspace()</pre>
</li>
</ul>
<a name="getInstallation()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getInstallation</h4>
<pre><a href="../../../../org/eclipse/oomph/setup/Installation.html" title="interface in org.eclipse.oomph.setup">Installation</a>&nbsp;getInstallation()</pre>
</li>
</ul>
<a name="getInstallationLocation()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getInstallationLocation</h4>
<pre><a href="http://download.oracle.com/javase/1.5.0/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;getInstallationLocation()</pre>
</li>
</ul>
<a name="getProductLocation()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getProductLocation</h4>
<pre><a href="http://download.oracle.com/javase/1.5.0/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;getProductLocation()</pre>
</li>
</ul>
<a name="getProductConfigurationLocation()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getProductConfigurationLocation</h4>
<pre><a href="http://download.oracle.com/javase/1.5.0/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;getProductConfigurationLocation()</pre>
</li>
</ul>
<a name="getWorkspaceLocation()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getWorkspaceLocation</h4>
<pre><a href="http://download.oracle.com/javase/1.5.0/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;getWorkspaceLocation()</pre>
</li>
</ul>
<a name="getOS()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getOS</h4>
<pre><a href="../../../../org/eclipse/oomph/setup/util/OS.html" title="class in org.eclipse.oomph.setup.util">OS</a>&nbsp;getOS()</pre>
</li>
</ul>
<a name="getURIConverter()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getURIConverter</h4>
<pre><a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.9.0/org/eclipse/emf/ecore/resource/URIConverter.html?is-external=true" title="class or interface in org.eclipse.emf.ecore.resource">URIConverter</a>&nbsp;getURIConverter()</pre>
</li>
</ul>
<a name="redirect(org.eclipse.emf.common.util.URI)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>redirect</h4>
<pre><a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.9.0/org/eclipse/emf/common/util/URI.html?is-external=true" title="class or interface in org.eclipse.emf.common.util">URI</a>&nbsp;redirect(<a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.9.0/org/eclipse/emf/common/util/URI.html?is-external=true" title="class or interface in org.eclipse.emf.common.util">URI</a>&nbsp;uri)</pre>
</li>
</ul>
<a name="redirect(java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>redirect</h4>
<pre><a href="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;redirect(<a href="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;uri)</pre>
</li>
</ul>
<a name="get(java.lang.Object)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>get</h4>
<pre><a href="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;get(<a href="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;key)</pre>
</li>
</ul>
<a name="put(java.lang.Object, java.lang.Object)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>put</h4>
<pre><a href="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;put(<a href="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;key,
<a href="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;value)</pre>
</li>
</ul>
<a name="keySet()">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>keySet</h4>
<pre><a href="http://download.oracle.com/javase/1.5.0/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">Set</a>&lt;<a href="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&gt;&nbsp;keySet()</pre>
</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/SetupTaskContext.html">Use</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/eclipse/oomph/setup/SetupTaskContainer.html" title="interface in org.eclipse.oomph.setup"><span class="strong">Prev Class</span></a></li>
<li><a href="../../../../org/eclipse/oomph/setup/Stream.html" title="interface in org.eclipse.oomph.setup"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?org/eclipse/oomph/setup/SetupTaskContext.html" target="_top">Frames</a></li>
<li><a href="SetupTaskContext.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><i class="copyright">Copyright (c) 2014 Eike Stepper (Loehne, Germany) and others.<br>All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v2.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v20.html</i></small></p>
</body>
</html>