blob: ee7bcdb71a7d2f08d97c3ddcb7ff5aa9ae1a8333 [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>Index (Oomph Utilities 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="Index (Oomph Utilities 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>Package</li>
<li>Class</li>
<li>Use</li>
<li><a href="./deprecated-list.html">Deprecated</a></li>
<li class="navBarCell1Rev">Index</li>
<li><a href="./help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="./index.html?index-all.html" target="_top">Frames</a></li>
<li><a href="index-all.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>
<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="contentContainer"><a href="#_A_">A</a>&nbsp;<a href="#_B_">B</a>&nbsp;<a href="#_C_">C</a>&nbsp;<a href="#_D_">D</a>&nbsp;<a href="#_E_">E</a>&nbsp;<a href="#_F_">F</a>&nbsp;<a href="#_G_">G</a>&nbsp;<a href="#_H_">H</a>&nbsp;<a href="#_I_">I</a>&nbsp;<a href="#_K_">K</a>&nbsp;<a href="#_L_">L</a>&nbsp;<a href="#_M_">M</a>&nbsp;<a href="#_N_">N</a>&nbsp;<a href="#_O_">O</a>&nbsp;<a href="#_P_">P</a>&nbsp;<a href="#_Q_">Q</a>&nbsp;<a href="#_R_">R</a>&nbsp;<a href="#_S_">S</a>&nbsp;<a href="#_T_">T</a>&nbsp;<a href="#_U_">U</a>&nbsp;<a href="#_V_">V</a>&nbsp;<a href="#_W_">W</a>&nbsp;<a href="#_X_">X</a>&nbsp;<a href="#_Z_">Z</a>&nbsp;<a name="_A_">
<!-- -->
</a>
<h2 class="title">A</h2>
<dl>
<dt><a href="./org/eclipse/oomph/ui/AbstractDialog.html" title="class in org.eclipse.oomph.ui"><span class="strong">AbstractDialog</span></a> - Class in <a href="./org/eclipse/oomph/ui/package-summary.html">org.eclipse.oomph.ui</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/ui/AbstractDialog.html#AbstractDialog(org.eclipse.swt.widgets.Shell,%20java.lang.String,%20int,%20int,%20org.eclipse.oomph.ui.OomphUIPlugin,%20java.lang.String)">AbstractDialog(Shell, String, int, int, OomphUIPlugin, String)</a></span> - Constructor for class org.eclipse.oomph.ui.<a href="./org/eclipse/oomph/ui/AbstractDialog.html" title="class in org.eclipse.oomph.ui">AbstractDialog</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/eclipse/oomph/util/AbstractFilteredIterator.html" title="class in org.eclipse.oomph.util"><span class="strong">AbstractFilteredIterator</span></a>&lt;<a href="./org/eclipse/oomph/util/AbstractFilteredIterator.html" title="type parameter in AbstractFilteredIterator">T</a>&gt; - Class in <a href="./org/eclipse/oomph/util/package-summary.html">org.eclipse.oomph.util</a></dt>
<dd>
<div class="block">An abstract base class for custom iterators that <a href="./org/eclipse/oomph/util/AbstractFilteredIterator.html#isValid(T)"><code>filter</code></a> the elements of a delegate iterator.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/AbstractFilteredIterator.html#AbstractFilteredIterator(java.util.Iterator)">AbstractFilteredIterator(Iterator&lt;T&gt;)</a></span> - Constructor for class org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/AbstractFilteredIterator.html" title="class in org.eclipse.oomph.util">AbstractFilteredIterator</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/eclipse/oomph/util/AbstractIterator.html" title="class in org.eclipse.oomph.util"><span class="strong">AbstractIterator</span></a>&lt;<a href="./org/eclipse/oomph/util/AbstractIterator.html" title="type parameter in AbstractIterator">T</a>&gt; - Class in <a href="./org/eclipse/oomph/util/package-summary.html">org.eclipse.oomph.util</a></dt>
<dd>
<div class="block">An abstract base class for custom iterators that only requires to implement a single <a href="./org/eclipse/oomph/util/AbstractIterator.html#computeNextElement()"><code>AbstractIterator.computeNextElement()</code></a> method.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/AbstractIterator.html#AbstractIterator()">AbstractIterator()</a></span> - Constructor for class org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/AbstractIterator.html" title="class in org.eclipse.oomph.util">AbstractIterator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/backend/BackendResource.html#accept(org.eclipse.oomph.resources.backend.BackendResource.Visitor,%20org.eclipse.core.runtime.IProgressMonitor)">accept(BackendResource.Visitor, IProgressMonitor)</a></span> - Method in class org.eclipse.oomph.resources.backend.<a href="./org/eclipse/oomph/resources/backend/BackendResource.html" title="class in org.eclipse.oomph.resources.backend">BackendResource</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/backend/BackendSystem.html#accept(org.eclipse.oomph.resources.backend.BackendResource,%20org.eclipse.oomph.resources.backend.BackendResource.Visitor,%20org.eclipse.core.runtime.IProgressMonitor)">accept(BackendResource, BackendResource.Visitor, IProgressMonitor)</a></span> - Method in class org.eclipse.oomph.resources.backend.<a href="./org/eclipse/oomph/resources/backend/BackendSystem.html" title="class in org.eclipse.oomph.resources.backend">BackendSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/Confirmer.html#ACCEPT">ACCEPT</a></span> - Static variable in interface org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/Confirmer.html" title="interface in org.eclipse.oomph.util">Confirmer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/pde/TargetPlatformUtil.html#activateTargetDefinition(org.eclipse.pde.core.target.ITargetDefinition,%20org.eclipse.core.runtime.IProgressMonitor)">activateTargetDefinition(ITargetDefinition, IProgressMonitor)</a></span> - Static method in class org.eclipse.oomph.util.pde.<a href="./org/eclipse/oomph/util/pde/TargetPlatformUtil.html" title="class in org.eclipse.oomph.util.pde">TargetPlatformUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/ObjectUtil.html#adapt(java.lang.Object,%20java.lang.Class)">adapt(Object, Class&lt;TYPE&gt;)</a></span> - Static method in class org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/ObjectUtil.html" title="class in org.eclipse.oomph.util">ObjectUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/CollectionUtil.html#add(java.util.Map,%20K,%20V)">add(Map&lt;K, Set&lt;V&gt;&gt;, K, V)</a></span> - Static method in class org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/CollectionUtil.html" title="class in org.eclipse.oomph.util">CollectionUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/ConcurrentArray.html#add(E)">add(E)</a></span> - Method in class org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/ConcurrentArray.html" title="class in org.eclipse.oomph.util">ConcurrentArray</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/CollectionUtil.html#addAll(java.util.Map,%20K,%20java.util.Collection)">addAll(Map&lt;K, Set&lt;V&gt;&gt;, K, Collection&lt;? extends V&gt;)</a></span> - Static method in class org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/CollectionUtil.html" title="class in org.eclipse.oomph.util">CollectionUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/CollectionUtil.html#addAll(java.util.Map,%20java.util.Collection,%20V)">addAll(Map&lt;K, Set&lt;V&gt;&gt;, Collection&lt;? extends K&gt;, V)</a></span> - Static method in class org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/CollectionUtil.html" title="class in org.eclipse.oomph.util">CollectionUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/CollectionUtil.html#addAll(java.util.Map,%20java.util.Map)">addAll(Map&lt;K, Set&lt;V&gt;&gt;, Map&lt;? extends K, ? extends Collection&lt;? extends V&gt;&gt;)</a></span> - Static method in class org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/CollectionUtil.html" title="class in org.eclipse.oomph.util">CollectionUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/OomphPlugin.BundleFile.html#addChild(java.lang.String,%20boolean)">addChild(String, boolean)</a></span> - Method in class org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/OomphPlugin.BundleFile.html" title="class in org.eclipse.oomph.util">OomphPlugin.BundleFile</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/backend/BackendSystem.IFactory.Registry.html#addFactory(java.lang.String,%20org.eclipse.oomph.resources.backend.BackendSystem.IFactory)">addFactory(String, BackendSystem.IFactory)</a></span> - Method in class org.eclipse.oomph.resources.backend.<a href="./org/eclipse/oomph/resources/backend/BackendSystem.IFactory.Registry.html" title="class in org.eclipse.oomph.resources.backend">BackendSystem.IFactory.Registry</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/pde/TargetPlatformUtil.html#addListener(org.eclipse.oomph.util.pde.TargetPlatformListener)">addListener(TargetPlatformListener)</a></span> - Static method in class org.eclipse.oomph.util.pde.<a href="./org/eclipse/oomph/util/pde/TargetPlatformUtil.html" title="class in org.eclipse.oomph.util.pde">TargetPlatformUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/impl/SourceLocatorImpl.html#addStatus(org.eclipse.core.runtime.MultiStatus,%20org.eclipse.oomph.util.OomphPlugin,%20java.lang.String,%20java.lang.Object)">addStatus(MultiStatus, OomphPlugin, String, Object)</a></span> - Static method in class org.eclipse.oomph.resources.impl.<a href="./org/eclipse/oomph/resources/impl/SourceLocatorImpl.html" title="class in org.eclipse.oomph.resources.impl">SourceLocatorImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/Predicates.html#alwaysFalse()">alwaysFalse()</a></span> - Static method in class org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/Predicates.html" title="class in org.eclipse.oomph.util">Predicates</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/Predicates.html#alwaysTrue()">alwaysTrue()</a></span> - Static method in class org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/Predicates.html" title="class in org.eclipse.oomph.util">Predicates</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/PredicatesPackage.html#AND_PREDICATE">AND_PREDICATE</a></span> - Static variable in interface org.eclipse.oomph.predicates.<a href="./org/eclipse/oomph/predicates/PredicatesPackage.html" title="interface in org.eclipse.oomph.predicates">PredicatesPackage</a></dt>
<dd>
<div class="block">The meta object id for the '<a href="./org/eclipse/oomph/predicates/impl/AndPredicateImpl.html" title="class in org.eclipse.oomph.predicates.impl"><code><em>And Predicate</em></code></a>' class.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/PredicatesPackage.Literals.html#AND_PREDICATE">AND_PREDICATE</a></span> - Static variable in interface org.eclipse.oomph.predicates.<a href="./org/eclipse/oomph/predicates/PredicatesPackage.Literals.html" title="interface in org.eclipse.oomph.predicates">PredicatesPackage.Literals</a></dt>
<dd>
<div class="block">The meta object literal for the '<a href="./org/eclipse/oomph/predicates/impl/AndPredicateImpl.html" title="class in org.eclipse.oomph.predicates.impl"><code><em>And Predicate</em></code></a>' class.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/PredicatesPackage.html#AND_PREDICATE___GET_ANNOTATION__STRING">AND_PREDICATE___GET_ANNOTATION__STRING</a></span> - Static variable in interface org.eclipse.oomph.predicates.<a href="./org/eclipse/oomph/predicates/PredicatesPackage.html" title="interface in org.eclipse.oomph.predicates">PredicatesPackage</a></dt>
<dd>
<div class="block">The operation id for the '<em>Get Annotation</em>' operation.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/PredicatesPackage.html#AND_PREDICATE___MATCHES__IRESOURCE">AND_PREDICATE___MATCHES__IRESOURCE</a></span> - Static variable in interface org.eclipse.oomph.predicates.<a href="./org/eclipse/oomph/predicates/PredicatesPackage.html" title="interface in org.eclipse.oomph.predicates">PredicatesPackage</a></dt>
<dd>
<div class="block">The operation id for the '<em>Matches</em>' operation.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/PredicatesPackage.html#AND_PREDICATE__ANNOTATIONS">AND_PREDICATE__ANNOTATIONS</a></span> - Static variable in interface org.eclipse.oomph.predicates.<a href="./org/eclipse/oomph/predicates/PredicatesPackage.html" title="interface in org.eclipse.oomph.predicates">PredicatesPackage</a></dt>
<dd>
<div class="block">The feature id for the '<em><b>Annotations</b></em>' containment reference list.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/PredicatesPackage.html#AND_PREDICATE__OPERANDS">AND_PREDICATE__OPERANDS</a></span> - Static variable in interface org.eclipse.oomph.predicates.<a href="./org/eclipse/oomph/predicates/PredicatesPackage.html" title="interface in org.eclipse.oomph.predicates">PredicatesPackage</a></dt>
<dd>
<div class="block">The feature id for the '<em><b>Operands</b></em>' containment reference list.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/PredicatesPackage.Literals.html#AND_PREDICATE__OPERANDS">AND_PREDICATE__OPERANDS</a></span> - Static variable in interface org.eclipse.oomph.predicates.<a href="./org/eclipse/oomph/predicates/PredicatesPackage.Literals.html" title="interface in org.eclipse.oomph.predicates">PredicatesPackage.Literals</a></dt>
<dd>
<div class="block">The meta object literal for the '<em><b>Operands</b></em>' containment reference list feature.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/PredicatesPackage.html#AND_PREDICATE_FEATURE_COUNT">AND_PREDICATE_FEATURE_COUNT</a></span> - Static variable in interface org.eclipse.oomph.predicates.<a href="./org/eclipse/oomph/predicates/PredicatesPackage.html" title="interface in org.eclipse.oomph.predicates">PredicatesPackage</a></dt>
<dd>
<div class="block">The number of structural features of the '<em>And Predicate</em>' class.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/PredicatesPackage.html#AND_PREDICATE_OPERATION_COUNT">AND_PREDICATE_OPERATION_COUNT</a></span> - Static variable in interface org.eclipse.oomph.predicates.<a href="./org/eclipse/oomph/predicates/PredicatesPackage.html" title="interface in org.eclipse.oomph.predicates">PredicatesPackage</a></dt>
<dd>
<div class="block">The number of operations of the '<em>And Predicate</em>' class.</div>
</dd>
<dt><a href="./org/eclipse/oomph/predicates/AndPredicate.html" title="interface in org.eclipse.oomph.predicates"><span class="strong">AndPredicate</span></a> - Interface in <a href="./org/eclipse/oomph/predicates/package-summary.html">org.eclipse.oomph.predicates</a></dt>
<dd>
<div class="block">A representation of the model object '<em><b>And Predicate</b></em>'.</div>
</dd>
<dt><a href="./org/eclipse/oomph/predicates/impl/AndPredicateImpl.html" title="class in org.eclipse.oomph.predicates.impl"><span class="strong">AndPredicateImpl</span></a> - Class in <a href="./org/eclipse/oomph/predicates/impl/package-summary.html">org.eclipse.oomph.predicates.impl</a></dt>
<dd>
<div class="block">An implementation of the model object '<em><b>And Predicate</b></em>'.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/impl/AndPredicateImpl.html#AndPredicateImpl()">AndPredicateImpl()</a></span> - Constructor for class org.eclipse.oomph.predicates.impl.<a href="./org/eclipse/oomph/predicates/impl/AndPredicateImpl.html" title="class in org.eclipse.oomph.predicates.impl">AndPredicateImpl</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/eclipse/oomph/base/Annotation.html" title="interface in org.eclipse.oomph.base"><span class="strong">Annotation</span></a> - Interface in <a href="./org/eclipse/oomph/base/package-summary.html">org.eclipse.oomph.base</a></dt>
<dd>
<div class="block">A representation of the model object '<em><b>Annotation</b></em>'.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/base/BasePackage.html#ANNOTATION">ANNOTATION</a></span> - Static variable in interface org.eclipse.oomph.base.<a href="./org/eclipse/oomph/base/BasePackage.html" title="interface in org.eclipse.oomph.base">BasePackage</a></dt>
<dd>
<div class="block">The meta object id for the '<a href="./org/eclipse/oomph/base/impl/AnnotationImpl.html" title="class in org.eclipse.oomph.base.impl"><code><em>Annotation</em></code></a>' class.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/base/BasePackage.Literals.html#ANNOTATION">ANNOTATION</a></span> - Static variable in interface org.eclipse.oomph.base.<a href="./org/eclipse/oomph/base/BasePackage.Literals.html" title="interface in org.eclipse.oomph.base">BasePackage.Literals</a></dt>
<dd>
<div class="block">The meta object literal for the '<a href="./org/eclipse/oomph/base/impl/AnnotationImpl.html" title="class in org.eclipse.oomph.base.impl"><code><em>Annotation</em></code></a>' class.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/base/BasePackage.html#ANNOTATION___GET_ANNOTATION__STRING">ANNOTATION___GET_ANNOTATION__STRING</a></span> - Static variable in interface org.eclipse.oomph.base.<a href="./org/eclipse/oomph/base/BasePackage.html" title="interface in org.eclipse.oomph.base">BasePackage</a></dt>
<dd>
<div class="block">The operation id for the '<em>Get Annotation</em>' operation.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/base/BasePackage.html#ANNOTATION__ANNOTATIONS">ANNOTATION__ANNOTATIONS</a></span> - Static variable in interface org.eclipse.oomph.base.<a href="./org/eclipse/oomph/base/BasePackage.html" title="interface in org.eclipse.oomph.base">BasePackage</a></dt>
<dd>
<div class="block">The feature id for the '<em><b>Annotations</b></em>' containment reference list.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/base/BasePackage.html#ANNOTATION__CONTENTS">ANNOTATION__CONTENTS</a></span> - Static variable in interface org.eclipse.oomph.base.<a href="./org/eclipse/oomph/base/BasePackage.html" title="interface in org.eclipse.oomph.base">BasePackage</a></dt>
<dd>
<div class="block">The feature id for the '<em><b>Contents</b></em>' containment reference list.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/base/BasePackage.Literals.html#ANNOTATION__CONTENTS">ANNOTATION__CONTENTS</a></span> - Static variable in interface org.eclipse.oomph.base.<a href="./org/eclipse/oomph/base/BasePackage.Literals.html" title="interface in org.eclipse.oomph.base">BasePackage.Literals</a></dt>
<dd>
<div class="block">The meta object literal for the '<em><b>Contents</b></em>' containment reference list feature.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/base/BasePackage.html#ANNOTATION__DETAILS">ANNOTATION__DETAILS</a></span> - Static variable in interface org.eclipse.oomph.base.<a href="./org/eclipse/oomph/base/BasePackage.html" title="interface in org.eclipse.oomph.base">BasePackage</a></dt>
<dd>
<div class="block">The feature id for the '<em><b>Details</b></em>' map.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/base/BasePackage.Literals.html#ANNOTATION__DETAILS">ANNOTATION__DETAILS</a></span> - Static variable in interface org.eclipse.oomph.base.<a href="./org/eclipse/oomph/base/BasePackage.Literals.html" title="interface in org.eclipse.oomph.base">BasePackage.Literals</a></dt>
<dd>
<div class="block">The meta object literal for the '<em><b>Details</b></em>' map feature.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/base/BasePackage.html#ANNOTATION__MODEL_ELEMENT">ANNOTATION__MODEL_ELEMENT</a></span> - Static variable in interface org.eclipse.oomph.base.<a href="./org/eclipse/oomph/base/BasePackage.html" title="interface in org.eclipse.oomph.base">BasePackage</a></dt>
<dd>
<div class="block">The feature id for the '<em><b>Model Element</b></em>' container reference.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/base/BasePackage.Literals.html#ANNOTATION__MODEL_ELEMENT">ANNOTATION__MODEL_ELEMENT</a></span> - Static variable in interface org.eclipse.oomph.base.<a href="./org/eclipse/oomph/base/BasePackage.Literals.html" title="interface in org.eclipse.oomph.base">BasePackage.Literals</a></dt>
<dd>
<div class="block">The meta object literal for the '<em><b>Model Element</b></em>' container reference feature.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/base/BasePackage.html#ANNOTATION__REFERENCES">ANNOTATION__REFERENCES</a></span> - Static variable in interface org.eclipse.oomph.base.<a href="./org/eclipse/oomph/base/BasePackage.html" title="interface in org.eclipse.oomph.base">BasePackage</a></dt>
<dd>
<div class="block">The feature id for the '<em><b>References</b></em>' reference list.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/base/BasePackage.Literals.html#ANNOTATION__REFERENCES">ANNOTATION__REFERENCES</a></span> - Static variable in interface org.eclipse.oomph.base.<a href="./org/eclipse/oomph/base/BasePackage.Literals.html" title="interface in org.eclipse.oomph.base">BasePackage.Literals</a></dt>
<dd>
<div class="block">The meta object literal for the '<em><b>References</b></em>' reference list feature.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/base/BasePackage.html#ANNOTATION__SOURCE">ANNOTATION__SOURCE</a></span> - Static variable in interface org.eclipse.oomph.base.<a href="./org/eclipse/oomph/base/BasePackage.html" title="interface in org.eclipse.oomph.base">BasePackage</a></dt>
<dd>
<div class="block">The feature id for the '<em><b>Source</b></em>' attribute.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/base/BasePackage.Literals.html#ANNOTATION__SOURCE">ANNOTATION__SOURCE</a></span> - Static variable in interface org.eclipse.oomph.base.<a href="./org/eclipse/oomph/base/BasePackage.Literals.html" title="interface in org.eclipse.oomph.base">BasePackage.Literals</a></dt>
<dd>
<div class="block">The meta object literal for the '<em><b>Source</b></em>' attribute feature.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/base/BaseAnnotationConstants.html#ANNOTATION_CONVERSION">ANNOTATION_CONVERSION</a></span> - Static variable in class org.eclipse.oomph.base.<a href="./org/eclipse/oomph/base/BaseAnnotationConstants.html" title="class in org.eclipse.oomph.base">BaseAnnotationConstants</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/base/BaseAnnotationConstants.html#ANNOTATION_ERROR">ANNOTATION_ERROR</a></span> - Static variable in class org.eclipse.oomph.base.<a href="./org/eclipse/oomph/base/BaseAnnotationConstants.html" title="class in org.eclipse.oomph.base">BaseAnnotationConstants</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/base/BasePackage.html#ANNOTATION_FEATURE_COUNT">ANNOTATION_FEATURE_COUNT</a></span> - Static variable in interface org.eclipse.oomph.base.<a href="./org/eclipse/oomph/base/BasePackage.html" title="interface in org.eclipse.oomph.base">BasePackage</a></dt>
<dd>
<div class="block">The number of structural features of the '<em>Annotation</em>' class.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/base/BaseAnnotationConstants.html#ANNOTATION_INFO">ANNOTATION_INFO</a></span> - Static variable in class org.eclipse.oomph.base.<a href="./org/eclipse/oomph/base/BaseAnnotationConstants.html" title="class in org.eclipse.oomph.base">BaseAnnotationConstants</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/base/util/EAnnotationConstants.html#ANNOTATION_LABEL_PROVIDER">ANNOTATION_LABEL_PROVIDER</a></span> - Static variable in class org.eclipse.oomph.base.util.<a href="./org/eclipse/oomph/base/util/EAnnotationConstants.html" title="class in org.eclipse.oomph.base.util">EAnnotationConstants</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/base/BasePackage.html#ANNOTATION_OPERATION_COUNT">ANNOTATION_OPERATION_COUNT</a></span> - Static variable in interface org.eclipse.oomph.base.<a href="./org/eclipse/oomph/base/BasePackage.html" title="interface in org.eclipse.oomph.base">BasePackage</a></dt>
<dd>
<div class="block">The number of operations of the '<em>Annotation</em>' class.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/base/BaseAnnotationConstants.html#ANNOTATION_SOURCE">ANNOTATION_SOURCE</a></span> - Static variable in class org.eclipse.oomph.base.<a href="./org/eclipse/oomph/base/BaseAnnotationConstants.html" title="class in org.eclipse.oomph.base">BaseAnnotationConstants</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/base/BaseAnnotationConstants.html#ANNOTATION_WARNING">ANNOTATION_WARNING</a></span> - Static variable in class org.eclipse.oomph.base.<a href="./org/eclipse/oomph/base/BaseAnnotationConstants.html" title="class in org.eclipse.oomph.base">BaseAnnotationConstants</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/eclipse/oomph/base/impl/AnnotationImpl.html" title="class in org.eclipse.oomph.base.impl"><span class="strong">AnnotationImpl</span></a> - Class in <a href="./org/eclipse/oomph/base/impl/package-summary.html">org.eclipse.oomph.base.impl</a></dt>
<dd>
<div class="block">An implementation of the model object '<em><b>Annotation</b></em>'.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/base/impl/AnnotationImpl.html#AnnotationImpl()">AnnotationImpl()</a></span> - Constructor for class org.eclipse.oomph.base.impl.<a href="./org/eclipse/oomph/base/impl/AnnotationImpl.html" title="class in org.eclipse.oomph.base.impl">AnnotationImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/base/impl/ModelElementImpl.html#annotations">annotations</a></span> - Variable in class org.eclipse.oomph.base.impl.<a href="./org/eclipse/oomph/base/impl/ModelElementImpl.html" title="class in org.eclipse.oomph.base.impl">ModelElementImpl</a></dt>
<dd>
<div class="block">The cached value of the '<a href="./org/eclipse/oomph/base/impl/ModelElementImpl.html#getAnnotations()"><code><em>Annotations</em></code></a>' containment reference list.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/Predicate.html#apply(T)">apply(T)</a></span> - Method in interface org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/Predicate.html" title="interface in org.eclipse.oomph.util">Predicate</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/Predicates.ExcludedPredicate.html#apply(T)">apply(T)</a></span> - Method in class org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/Predicates.ExcludedPredicate.html" title="class in org.eclipse.oomph.util">Predicates.ExcludedPredicate</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/Predicates.IncludedPredicate.html#apply(T)">apply(T)</a></span> - Method in class org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/Predicates.IncludedPredicate.html" title="class in org.eclipse.oomph.util">Predicates.IncludedPredicate</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/Predicates.UniquePredicate.html#apply(T)">apply(T)</a></span> - Method in class org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/Predicates.UniquePredicate.html" title="class in org.eclipse.oomph.util">Predicates.UniquePredicate</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/ui/UIUtil.html#applyGridData(org.eclipse.swt.widgets.Control)">applyGridData(Control)</a></span> - Static method in class org.eclipse.oomph.ui.<a href="./org/eclipse/oomph/ui/UIUtil.html" title="class in org.eclipse.oomph.ui">UIUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/ui/UIUtil.html#asyncExec(java.lang.Runnable)">asyncExec(Runnable)</a></span> - Static method in class org.eclipse.oomph.ui.<a href="./org/eclipse/oomph/ui/UIUtil.html" title="class in org.eclipse.oomph.ui">UIUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/ui/UIUtil.html#asyncExec(org.eclipse.swt.widgets.Display,%20java.lang.Runnable)">asyncExec(Display, Runnable)</a></span> - Static method in class org.eclipse.oomph.ui.<a href="./org/eclipse/oomph/ui/UIUtil.html" title="class in org.eclipse.oomph.ui">UIUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/SynchronizedCounter.html#awaitChange()">awaitChange()</a></span> - Method in class org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/SynchronizedCounter.html" title="class in org.eclipse.oomph.util">SynchronizedCounter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/SynchronizedCounter.html#awaitZero()">awaitZero()</a></span> - Method in class org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/SynchronizedCounter.html" title="class in org.eclipse.oomph.util">SynchronizedCounter</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="_B_">
<!-- -->
</a>
<h2 class="title">B</h2>
<dl>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/ResourcesPackage.html#BACKEND_CONTAINER">BACKEND_CONTAINER</a></span> - Static variable in interface org.eclipse.oomph.resources.<a href="./org/eclipse/oomph/resources/ResourcesPackage.html" title="interface in org.eclipse.oomph.resources">ResourcesPackage</a></dt>
<dd>
<div class="block">The meta object id for the '<em>Backend Container</em>' data type.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/ResourcesPackage.Literals.html#BACKEND_CONTAINER">BACKEND_CONTAINER</a></span> - Static variable in interface org.eclipse.oomph.resources.<a href="./org/eclipse/oomph/resources/ResourcesPackage.Literals.html" title="interface in org.eclipse.oomph.resources">ResourcesPackage.Literals</a></dt>
<dd>
<div class="block">The meta object literal for the '<em>Backend Container</em>' data type.</div>
</dd>
<dt><a href="./org/eclipse/oomph/resources/backend/BackendContainer.html" title="class in org.eclipse.oomph.resources.backend"><span class="strong">BackendContainer</span></a> - Class in <a href="./org/eclipse/oomph/resources/backend/package-summary.html">org.eclipse.oomph.resources.backend</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/eclipse/oomph/resources/backend/BackendException.html" title="class in org.eclipse.oomph.resources.backend"><span class="strong">BackendException</span></a> - Exception in <a href="./org/eclipse/oomph/resources/backend/package-summary.html">org.eclipse.oomph.resources.backend</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/backend/BackendException.html#BackendException()">BackendException()</a></span> - Constructor for exception org.eclipse.oomph.resources.backend.<a href="./org/eclipse/oomph/resources/backend/BackendException.html" title="class in org.eclipse.oomph.resources.backend">BackendException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/backend/BackendException.html#BackendException(java.lang.String)">BackendException(String)</a></span> - Constructor for exception org.eclipse.oomph.resources.backend.<a href="./org/eclipse/oomph/resources/backend/BackendException.html" title="class in org.eclipse.oomph.resources.backend">BackendException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/backend/BackendException.html#BackendException(java.lang.Throwable)">BackendException(Throwable)</a></span> - Constructor for exception org.eclipse.oomph.resources.backend.<a href="./org/eclipse/oomph/resources/backend/BackendException.html" title="class in org.eclipse.oomph.resources.backend">BackendException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/backend/BackendException.html#BackendException(java.lang.String,%20java.lang.Throwable)">BackendException(String, Throwable)</a></span> - Constructor for exception org.eclipse.oomph.resources.backend.<a href="./org/eclipse/oomph/resources/backend/BackendException.html" title="class in org.eclipse.oomph.resources.backend">BackendException</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/eclipse/oomph/resources/backend/BackendFile.html" title="class in org.eclipse.oomph.resources.backend"><span class="strong">BackendFile</span></a> - Class in <a href="./org/eclipse/oomph/resources/backend/package-summary.html">org.eclipse.oomph.resources.backend</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/eclipse/oomph/resources/backend/BackendFolder.html" title="class in org.eclipse.oomph.resources.backend"><span class="strong">BackendFolder</span></a> - Class in <a href="./org/eclipse/oomph/resources/backend/package-summary.html">org.eclipse.oomph.resources.backend</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/eclipse/oomph/resources/backend/BackendResource.html" title="class in org.eclipse.oomph.resources.backend"><span class="strong">BackendResource</span></a> - Class in <a href="./org/eclipse/oomph/resources/backend/package-summary.html">org.eclipse.oomph.resources.backend</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/eclipse/oomph/resources/backend/BackendResource.Type.html" title="enum in org.eclipse.oomph.resources.backend"><span class="strong">BackendResource.Type</span></a> - Enum in <a href="./org/eclipse/oomph/resources/backend/package-summary.html">org.eclipse.oomph.resources.backend</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/eclipse/oomph/resources/backend/BackendResource.Visitor.html" title="interface in org.eclipse.oomph.resources.backend"><span class="strong">BackendResource.Visitor</span></a> - Interface in <a href="./org/eclipse/oomph/resources/backend/package-summary.html">org.eclipse.oomph.resources.backend</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/eclipse/oomph/resources/backend/BackendResource.Visitor.Default.html" title="class in org.eclipse.oomph.resources.backend"><span class="strong">BackendResource.Visitor.Default</span></a> - Class in <a href="./org/eclipse/oomph/resources/backend/package-summary.html">org.eclipse.oomph.resources.backend</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/backend/BackendResource.Visitor.Default.html#BackendResource.Visitor.Default()">BackendResource.Visitor.Default()</a></span> - Constructor for class org.eclipse.oomph.resources.backend.<a href="./org/eclipse/oomph/resources/backend/BackendResource.Visitor.Default.html" title="class in org.eclipse.oomph.resources.backend">BackendResource.Visitor.Default</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/eclipse/oomph/resources/backend/BackendSystem.html" title="class in org.eclipse.oomph.resources.backend"><span class="strong">BackendSystem</span></a> - Class in <a href="./org/eclipse/oomph/resources/backend/package-summary.html">org.eclipse.oomph.resources.backend</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/backend/BackendSystem.html#BackendSystem(org.eclipse.emf.common.util.URI)">BackendSystem(URI)</a></span> - Constructor for class org.eclipse.oomph.resources.backend.<a href="./org/eclipse/oomph/resources/backend/BackendSystem.html" title="class in org.eclipse.oomph.resources.backend">BackendSystem</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/eclipse/oomph/resources/backend/BackendSystem.IFactory.html" title="interface in org.eclipse.oomph.resources.backend"><span class="strong">BackendSystem.IFactory</span></a> - Interface in <a href="./org/eclipse/oomph/resources/backend/package-summary.html">org.eclipse.oomph.resources.backend</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/eclipse/oomph/resources/backend/BackendSystem.IFactory.Registry.html" title="class in org.eclipse.oomph.resources.backend"><span class="strong">BackendSystem.IFactory.Registry</span></a> - Class in <a href="./org/eclipse/oomph/resources/backend/package-summary.html">org.eclipse.oomph.resources.backend</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/eclipse/oomph/resources/backend/BackendSystem.Registry.html" title="class in org.eclipse.oomph.resources.backend"><span class="strong">BackendSystem.Registry</span></a> - Class in <a href="./org/eclipse/oomph/resources/backend/package-summary.html">org.eclipse.oomph.resources.backend</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/eclipse/oomph/base/util/BaseAdapterFactory.html" title="class in org.eclipse.oomph.base.util"><span class="strong">BaseAdapterFactory</span></a> - Class in <a href="./org/eclipse/oomph/base/util/package-summary.html">org.eclipse.oomph.base.util</a></dt>
<dd>
<div class="block">The <b>Adapter Factory</b> for the model.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/base/util/BaseAdapterFactory.html#BaseAdapterFactory()">BaseAdapterFactory()</a></span> - Constructor for class org.eclipse.oomph.base.util.<a href="./org/eclipse/oomph/base/util/BaseAdapterFactory.html" title="class in org.eclipse.oomph.base.util">BaseAdapterFactory</a></dt>
<dd>
<div class="block">Creates an instance of the adapter factory.</div>
</dd>
<dt><a href="./org/eclipse/oomph/base/BaseAnnotationConstants.html" title="class in org.eclipse.oomph.base"><span class="strong">BaseAnnotationConstants</span></a> - Class in <a href="./org/eclipse/oomph/base/package-summary.html">org.eclipse.oomph.base</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/eclipse/oomph/base/BaseFactory.html" title="interface in org.eclipse.oomph.base"><span class="strong">BaseFactory</span></a> - Interface in <a href="./org/eclipse/oomph/base/package-summary.html">org.eclipse.oomph.base</a></dt>
<dd>
<div class="block">The <b>Factory</b> for the model.</div>
</dd>
<dt><a href="./org/eclipse/oomph/base/impl/BaseFactoryImpl.html" title="class in org.eclipse.oomph.base.impl"><span class="strong">BaseFactoryImpl</span></a> - Class in <a href="./org/eclipse/oomph/base/impl/package-summary.html">org.eclipse.oomph.base.impl</a></dt>
<dd>
<div class="block">An implementation of the model <b>Factory</b>.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/base/impl/BaseFactoryImpl.html#BaseFactoryImpl()">BaseFactoryImpl()</a></span> - Constructor for class org.eclipse.oomph.base.impl.<a href="./org/eclipse/oomph/base/impl/BaseFactoryImpl.html" title="class in org.eclipse.oomph.base.impl">BaseFactoryImpl</a></dt>
<dd>
<div class="block">Creates an instance of the factory.</div>
</dd>
<dt><a href="./org/eclipse/oomph/base/BasePackage.html" title="interface in org.eclipse.oomph.base"><span class="strong">BasePackage</span></a> - Interface in <a href="./org/eclipse/oomph/base/package-summary.html">org.eclipse.oomph.base</a></dt>
<dd>
<div class="block">The <b>Package</b> for the model.</div>
</dd>
<dt><a href="./org/eclipse/oomph/base/BasePackage.Literals.html" title="interface in org.eclipse.oomph.base"><span class="strong">BasePackage.Literals</span></a> - Interface in <a href="./org/eclipse/oomph/base/package-summary.html">org.eclipse.oomph.base</a></dt>
<dd>
<div class="block">Defines literals for the meta objects that represent
each class,
each feature of each class,
each operation of each class,
each enum,
and each data type
<!-- end-user-doc --></div>
</dd>
<dt><a href="./org/eclipse/oomph/base/impl/BasePackageImpl.html" title="class in org.eclipse.oomph.base.impl"><span class="strong">BasePackageImpl</span></a> - Class in <a href="./org/eclipse/oomph/base/impl/package-summary.html">org.eclipse.oomph.base.impl</a></dt>
<dd>
<div class="block">An implementation of the model <b>Package</b>.</div>
</dd>
<dt><a href="./org/eclipse/oomph/base/util/BaseResource.html" title="interface in org.eclipse.oomph.base.util"><span class="strong">BaseResource</span></a> - Interface in <a href="./org/eclipse/oomph/base/util/package-summary.html">org.eclipse.oomph.base.util</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/eclipse/oomph/base/util/BaseResourceFactoryImpl.html" title="class in org.eclipse.oomph.base.util"><span class="strong">BaseResourceFactoryImpl</span></a> - Class in <a href="./org/eclipse/oomph/base/util/package-summary.html">org.eclipse.oomph.base.util</a></dt>
<dd>
<div class="block">The <b>Resource Factory</b> associated with the package.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/base/util/BaseResourceFactoryImpl.html#BaseResourceFactoryImpl()">BaseResourceFactoryImpl()</a></span> - Constructor for class org.eclipse.oomph.base.util.<a href="./org/eclipse/oomph/base/util/BaseResourceFactoryImpl.html" title="class in org.eclipse.oomph.base.util">BaseResourceFactoryImpl</a></dt>
<dd>
<div class="block">Creates an instance of the resource factory.</div>
</dd>
<dt><a href="./org/eclipse/oomph/base/util/BaseResourceImpl.html" title="class in org.eclipse.oomph.base.util"><span class="strong">BaseResourceImpl</span></a> - Class in <a href="./org/eclipse/oomph/base/util/package-summary.html">org.eclipse.oomph.base.util</a></dt>
<dd>
<div class="block">The <b>Resource </b> associated with the package.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/base/util/BaseResourceImpl.html#BaseResourceImpl(org.eclipse.emf.common.util.URI)">BaseResourceImpl(URI)</a></span> - Constructor for class org.eclipse.oomph.base.util.<a href="./org/eclipse/oomph/base/util/BaseResourceImpl.html" title="class in org.eclipse.oomph.base.util">BaseResourceImpl</a></dt>
<dd>
<div class="block">Creates an instance of the resource.</div>
</dd>
<dt><a href="./org/eclipse/oomph/base/util/BaseSwitch.html" title="class in org.eclipse.oomph.base.util"><span class="strong">BaseSwitch</span></a>&lt;<a href="./org/eclipse/oomph/base/util/BaseSwitch.html" title="type parameter in BaseSwitch">T</a>&gt; - Class in <a href="./org/eclipse/oomph/base/util/package-summary.html">org.eclipse.oomph.base.util</a></dt>
<dd>
<div class="block">The <b>Switch</b> for the model's inheritance hierarchy.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/base/util/BaseSwitch.html#BaseSwitch()">BaseSwitch()</a></span> - Constructor for class org.eclipse.oomph.base.util.<a href="./org/eclipse/oomph/base/util/BaseSwitch.html" title="class in org.eclipse.oomph.base.util">BaseSwitch</a></dt>
<dd>
<div class="block">Creates an instance of the switch.</div>
</dd>
<dt><a href="./org/eclipse/oomph/base/util/BaseUtil.html" title="class in org.eclipse.oomph.base.util"><span class="strong">BaseUtil</span></a> - Class in <a href="./org/eclipse/oomph/base/util/package-summary.html">org.eclipse.oomph.base.util</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/eclipse/oomph/base/util/BaseValidator.html" title="class in org.eclipse.oomph.base.util"><span class="strong">BaseValidator</span></a> - Class in <a href="./org/eclipse/oomph/base/util/package-summary.html">org.eclipse.oomph.base.util</a></dt>
<dd>
<div class="block">The <b>Validator</b> for the model.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/base/util/BaseValidator.html#BaseValidator()">BaseValidator()</a></span> - Constructor for class org.eclipse.oomph.base.util.<a href="./org/eclipse/oomph/base/util/BaseValidator.html" title="class in org.eclipse.oomph.base.util">BaseValidator</a></dt>
<dd>
<div class="block">Creates an instance of the switch.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/base/impl/AnnotationImpl.html#basicSetModelElement(org.eclipse.oomph.base.ModelElement,%20org.eclipse.emf.common.notify.NotificationChain)">basicSetModelElement(ModelElement, NotificationChain)</a></span> - Method in class org.eclipse.oomph.base.impl.<a href="./org/eclipse/oomph/base/impl/AnnotationImpl.html" title="class in org.eclipse.oomph.base.impl">AnnotationImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/impl/NotPredicateImpl.html#basicSetOperand(org.eclipse.oomph.predicates.Predicate,%20org.eclipse.emf.common.notify.NotificationChain)">basicSetOperand(Predicate, NotificationChain)</a></span> - Method in class org.eclipse.oomph.predicates.impl.<a href="./org/eclipse/oomph/predicates/impl/NotPredicateImpl.html" title="class in org.eclipse.oomph.predicates.impl">NotPredicateImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/backend/BackendSystem.html#beginConnected()">beginConnected()</a></span> - Method in class org.eclipse.oomph.resources.backend.<a href="./org/eclipse/oomph/resources/backend/BackendSystem.html" title="class in org.eclipse.oomph.resources.backend">BackendSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/SubMonitor.html#beginTask(java.lang.String,%20int)">beginTask(String, int)</a></span> - Method in class org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/SubMonitor.html" title="class in org.eclipse.oomph.util">SubMonitor</a></dt>
<dd>
<div class="block">Starts a new main task.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/backend/BackendSystem.html#beginVisitor()">beginVisitor()</a></span> - Method in class org.eclipse.oomph.resources.backend.<a href="./org/eclipse/oomph/resources/backend/BackendSystem.html" title="class in org.eclipse.oomph.resources.backend">BackendSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/impl/BuilderPredicateImpl.html#builder">builder</a></span> - Variable in class org.eclipse.oomph.predicates.impl.<a href="./org/eclipse/oomph/predicates/impl/BuilderPredicateImpl.html" title="class in org.eclipse.oomph.predicates.impl">BuilderPredicateImpl</a></dt>
<dd>
<div class="block">The cached value of the '<a href="./org/eclipse/oomph/predicates/impl/BuilderPredicateImpl.html#getBuilder()"><code><em>Builder</em></code></a>' attribute.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/impl/BuilderPredicateImpl.html#BUILDER_EDEFAULT">BUILDER_EDEFAULT</a></span> - Static variable in class org.eclipse.oomph.predicates.impl.<a href="./org/eclipse/oomph/predicates/impl/BuilderPredicateImpl.html" title="class in org.eclipse.oomph.predicates.impl">BuilderPredicateImpl</a></dt>
<dd>
<div class="block">The default value of the '<a href="./org/eclipse/oomph/predicates/impl/BuilderPredicateImpl.html#getBuilder()"><code><em>Builder</em></code></a>' attribute.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/PredicatesPackage.html#BUILDER_PREDICATE">BUILDER_PREDICATE</a></span> - Static variable in interface org.eclipse.oomph.predicates.<a href="./org/eclipse/oomph/predicates/PredicatesPackage.html" title="interface in org.eclipse.oomph.predicates">PredicatesPackage</a></dt>
<dd>
<div class="block">The meta object id for the '<a href="./org/eclipse/oomph/predicates/impl/BuilderPredicateImpl.html" title="class in org.eclipse.oomph.predicates.impl"><code><em>Builder Predicate</em></code></a>' class.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/PredicatesPackage.Literals.html#BUILDER_PREDICATE">BUILDER_PREDICATE</a></span> - Static variable in interface org.eclipse.oomph.predicates.<a href="./org/eclipse/oomph/predicates/PredicatesPackage.Literals.html" title="interface in org.eclipse.oomph.predicates">PredicatesPackage.Literals</a></dt>
<dd>
<div class="block">The meta object literal for the '<a href="./org/eclipse/oomph/predicates/impl/BuilderPredicateImpl.html" title="class in org.eclipse.oomph.predicates.impl"><code><em>Builder Predicate</em></code></a>' class.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/PredicatesPackage.html#BUILDER_PREDICATE___GET_ANNOTATION__STRING">BUILDER_PREDICATE___GET_ANNOTATION__STRING</a></span> - Static variable in interface org.eclipse.oomph.predicates.<a href="./org/eclipse/oomph/predicates/PredicatesPackage.html" title="interface in org.eclipse.oomph.predicates">PredicatesPackage</a></dt>
<dd>
<div class="block">The operation id for the '<em>Get Annotation</em>' operation.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/PredicatesPackage.html#BUILDER_PREDICATE___MATCHES__IRESOURCE">BUILDER_PREDICATE___MATCHES__IRESOURCE</a></span> - Static variable in interface org.eclipse.oomph.predicates.<a href="./org/eclipse/oomph/predicates/PredicatesPackage.html" title="interface in org.eclipse.oomph.predicates">PredicatesPackage</a></dt>
<dd>
<div class="block">The operation id for the '<em>Matches</em>' operation.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/PredicatesPackage.html#BUILDER_PREDICATE__ANNOTATIONS">BUILDER_PREDICATE__ANNOTATIONS</a></span> - Static variable in interface org.eclipse.oomph.predicates.<a href="./org/eclipse/oomph/predicates/PredicatesPackage.html" title="interface in org.eclipse.oomph.predicates">PredicatesPackage</a></dt>
<dd>
<div class="block">The feature id for the '<em><b>Annotations</b></em>' containment reference list.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/PredicatesPackage.html#BUILDER_PREDICATE__BUILDER">BUILDER_PREDICATE__BUILDER</a></span> - Static variable in interface org.eclipse.oomph.predicates.<a href="./org/eclipse/oomph/predicates/PredicatesPackage.html" title="interface in org.eclipse.oomph.predicates">PredicatesPackage</a></dt>
<dd>
<div class="block">The feature id for the '<em><b>Builder</b></em>' attribute.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/PredicatesPackage.Literals.html#BUILDER_PREDICATE__BUILDER">BUILDER_PREDICATE__BUILDER</a></span> - Static variable in interface org.eclipse.oomph.predicates.<a href="./org/eclipse/oomph/predicates/PredicatesPackage.Literals.html" title="interface in org.eclipse.oomph.predicates">PredicatesPackage.Literals</a></dt>
<dd>
<div class="block">The meta object literal for the '<em><b>Builder</b></em>' attribute feature.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/PredicatesPackage.html#BUILDER_PREDICATE_FEATURE_COUNT">BUILDER_PREDICATE_FEATURE_COUNT</a></span> - Static variable in interface org.eclipse.oomph.predicates.<a href="./org/eclipse/oomph/predicates/PredicatesPackage.html" title="interface in org.eclipse.oomph.predicates">PredicatesPackage</a></dt>
<dd>
<div class="block">The number of structural features of the '<em>Builder Predicate</em>' class.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/PredicatesPackage.html#BUILDER_PREDICATE_OPERATION_COUNT">BUILDER_PREDICATE_OPERATION_COUNT</a></span> - Static variable in interface org.eclipse.oomph.predicates.<a href="./org/eclipse/oomph/predicates/PredicatesPackage.html" title="interface in org.eclipse.oomph.predicates">PredicatesPackage</a></dt>
<dd>
<div class="block">The number of operations of the '<em>Builder Predicate</em>' class.</div>
</dd>
<dt><a href="./org/eclipse/oomph/predicates/BuilderPredicate.html" title="interface in org.eclipse.oomph.predicates"><span class="strong">BuilderPredicate</span></a> - Interface in <a href="./org/eclipse/oomph/predicates/package-summary.html">org.eclipse.oomph.predicates</a></dt>
<dd>
<div class="block">A representation of the model object '<em><b>Builder Predicate</b></em>'.</div>
</dd>
<dt><a href="./org/eclipse/oomph/predicates/impl/BuilderPredicateImpl.html" title="class in org.eclipse.oomph.predicates.impl"><span class="strong">BuilderPredicateImpl</span></a> - Class in <a href="./org/eclipse/oomph/predicates/impl/package-summary.html">org.eclipse.oomph.predicates.impl</a></dt>
<dd>
<div class="block">An implementation of the model object '<em><b>Builder Predicate</b></em>'.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/impl/BuilderPredicateImpl.html#BuilderPredicateImpl()">BuilderPredicateImpl()</a></span> - Constructor for class org.eclipse.oomph.predicates.impl.<a href="./org/eclipse/oomph/predicates/impl/BuilderPredicateImpl.html" title="class in org.eclipse.oomph.predicates.impl">BuilderPredicateImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/ResourcesUtil.html#buildWorkspace(boolean,%20java.lang.String)">buildWorkspace(boolean, String)</a></span> - Static method in class org.eclipse.oomph.resources.<a href="./org/eclipse/oomph/resources/ResourcesUtil.html" title="class in org.eclipse.oomph.resources">ResourcesUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/ui/ErrorDialog.html#buttonPressed(int)">buttonPressed(int)</a></span> - Method in class org.eclipse.oomph.ui.<a href="./org/eclipse/oomph/ui/ErrorDialog.html" title="class in org.eclipse.oomph.ui">ErrorDialog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/HexUtil.html#bytesToHex(byte[])">bytesToHex(byte[])</a></span> - Static method in class org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/HexUtil.html" title="class in org.eclipse.oomph.util">HexUtil</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="_C_">
<!-- -->
</a>
<h2 class="title">C</h2>
<dl>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/StringUtil.html#cap(java.lang.String)">cap(String)</a></span> - Static method in class org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/StringUtil.html" title="class in org.eclipse.oomph.util">StringUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/StringUtil.html#capAll(java.lang.String)">capAll(String)</a></span> - Static method in class org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/StringUtil.html" title="class in org.eclipse.oomph.util">StringUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/util/PredicatesSwitch.html#caseAndPredicate(org.eclipse.oomph.predicates.AndPredicate)">caseAndPredicate(AndPredicate)</a></span> - Method in class org.eclipse.oomph.predicates.util.<a href="./org/eclipse/oomph/predicates/util/PredicatesSwitch.html" title="class in org.eclipse.oomph.predicates.util">PredicatesSwitch</a></dt>
<dd>
<div class="block">Returns the result of interpreting the object as an instance of '<em>And Predicate</em>'.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/base/util/BaseSwitch.html#caseAnnotation(org.eclipse.oomph.base.Annotation)">caseAnnotation(Annotation)</a></span> - Method in class org.eclipse.oomph.base.util.<a href="./org/eclipse/oomph/base/util/BaseSwitch.html" title="class in org.eclipse.oomph.base.util">BaseSwitch</a></dt>
<dd>
<div class="block">Returns the result of interpreting the object as an instance of '<em>Annotation</em>'.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/util/PredicatesSwitch.html#caseBuilderPredicate(org.eclipse.oomph.predicates.BuilderPredicate)">caseBuilderPredicate(BuilderPredicate)</a></span> - Method in class org.eclipse.oomph.predicates.util.<a href="./org/eclipse/oomph/predicates/util/PredicatesSwitch.html" title="class in org.eclipse.oomph.predicates.util">PredicatesSwitch</a></dt>
<dd>
<div class="block">Returns the result of interpreting the object as an instance of '<em>Builder Predicate</em>'.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/util/PredicatesSwitch.html#caseCommentPredicate(org.eclipse.oomph.predicates.CommentPredicate)">caseCommentPredicate(CommentPredicate)</a></span> - Method in class org.eclipse.oomph.predicates.util.<a href="./org/eclipse/oomph/predicates/util/PredicatesSwitch.html" title="class in org.eclipse.oomph.predicates.util">PredicatesSwitch</a></dt>
<dd>
<div class="block">Returns the result of interpreting the object as an instance of '<em>Comment Predicate</em>'.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/util/ResourcesSwitch.html#caseEclipseProjectFactory(org.eclipse.oomph.resources.EclipseProjectFactory)">caseEclipseProjectFactory(EclipseProjectFactory)</a></span> - Method in class org.eclipse.oomph.resources.util.<a href="./org/eclipse/oomph/resources/util/ResourcesSwitch.html" title="class in org.eclipse.oomph.resources.util">ResourcesSwitch</a></dt>
<dd>
<div class="block">Returns the result of interpreting the object as an instance of '<em>Eclipse Project Factory</em>'.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/util/PredicatesSwitch.html#caseFilePredicate(org.eclipse.oomph.predicates.FilePredicate)">caseFilePredicate(FilePredicate)</a></span> - Method in class org.eclipse.oomph.predicates.util.<a href="./org/eclipse/oomph/predicates/util/PredicatesSwitch.html" title="class in org.eclipse.oomph.predicates.util">PredicatesSwitch</a></dt>
<dd>
<div class="block">Returns the result of interpreting the object as an instance of '<em>File Predicate</em>'.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/util/PredicatesSwitch.html#caseLocationPredicate(org.eclipse.oomph.predicates.LocationPredicate)">caseLocationPredicate(LocationPredicate)</a></span> - Method in class org.eclipse.oomph.predicates.util.<a href="./org/eclipse/oomph/predicates/util/PredicatesSwitch.html" title="class in org.eclipse.oomph.predicates.util">PredicatesSwitch</a></dt>
<dd>
<div class="block">Returns the result of interpreting the object as an instance of '<em>Location Predicate</em>'.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/util/ResourcesSwitch.html#caseMavenProjectFactory(org.eclipse.oomph.resources.MavenProjectFactory)">caseMavenProjectFactory(MavenProjectFactory)</a></span> - Method in class org.eclipse.oomph.resources.util.<a href="./org/eclipse/oomph/resources/util/ResourcesSwitch.html" title="class in org.eclipse.oomph.resources.util">ResourcesSwitch</a></dt>
<dd>
<div class="block">Returns the result of interpreting the object as an instance of '<em>Maven Project Factory</em>'.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/base/util/BaseSwitch.html#caseModelElement(org.eclipse.oomph.base.ModelElement)">caseModelElement(ModelElement)</a></span> - Method in class org.eclipse.oomph.base.util.<a href="./org/eclipse/oomph/base/util/BaseSwitch.html" title="class in org.eclipse.oomph.base.util">BaseSwitch</a></dt>
<dd>
<div class="block">Returns the result of interpreting the object as an instance of '<em>Model Element</em>'.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/util/PredicatesSwitch.html#caseModelElement(org.eclipse.oomph.base.ModelElement)">caseModelElement(ModelElement)</a></span> - Method in class org.eclipse.oomph.predicates.util.<a href="./org/eclipse/oomph/predicates/util/PredicatesSwitch.html" title="class in org.eclipse.oomph.predicates.util">PredicatesSwitch</a></dt>
<dd>
<div class="block">Returns the result of interpreting the object as an instance of '<em>Model Element</em>'.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/util/ResourcesSwitch.html#caseModelElement(org.eclipse.oomph.base.ModelElement)">caseModelElement(ModelElement)</a></span> - Method in class org.eclipse.oomph.resources.util.<a href="./org/eclipse/oomph/resources/util/ResourcesSwitch.html" title="class in org.eclipse.oomph.resources.util">ResourcesSwitch</a></dt>
<dd>
<div class="block">Returns the result of interpreting the object as an instance of '<em>Model Element</em>'.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/util/PredicatesSwitch.html#caseNamePredicate(org.eclipse.oomph.predicates.NamePredicate)">caseNamePredicate(NamePredicate)</a></span> - Method in class org.eclipse.oomph.predicates.util.<a href="./org/eclipse/oomph/predicates/util/PredicatesSwitch.html" title="class in org.eclipse.oomph.predicates.util">PredicatesSwitch</a></dt>
<dd>
<div class="block">Returns the result of interpreting the object as an instance of '<em>Name Predicate</em>'.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/util/PredicatesSwitch.html#caseNaturePredicate(org.eclipse.oomph.predicates.NaturePredicate)">caseNaturePredicate(NaturePredicate)</a></span> - Method in class org.eclipse.oomph.predicates.util.<a href="./org/eclipse/oomph/predicates/util/PredicatesSwitch.html" title="class in org.eclipse.oomph.predicates.util">PredicatesSwitch</a></dt>
<dd>
<div class="block">Returns the result of interpreting the object as an instance of '<em>Nature Predicate</em>'.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/util/PredicatesSwitch.html#caseNotPredicate(org.eclipse.oomph.predicates.NotPredicate)">caseNotPredicate(NotPredicate)</a></span> - Method in class org.eclipse.oomph.predicates.util.<a href="./org/eclipse/oomph/predicates/util/PredicatesSwitch.html" title="class in org.eclipse.oomph.predicates.util">PredicatesSwitch</a></dt>
<dd>
<div class="block">Returns the result of interpreting the object as an instance of '<em>Not Predicate</em>'.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/util/PredicatesSwitch.html#caseOrPredicate(org.eclipse.oomph.predicates.OrPredicate)">caseOrPredicate(OrPredicate)</a></span> - Method in class org.eclipse.oomph.predicates.util.<a href="./org/eclipse/oomph/predicates/util/PredicatesSwitch.html" title="class in org.eclipse.oomph.predicates.util">PredicatesSwitch</a></dt>
<dd>
<div class="block">Returns the result of interpreting the object as an instance of '<em>Or Predicate</em>'.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/util/PredicatesSwitch.html#casePredicate(org.eclipse.oomph.predicates.Predicate)">casePredicate(Predicate)</a></span> - Method in class org.eclipse.oomph.predicates.util.<a href="./org/eclipse/oomph/predicates/util/PredicatesSwitch.html" title="class in org.eclipse.oomph.predicates.util">PredicatesSwitch</a></dt>
<dd>
<div class="block">Returns the result of interpreting the object as an instance of '<em>Predicate</em>'.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/util/ResourcesSwitch.html#caseProjectFactory(org.eclipse.oomph.resources.ProjectFactory)">caseProjectFactory(ProjectFactory)</a></span> - Method in class org.eclipse.oomph.resources.util.<a href="./org/eclipse/oomph/resources/util/ResourcesSwitch.html" title="class in org.eclipse.oomph.resources.util">ResourcesSwitch</a></dt>
<dd>
<div class="block">Returns the result of interpreting the object as an instance of '<em>Project Factory</em>'.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/util/PredicatesSwitch.html#caseRepositoryPredicate(org.eclipse.oomph.predicates.RepositoryPredicate)">caseRepositoryPredicate(RepositoryPredicate)</a></span> - Method in class org.eclipse.oomph.predicates.util.<a href="./org/eclipse/oomph/predicates/util/PredicatesSwitch.html" title="class in org.eclipse.oomph.predicates.util">PredicatesSwitch</a></dt>
<dd>
<div class="block">Returns the result of interpreting the object as an instance of '<em>Repository Predicate</em>'.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/util/ResourcesSwitch.html#caseSourceLocator(org.eclipse.oomph.resources.SourceLocator)">caseSourceLocator(SourceLocator)</a></span> - Method in class org.eclipse.oomph.resources.util.<a href="./org/eclipse/oomph/resources/util/ResourcesSwitch.html" title="class in org.eclipse.oomph.resources.util">ResourcesSwitch</a></dt>
<dd>
<div class="block">Returns the result of interpreting the object as an instance of '<em>Source Locator</em>'.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/base/util/BaseSwitch.html#caseStringToStringMapEntry(java.util.Map.Entry)">caseStringToStringMapEntry(Map.Entry&lt;String, String&gt;)</a></span> - Method in class org.eclipse.oomph.base.util.<a href="./org/eclipse/oomph/base/util/BaseSwitch.html" title="class in org.eclipse.oomph.base.util">BaseSwitch</a></dt>
<dd>
<div class="block">Returns the result of interpreting the object as an instance of '<em>String To String Map Entry</em>'.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/util/ResourcesSwitch.html#caseXMLProjectFactory(org.eclipse.oomph.resources.XMLProjectFactory)">caseXMLProjectFactory(XMLProjectFactory)</a></span> - Method in class org.eclipse.oomph.resources.util.<a href="./org/eclipse/oomph/resources/util/ResourcesSwitch.html" title="class in org.eclipse.oomph.resources.util">ResourcesSwitch</a></dt>
<dd>
<div class="block">Returns the result of interpreting the object as an instance of '<em>XML Project Factory</em>'.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/OomphPlugin.html#checkCancelation(org.eclipse.core.runtime.IProgressMonitor)">checkCancelation(IProgressMonitor)</a></span> - Static method in class org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/OomphPlugin.html" title="class in org.eclipse.oomph.util">OomphPlugin</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/ui/PersistentButton.html#checkSubclass()">checkSubclass()</a></span> - Method in class org.eclipse.oomph.ui.<a href="./org/eclipse/oomph/ui/PersistentButton.html" title="class in org.eclipse.oomph.ui">PersistentButton</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/ProbingSubMonitor.html#childDone()">childDone()</a></span> - Method in class org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/ProbingSubMonitor.html" title="class in org.eclipse.oomph.util">ProbingSubMonitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/SubMonitor.html#childDone()">childDone()</a></span> - Method in class org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/SubMonitor.html" title="class in org.eclipse.oomph.util">SubMonitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/ConcurrentArray.html#clear()">clear()</a></span> - Method in class org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/ConcurrentArray.html" title="class in org.eclipse.oomph.util">ConcurrentArray</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/SubMonitor.html#clearBlocked()">clearBlocked()</a></span> - Method in class org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/SubMonitor.html" title="class in org.eclipse.oomph.util">SubMonitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/ResourcesUtil.html#clearWorkspace()">clearWorkspace()</a></span> - Static method in class org.eclipse.oomph.resources.<a href="./org/eclipse/oomph/resources/ResourcesUtil.html" title="class in org.eclipse.oomph.resources">ResourcesUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/IOUtil.html#close(java.io.Closeable)">close(Closeable)</a></span> - Static method in class org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/IOUtil.html" title="class in org.eclipse.oomph.util">IOUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/IOUtil.html#closeSilent(java.io.Closeable)">closeSilent(Closeable)</a></span> - Static method in class org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/IOUtil.html" title="class in org.eclipse.oomph.util">IOUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/IOUtil.html#closeSilent(java.net.Socket)">closeSilent(Socket)</a></span> - Static method in class org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/IOUtil.html" title="class in org.eclipse.oomph.util">IOUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/IOUtil.html#closeSilent(java.net.ServerSocket)">closeSilent(ServerSocket)</a></span> - Static method in class org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/IOUtil.html" title="class in org.eclipse.oomph.util">IOUtil</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/eclipse/oomph/util/CollectionUtil.html" title="class in org.eclipse.oomph.util"><span class="strong">CollectionUtil</span></a> - Class in <a href="./org/eclipse/oomph/util/package-summary.html">org.eclipse.oomph.util</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/PredicatesPackage.html#COMMENT_PREDICATE">COMMENT_PREDICATE</a></span> - Static variable in interface org.eclipse.oomph.predicates.<a href="./org/eclipse/oomph/predicates/PredicatesPackage.html" title="interface in org.eclipse.oomph.predicates">PredicatesPackage</a></dt>
<dd>
<div class="block">The meta object id for the '<a href="./org/eclipse/oomph/predicates/impl/CommentPredicateImpl.html" title="class in org.eclipse.oomph.predicates.impl"><code><em>Comment Predicate</em></code></a>' class.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/PredicatesPackage.Literals.html#COMMENT_PREDICATE">COMMENT_PREDICATE</a></span> - Static variable in interface org.eclipse.oomph.predicates.<a href="./org/eclipse/oomph/predicates/PredicatesPackage.Literals.html" title="interface in org.eclipse.oomph.predicates">PredicatesPackage.Literals</a></dt>
<dd>
<div class="block">The meta object literal for the '<a href="./org/eclipse/oomph/predicates/impl/CommentPredicateImpl.html" title="class in org.eclipse.oomph.predicates.impl"><code><em>Comment Predicate</em></code></a>' class.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/PredicatesPackage.html#COMMENT_PREDICATE___GET_ANNOTATION__STRING">COMMENT_PREDICATE___GET_ANNOTATION__STRING</a></span> - Static variable in interface org.eclipse.oomph.predicates.<a href="./org/eclipse/oomph/predicates/PredicatesPackage.html" title="interface in org.eclipse.oomph.predicates">PredicatesPackage</a></dt>
<dd>
<div class="block">The operation id for the '<em>Get Annotation</em>' operation.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/PredicatesPackage.html#COMMENT_PREDICATE___MATCHES__IRESOURCE">COMMENT_PREDICATE___MATCHES__IRESOURCE</a></span> - Static variable in interface org.eclipse.oomph.predicates.<a href="./org/eclipse/oomph/predicates/PredicatesPackage.html" title="interface in org.eclipse.oomph.predicates">PredicatesPackage</a></dt>
<dd>
<div class="block">The operation id for the '<em>Matches</em>' operation.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/PredicatesPackage.html#COMMENT_PREDICATE__ANNOTATIONS">COMMENT_PREDICATE__ANNOTATIONS</a></span> - Static variable in interface org.eclipse.oomph.predicates.<a href="./org/eclipse/oomph/predicates/PredicatesPackage.html" title="interface in org.eclipse.oomph.predicates">PredicatesPackage</a></dt>
<dd>
<div class="block">The feature id for the '<em><b>Annotations</b></em>' containment reference list.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/PredicatesPackage.html#COMMENT_PREDICATE__PATTERN">COMMENT_PREDICATE__PATTERN</a></span> - Static variable in interface org.eclipse.oomph.predicates.<a href="./org/eclipse/oomph/predicates/PredicatesPackage.html" title="interface in org.eclipse.oomph.predicates">PredicatesPackage</a></dt>
<dd>
<div class="block">The feature id for the '<em><b>Pattern</b></em>' attribute.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/PredicatesPackage.Literals.html#COMMENT_PREDICATE__PATTERN">COMMENT_PREDICATE__PATTERN</a></span> - Static variable in interface org.eclipse.oomph.predicates.<a href="./org/eclipse/oomph/predicates/PredicatesPackage.Literals.html" title="interface in org.eclipse.oomph.predicates">PredicatesPackage.Literals</a></dt>
<dd>
<div class="block">The meta object literal for the '<em><b>Pattern</b></em>' attribute feature.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/PredicatesPackage.html#COMMENT_PREDICATE_FEATURE_COUNT">COMMENT_PREDICATE_FEATURE_COUNT</a></span> - Static variable in interface org.eclipse.oomph.predicates.<a href="./org/eclipse/oomph/predicates/PredicatesPackage.html" title="interface in org.eclipse.oomph.predicates">PredicatesPackage</a></dt>
<dd>
<div class="block">The number of structural features of the '<em>Comment Predicate</em>' class.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/PredicatesPackage.html#COMMENT_PREDICATE_OPERATION_COUNT">COMMENT_PREDICATE_OPERATION_COUNT</a></span> - Static variable in interface org.eclipse.oomph.predicates.<a href="./org/eclipse/oomph/predicates/PredicatesPackage.html" title="interface in org.eclipse.oomph.predicates">PredicatesPackage</a></dt>
<dd>
<div class="block">The number of operations of the '<em>Comment Predicate</em>' class.</div>
</dd>
<dt><a href="./org/eclipse/oomph/predicates/CommentPredicate.html" title="interface in org.eclipse.oomph.predicates"><span class="strong">CommentPredicate</span></a> - Interface in <a href="./org/eclipse/oomph/predicates/package-summary.html">org.eclipse.oomph.predicates</a></dt>
<dd>
<div class="block">A representation of the model object '<em><b>Comment Predicate</b></em>'.</div>
</dd>
<dt><a href="./org/eclipse/oomph/predicates/impl/CommentPredicateImpl.html" title="class in org.eclipse.oomph.predicates.impl"><span class="strong">CommentPredicateImpl</span></a> - Class in <a href="./org/eclipse/oomph/predicates/impl/package-summary.html">org.eclipse.oomph.predicates.impl</a></dt>
<dd>
<div class="block">An implementation of the model object '<em><b>Comment Predicate</b></em>'.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/impl/CommentPredicateImpl.html#CommentPredicateImpl()">CommentPredicateImpl()</a></span> - Constructor for class org.eclipse.oomph.predicates.impl.<a href="./org/eclipse/oomph/predicates/impl/CommentPredicateImpl.html" title="class in org.eclipse.oomph.predicates.impl">CommentPredicateImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/OomphPlugin.BundleFile.html#compareTo(org.eclipse.oomph.util.OomphPlugin.BundleFile)">compareTo(OomphPlugin.BundleFile)</a></span> - Method in class org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/OomphPlugin.BundleFile.html" title="class in org.eclipse.oomph.util">OomphPlugin.BundleFile</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/eclipse/oomph/util/ComposedIterator.html" title="class in org.eclipse.oomph.util"><span class="strong">ComposedIterator</span></a>&lt;<a href="./org/eclipse/oomph/util/ComposedIterator.html" title="type parameter in ComposedIterator">T</a>&gt; - Class in <a href="./org/eclipse/oomph/util/package-summary.html">org.eclipse.oomph.util</a></dt>
<dd>
<div class="block">An iterator that is composed of multiple delegate iterators.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/ComposedIterator.html#ComposedIterator(java.util.Iterator...)">ComposedIterator(Iterator&lt;T&gt;...)</a></span> - Constructor for class org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/ComposedIterator.html" title="class in org.eclipse.oomph.util">ComposedIterator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/ComposedIterator.html#ComposedIterator(java.util.Collection)">ComposedIterator(Collection&lt;? extends Iterator&lt;T&gt;&gt;)</a></span> - Constructor for class org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/ComposedIterator.html" title="class in org.eclipse.oomph.util">ComposedIterator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/ComposedIterator.html#ComposedIterator(java.util.Iterator)">ComposedIterator(Iterator&lt;? extends Iterator&lt;T&gt;&gt;)</a></span> - Constructor for class org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/ComposedIterator.html" title="class in org.eclipse.oomph.util">ComposedIterator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/AbstractFilteredIterator.html#computeNextElement()">computeNextElement()</a></span> - Method in class org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/AbstractFilteredIterator.html" title="class in org.eclipse.oomph.util">AbstractFilteredIterator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/AbstractIterator.html#computeNextElement()">computeNextElement()</a></span> - Method in class org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/AbstractIterator.html" title="class in org.eclipse.oomph.util">AbstractIterator</a></dt>
<dd>
<div class="block">Returns the next iteration element, or <a href="./org/eclipse/oomph/util/AbstractIterator.html#END_OF_DATA"><code>AbstractIterator.END_OF_DATA</code></a> if the end of the iteration has been reached.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/ComposedIterator.html#computeNextElement()">computeNextElement()</a></span> - Method in class org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/ComposedIterator.html" title="class in org.eclipse.oomph.util">ComposedIterator</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/eclipse/oomph/util/ConcurrentArray.html" title="class in org.eclipse.oomph.util"><span class="strong">ConcurrentArray</span></a>&lt;<a href="./org/eclipse/oomph/util/ConcurrentArray.html" title="type parameter in ConcurrentArray">E</a>&gt; - Class in <a href="./org/eclipse/oomph/util/package-summary.html">org.eclipse.oomph.util</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/ConcurrentArray.html#ConcurrentArray()">ConcurrentArray()</a></span> - Constructor for class org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/ConcurrentArray.html" title="class in org.eclipse.oomph.util">ConcurrentArray</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/eclipse/oomph/util/ConcurrentArray.DuplicateCounter.html" title="class in org.eclipse.oomph.util"><span class="strong">ConcurrentArray.DuplicateCounter</span></a>&lt;<a href="./org/eclipse/oomph/util/ConcurrentArray.DuplicateCounter.html" title="type parameter in ConcurrentArray.DuplicateCounter">E</a>&gt; - Class in <a href="./org/eclipse/oomph/util/package-summary.html">org.eclipse.oomph.util</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/ConcurrentArray.DuplicateCounter.html#ConcurrentArray.DuplicateCounter()">ConcurrentArray.DuplicateCounter()</a></span> - Constructor for class org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/ConcurrentArray.DuplicateCounter.html" title="class in org.eclipse.oomph.util">ConcurrentArray.DuplicateCounter</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/eclipse/oomph/util/ConcurrentArray.Unique.html" title="class in org.eclipse.oomph.util"><span class="strong">ConcurrentArray.Unique</span></a>&lt;<a href="./org/eclipse/oomph/util/ConcurrentArray.Unique.html" title="type parameter in ConcurrentArray.Unique">E</a>&gt; - Class in <a href="./org/eclipse/oomph/util/package-summary.html">org.eclipse.oomph.util</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/ConcurrentArray.Unique.html#ConcurrentArray.Unique()">ConcurrentArray.Unique()</a></span> - Constructor for class org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/ConcurrentArray.Unique.html" title="class in org.eclipse.oomph.util">ConcurrentArray.Unique</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/Confirmer.html#confirm(boolean,%20java.lang.Object)">confirm(boolean, Object)</a></span> - Method in interface org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/Confirmer.html" title="interface in org.eclipse.oomph.util">Confirmer</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/eclipse/oomph/util/Confirmer.html" title="interface in org.eclipse.oomph.util"><span class="strong">Confirmer</span></a> - Interface in <a href="./org/eclipse/oomph/util/package-summary.html">org.eclipse.oomph.util</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/eclipse/oomph/util/Confirmer.Confirmation.html" title="class in org.eclipse.oomph.util"><span class="strong">Confirmer.Confirmation</span></a> - Class in <a href="./org/eclipse/oomph/util/package-summary.html">org.eclipse.oomph.util</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/Confirmer.Confirmation.html#Confirmer.Confirmation(boolean,%20boolean)">Confirmer.Confirmation(boolean, boolean)</a></span> - Constructor for class org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/Confirmer.Confirmation.html" title="class in org.eclipse.oomph.util">Confirmer.Confirmation</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/impl/FilePredicateImpl.html#CONTENT_PATTERN_EDEFAULT">CONTENT_PATTERN_EDEFAULT</a></span> - Static variable in class org.eclipse.oomph.predicates.impl.<a href="./org/eclipse/oomph/predicates/impl/FilePredicateImpl.html" title="class in org.eclipse.oomph.predicates.impl">FilePredicateImpl</a></dt>
<dd>
<div class="block">The default value of the '<a href="./org/eclipse/oomph/predicates/impl/FilePredicateImpl.html#getContentPattern()"><code><em>Content Pattern</em></code></a>' attribute.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/impl/FilePredicateImpl.html#contentPattern">contentPattern</a></span> - Variable in class org.eclipse.oomph.predicates.impl.<a href="./org/eclipse/oomph/predicates/impl/FilePredicateImpl.html" title="class in org.eclipse.oomph.predicates.impl">FilePredicateImpl</a></dt>
<dd>
<div class="block">The cached value of the '<a href="./org/eclipse/oomph/predicates/impl/FilePredicateImpl.html#getContentPattern()"><code><em>Content Pattern</em></code></a>' attribute.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/base/impl/AnnotationImpl.html#contents">contents</a></span> - Variable in class org.eclipse.oomph.base.impl.<a href="./org/eclipse/oomph/base/impl/AnnotationImpl.html" title="class in org.eclipse.oomph.base.impl">AnnotationImpl</a></dt>
<dd>
<div class="block">The cached value of the '<a href="./org/eclipse/oomph/base/impl/AnnotationImpl.html#getContents()"><code><em>Contents</em></code></a>' containment reference list.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/SubMonitor.html#convert(org.eclipse.core.runtime.IProgressMonitor)">convert(IProgressMonitor)</a></span> - Static method in class org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/SubMonitor.html" title="class in org.eclipse.oomph.util">SubMonitor</a></dt>
<dd>
<div class="block">Converts an unknown (possibly null) IProgressMonitor into a SubMonitor.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/SubMonitor.html#convert(org.eclipse.core.runtime.IProgressMonitor,%20int)">convert(IProgressMonitor, int)</a></span> - Static method in class org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/SubMonitor.html" title="class in org.eclipse.oomph.util">SubMonitor</a></dt>
<dd>
<div class="block">Converts an unknown (possibly null) IProgressMonitor into a SubMonitor allocated
with the given number of ticks.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/SubMonitor.html#convert(org.eclipse.core.runtime.IProgressMonitor,%20java.lang.String,%20int)">convert(IProgressMonitor, String, int)</a></span> - Static method in class org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/SubMonitor.html" title="class in org.eclipse.oomph.util">SubMonitor</a></dt>
<dd>
<div class="block">Converts an unknown (possibly null) IProgressMonitor into a SubMonitor allocated
with the given number of ticks.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/SubMonitor.html#convert(org.eclipse.core.runtime.IProgressMonitor,%20org.eclipse.oomph.util.SubMonitor.ProbingMode)">convert(IProgressMonitor, SubMonitor.ProbingMode)</a></span> - Static method in class org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/SubMonitor.html" title="class in org.eclipse.oomph.util">SubMonitor</a></dt>
<dd>
<div class="block">Converts an unknown (possibly null) IProgressMonitor into a SubMonitor.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/SubMonitor.html#convert(org.eclipse.core.runtime.IProgressMonitor,%20int,%20org.eclipse.oomph.util.SubMonitor.ProbingMode)">convert(IProgressMonitor, int, SubMonitor.ProbingMode)</a></span> - Static method in class org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/SubMonitor.html" title="class in org.eclipse.oomph.util">SubMonitor</a></dt>
<dd>
<div class="block">Converts an unknown (possibly null) IProgressMonitor into a SubMonitor allocated
with the given number of ticks.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/SubMonitor.html#convert(org.eclipse.core.runtime.IProgressMonitor,%20java.lang.String,%20int,%20org.eclipse.oomph.util.SubMonitor.ProbingMode)">convert(IProgressMonitor, String, int, SubMonitor.ProbingMode)</a></span> - Static method in class org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/SubMonitor.html" title="class in org.eclipse.oomph.util">SubMonitor</a></dt>
<dd>
<div class="block">Converts an unknown (possibly null) IProgressMonitor into a SubMonitor allocated
with the given number of ticks.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/base/BaseFactory.html#convertException(java.lang.Exception)">convertException(Exception)</a></span> - Method in interface org.eclipse.oomph.base.<a href="./org/eclipse/oomph/base/BaseFactory.html" title="interface in org.eclipse.oomph.base">BaseFactory</a></dt>
<dd>
<div class="block">Returns a literal representation of an instance of data type '<em>Exception</em>'.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/base/impl/BaseFactoryImpl.html#convertException(java.lang.Exception)">convertException(Exception)</a></span> - Method in class org.eclipse.oomph.base.impl.<a href="./org/eclipse/oomph/base/impl/BaseFactoryImpl.html" title="class in org.eclipse.oomph.base.impl">BaseFactoryImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/base/impl/BaseFactoryImpl.html#convertExceptionToString(org.eclipse.emf.ecore.EDataType,%20java.lang.Object)">convertExceptionToString(EDataType, Object)</a></span> - Method in class org.eclipse.oomph.base.impl.<a href="./org/eclipse/oomph/base/impl/BaseFactoryImpl.html" title="class in org.eclipse.oomph.base.impl">BaseFactoryImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/impl/PredicatesFactoryImpl.html#convertFileToString(org.eclipse.emf.ecore.EDataType,%20java.lang.Object)">convertFileToString(EDataType, Object)</a></span> - Method in class org.eclipse.oomph.predicates.impl.<a href="./org/eclipse/oomph/predicates/impl/PredicatesFactoryImpl.html" title="class in org.eclipse.oomph.predicates.impl">PredicatesFactoryImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/impl/PredicatesFactoryImpl.html#convertProjectToString(org.eclipse.emf.ecore.EDataType,%20java.lang.Object)">convertProjectToString(EDataType, Object)</a></span> - Method in class org.eclipse.oomph.predicates.impl.<a href="./org/eclipse/oomph/predicates/impl/PredicatesFactoryImpl.html" title="class in org.eclipse.oomph.predicates.impl">PredicatesFactoryImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/impl/PredicatesFactoryImpl.html#convertResourceToString(org.eclipse.emf.ecore.EDataType,%20java.lang.Object)">convertResourceToString(EDataType, Object)</a></span> - Method in class org.eclipse.oomph.predicates.impl.<a href="./org/eclipse/oomph/predicates/impl/PredicatesFactoryImpl.html" title="class in org.eclipse.oomph.predicates.impl">PredicatesFactoryImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/base/BaseFactory.html#convertText(java.lang.String)">convertText(String)</a></span> - Method in interface org.eclipse.oomph.base.<a href="./org/eclipse/oomph/base/BaseFactory.html" title="interface in org.eclipse.oomph.base">BaseFactory</a></dt>
<dd>
<div class="block">Returns a literal representation of an instance of data type '<em>Text</em>'.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/base/impl/BaseFactoryImpl.html#convertText(java.lang.String)">convertText(String)</a></span> - Method in class org.eclipse.oomph.base.impl.<a href="./org/eclipse/oomph/base/impl/BaseFactoryImpl.html" title="class in org.eclipse.oomph.base.impl">BaseFactoryImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/base/impl/BaseFactoryImpl.html#convertTextToString(org.eclipse.emf.ecore.EDataType,%20java.lang.Object)">convertTextToString(EDataType, Object)</a></span> - Method in class org.eclipse.oomph.base.impl.<a href="./org/eclipse/oomph/base/impl/BaseFactoryImpl.html" title="class in org.eclipse.oomph.base.impl">BaseFactoryImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/base/impl/BaseFactoryImpl.html#convertToString(org.eclipse.emf.ecore.EDataType,%20java.lang.Object)">convertToString(EDataType, Object)</a></span> - Method in class org.eclipse.oomph.base.impl.<a href="./org/eclipse/oomph/base/impl/BaseFactoryImpl.html" title="class in org.eclipse.oomph.base.impl">BaseFactoryImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/impl/PredicatesFactoryImpl.html#convertToString(org.eclipse.emf.ecore.EDataType,%20java.lang.Object)">convertToString(EDataType, Object)</a></span> - Method in class org.eclipse.oomph.predicates.impl.<a href="./org/eclipse/oomph/predicates/impl/PredicatesFactoryImpl.html" title="class in org.eclipse.oomph.predicates.impl">PredicatesFactoryImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/impl/ResourcesFactoryImpl.html#convertToString(org.eclipse.emf.ecore.EDataType,%20java.lang.Object)">convertToString(EDataType, Object)</a></span> - Method in class org.eclipse.oomph.resources.impl.<a href="./org/eclipse/oomph/resources/impl/ResourcesFactoryImpl.html" title="class in org.eclipse.oomph.resources.impl">ResourcesFactoryImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/base/BaseFactory.html#convertURI(org.eclipse.emf.common.util.URI)">convertURI(URI)</a></span> - Method in interface org.eclipse.oomph.base.<a href="./org/eclipse/oomph/base/BaseFactory.html" title="interface in org.eclipse.oomph.base">BaseFactory</a></dt>
<dd>
<div class="block">Returns a literal representation of an instance of data type '<em>URI</em>'.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/base/impl/BaseFactoryImpl.html#convertURI(org.eclipse.emf.common.util.URI)">convertURI(URI)</a></span> - Method in class org.eclipse.oomph.base.impl.<a href="./org/eclipse/oomph/base/impl/BaseFactoryImpl.html" title="class in org.eclipse.oomph.base.impl">BaseFactoryImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/base/impl/BaseFactoryImpl.html#convertURIToString(org.eclipse.emf.ecore.EDataType,%20java.lang.Object)">convertURIToString(EDataType, Object)</a></span> - Method in class org.eclipse.oomph.base.impl.<a href="./org/eclipse/oomph/base/impl/BaseFactoryImpl.html" title="class in org.eclipse.oomph.base.impl">BaseFactoryImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/IOUtil.html#copy(java.io.InputStream,%20java.io.OutputStream,%20byte[])">copy(InputStream, OutputStream, byte[])</a></span> - Static method in class org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/IOUtil.html" title="class in org.eclipse.oomph.util">IOUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/IOUtil.html#copy(java.io.InputStream,%20java.io.OutputStream,%20int)">copy(InputStream, OutputStream, int)</a></span> - Static method in class org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/IOUtil.html" title="class in org.eclipse.oomph.util">IOUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/IOUtil.html#copy(java.io.InputStream,%20java.io.OutputStream)">copy(InputStream, OutputStream)</a></span> - Static method in class org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/IOUtil.html" title="class in org.eclipse.oomph.util">IOUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/Pair.html#copy()">copy()</a></span> - Method in class org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/Pair.html" title="class in org.eclipse.oomph.util">Pair</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/base/util/BaseUtil.html#copyFile(org.eclipse.emf.ecore.resource.URIConverter,%20java.util.Map,%20org.eclipse.emf.common.util.URI,%20org.eclipse.emf.common.util.URI)">copyFile(URIConverter, Map&lt;?, ?&gt;, URI, URI)</a></span> - Static method in class org.eclipse.oomph.base.util.<a href="./org/eclipse/oomph/base/util/BaseUtil.html" title="class in org.eclipse.oomph.base.util">BaseUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/ResourcesUtil.html#copyFile(org.eclipse.core.resources.IFile,%20java.io.File)">copyFile(IFile, File)</a></span> - Static method in class org.eclipse.oomph.resources.<a href="./org/eclipse/oomph/resources/ResourcesUtil.html" title="class in org.eclipse.oomph.resources">ResourcesUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/IOUtil.html#copyFile(java.io.File,%20java.io.File)">copyFile(File, File)</a></span> - Static method in class org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/IOUtil.html" title="class in org.eclipse.oomph.util">IOUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/IOUtil.html#copyTree(java.io.File,%20java.io.File)">copyTree(File, File)</a></span> - Static method in class org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/IOUtil.html" title="class in org.eclipse.oomph.util">IOUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/OomphPlugin.html#coreException(org.eclipse.core.runtime.IStatus)">coreException(IStatus)</a></span> - Method in class org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/OomphPlugin.html" title="class in org.eclipse.oomph.util">OomphPlugin</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/OomphPlugin.html#coreException(java.lang.Throwable)">coreException(Throwable)</a></span> - Method in class org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/OomphPlugin.html" title="class in org.eclipse.oomph.util">OomphPlugin</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/SynchronizedCounter.html#countDown()">countDown()</a></span> - Method in class org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/SynchronizedCounter.html" title="class in org.eclipse.oomph.util">SynchronizedCounter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/SynchronizedCounter.html#countUp()">countUp()</a></span> - Method in class org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/SynchronizedCounter.html" title="class in org.eclipse.oomph.util">SynchronizedCounter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/base/impl/BaseFactoryImpl.html#create(org.eclipse.emf.ecore.EClass)">create(EClass)</a></span> - Method in class org.eclipse.oomph.base.impl.<a href="./org/eclipse/oomph/base/impl/BaseFactoryImpl.html" title="class in org.eclipse.oomph.base.impl">BaseFactoryImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/impl/PredicatesFactoryImpl.html#create(org.eclipse.emf.ecore.EClass)">create(EClass)</a></span> - Method in class org.eclipse.oomph.predicates.impl.<a href="./org/eclipse/oomph/predicates/impl/PredicatesFactoryImpl.html" title="class in org.eclipse.oomph.predicates.impl">PredicatesFactoryImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/impl/ResourcesFactoryImpl.html#create(org.eclipse.emf.ecore.EClass)">create(EClass)</a></span> - Method in class org.eclipse.oomph.resources.impl.<a href="./org/eclipse/oomph/resources/impl/ResourcesFactoryImpl.html" title="class in org.eclipse.oomph.resources.impl">ResourcesFactoryImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/Pair.html#create()">create()</a></span> - Static method in class org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/Pair.html" title="class in org.eclipse.oomph.util">Pair</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/Pair.html#create(T1,%20T2)">create(T1, T2)</a></span> - Static method in class org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/Pair.html" title="class in org.eclipse.oomph.util">Pair</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/base/util/BaseAdapterFactory.html#createAdapter(org.eclipse.emf.common.notify.Notifier)">createAdapter(Notifier)</a></span> - Method in class org.eclipse.oomph.base.util.<a href="./org/eclipse/oomph/base/util/BaseAdapterFactory.html" title="class in org.eclipse.oomph.base.util">BaseAdapterFactory</a></dt>
<dd>
<div class="block">Creates an adapter for the <code>target</code>.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/util/PredicatesAdapterFactory.html#createAdapter(org.eclipse.emf.common.notify.Notifier)">createAdapter(Notifier)</a></span> - Method in class org.eclipse.oomph.predicates.util.<a href="./org/eclipse/oomph/predicates/util/PredicatesAdapterFactory.html" title="class in org.eclipse.oomph.predicates.util">PredicatesAdapterFactory</a></dt>
<dd>
<div class="block">Creates an adapter for the <code>target</code>.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/util/ResourcesAdapterFactory.html#createAdapter(org.eclipse.emf.common.notify.Notifier)">createAdapter(Notifier)</a></span> - Method in class org.eclipse.oomph.resources.util.<a href="./org/eclipse/oomph/resources/util/ResourcesAdapterFactory.html" title="class in org.eclipse.oomph.resources.util">ResourcesAdapterFactory</a></dt>
<dd>
<div class="block">Creates an adapter for the <code>target</code>.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/impl/PredicatesFactoryImpl.html#createAndPredicate()">createAndPredicate()</a></span> - Method in class org.eclipse.oomph.predicates.impl.<a href="./org/eclipse/oomph/predicates/impl/PredicatesFactoryImpl.html" title="class in org.eclipse.oomph.predicates.impl">PredicatesFactoryImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/impl/PredicatesFactoryImpl.html#createAndPredicate(org.eclipse.oomph.predicates.Predicate...)">createAndPredicate(Predicate...)</a></span> - Method in class org.eclipse.oomph.predicates.impl.<a href="./org/eclipse/oomph/predicates/impl/PredicatesFactoryImpl.html" title="class in org.eclipse.oomph.predicates.impl">PredicatesFactoryImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/PredicatesFactory.html#createAndPredicate()">createAndPredicate()</a></span> - Method in interface org.eclipse.oomph.predicates.<a href="./org/eclipse/oomph/predicates/PredicatesFactory.html" title="interface in org.eclipse.oomph.predicates">PredicatesFactory</a></dt>
<dd>
<div class="block">Returns a new object of class '<em>And Predicate</em>'.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/PredicatesFactory.html#createAndPredicate(org.eclipse.oomph.predicates.Predicate...)">createAndPredicate(Predicate...)</a></span> - Method in interface org.eclipse.oomph.predicates.<a href="./org/eclipse/oomph/predicates/PredicatesFactory.html" title="interface in org.eclipse.oomph.predicates">PredicatesFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/util/PredicatesAdapterFactory.html#createAndPredicateAdapter()">createAndPredicateAdapter()</a></span> - Method in class org.eclipse.oomph.predicates.util.<a href="./org/eclipse/oomph/predicates/util/PredicatesAdapterFactory.html" title="class in org.eclipse.oomph.predicates.util">PredicatesAdapterFactory</a></dt>
<dd>
<div class="block">Creates a new adapter for an object of class '<a href="./org/eclipse/oomph/predicates/AndPredicate.html" title="interface in org.eclipse.oomph.predicates"><code><em>And Predicate</em></code></a>'.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/base/BaseFactory.html#createAnnotation()">createAnnotation()</a></span> - Method in interface org.eclipse.oomph.base.<a href="./org/eclipse/oomph/base/BaseFactory.html" title="interface in org.eclipse.oomph.base">BaseFactory</a></dt>
<dd>
<div class="block">Returns a new object of class '<em>Annotation</em>'.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/base/BaseFactory.html#createAnnotation(java.lang.String)">createAnnotation(String)</a></span> - Method in interface org.eclipse.oomph.base.<a href="./org/eclipse/oomph/base/BaseFactory.html" title="interface in org.eclipse.oomph.base">BaseFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/base/impl/BaseFactoryImpl.html#createAnnotation()">createAnnotation()</a></span> - Method in class org.eclipse.oomph.base.impl.<a href="./org/eclipse/oomph/base/impl/BaseFactoryImpl.html" title="class in org.eclipse.oomph.base.impl">BaseFactoryImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/base/impl/BaseFactoryImpl.html#createAnnotation(java.lang.String)">createAnnotation(String)</a></span> - Method in class org.eclipse.oomph.base.impl.<a href="./org/eclipse/oomph/base/impl/BaseFactoryImpl.html" title="class in org.eclipse.oomph.base.impl">BaseFactoryImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/base/util/BaseAdapterFactory.html#createAnnotationAdapter()">createAnnotationAdapter()</a></span> - Method in class org.eclipse.oomph.base.util.<a href="./org/eclipse/oomph/base/util/BaseAdapterFactory.html" title="class in org.eclipse.oomph.base.util">BaseAdapterFactory</a></dt>
<dd>
<div class="block">Creates a new adapter for an object of class '<a href="./org/eclipse/oomph/base/Annotation.html" title="interface in org.eclipse.oomph.base"><code><em>Annotation</em></code></a>'.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/backend/BackendSystem.html#createBackendFile(org.eclipse.emf.common.util.URI)">createBackendFile(URI)</a></span> - Method in class org.eclipse.oomph.resources.backend.<a href="./org/eclipse/oomph/resources/backend/BackendSystem.html" title="class in org.eclipse.oomph.resources.backend">BackendSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/backend/BackendSystem.html#createBackendFolder(org.eclipse.emf.common.util.URI)">createBackendFolder(URI)</a></span> - Method in class org.eclipse.oomph.resources.backend.<a href="./org/eclipse/oomph/resources/backend/BackendSystem.html" title="class in org.eclipse.oomph.resources.backend">BackendSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/backend/BackendSystem.IFactory.html#createBackendSystem(org.eclipse.emf.common.util.URI)">createBackendSystem(URI)</a></span> - Method in interface org.eclipse.oomph.resources.backend.<a href="./org/eclipse/oomph/resources/backend/BackendSystem.IFactory.html" title="interface in org.eclipse.oomph.resources.backend">BackendSystem.IFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/backend/LocalBackendSystem.Factory.html#createBackendSystem(org.eclipse.emf.common.util.URI)">createBackendSystem(URI)</a></span> - Method in class org.eclipse.oomph.resources.backend.<a href="./org/eclipse/oomph/resources/backend/LocalBackendSystem.Factory.html" title="class in org.eclipse.oomph.resources.backend">LocalBackendSystem.Factory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/impl/PredicatesFactoryImpl.html#createBuilderPredicate()">createBuilderPredicate()</a></span> - Method in class org.eclipse.oomph.predicates.impl.<a href="./org/eclipse/oomph/predicates/impl/PredicatesFactoryImpl.html" title="class in org.eclipse.oomph.predicates.impl">PredicatesFactoryImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/impl/PredicatesFactoryImpl.html#createBuilderPredicate(java.lang.String)">createBuilderPredicate(String)</a></span> - Method in class org.eclipse.oomph.predicates.impl.<a href="./org/eclipse/oomph/predicates/impl/PredicatesFactoryImpl.html" title="class in org.eclipse.oomph.predicates.impl">PredicatesFactoryImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/PredicatesFactory.html#createBuilderPredicate()">createBuilderPredicate()</a></span> - Method in interface org.eclipse.oomph.predicates.<a href="./org/eclipse/oomph/predicates/PredicatesFactory.html" title="interface in org.eclipse.oomph.predicates">PredicatesFactory</a></dt>
<dd>
<div class="block">Returns a new object of class '<em>Builder Predicate</em>'.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/PredicatesFactory.html#createBuilderPredicate(java.lang.String)">createBuilderPredicate(String)</a></span> - Method in interface org.eclipse.oomph.predicates.<a href="./org/eclipse/oomph/predicates/PredicatesFactory.html" title="interface in org.eclipse.oomph.predicates">PredicatesFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/util/PredicatesAdapterFactory.html#createBuilderPredicateAdapter()">createBuilderPredicateAdapter()</a></span> - Method in class org.eclipse.oomph.predicates.util.<a href="./org/eclipse/oomph/predicates/util/PredicatesAdapterFactory.html" title="class in org.eclipse.oomph.predicates.util">PredicatesAdapterFactory</a></dt>
<dd>
<div class="block">Creates a new adapter for an object of class '<a href="./org/eclipse/oomph/predicates/BuilderPredicate.html" title="interface in org.eclipse.oomph.predicates"><code><em>Builder Predicate</em></code></a>'.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/ui/AbstractDialog.html#createCheckbox(org.eclipse.swt.widgets.Composite,%20java.lang.String)">createCheckbox(Composite, String)</a></span> - Method in class org.eclipse.oomph.ui.<a href="./org/eclipse/oomph/ui/AbstractDialog.html" title="class in org.eclipse.oomph.ui">AbstractDialog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/impl/PredicatesFactoryImpl.html#createCommentPredicate()">createCommentPredicate()</a></span> - Method in class org.eclipse.oomph.predicates.impl.<a href="./org/eclipse/oomph/predicates/impl/PredicatesFactoryImpl.html" title="class in org.eclipse.oomph.predicates.impl">PredicatesFactoryImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/PredicatesFactory.html#createCommentPredicate()">createCommentPredicate()</a></span> - Method in interface org.eclipse.oomph.predicates.<a href="./org/eclipse/oomph/predicates/PredicatesFactory.html" title="interface in org.eclipse.oomph.predicates">PredicatesFactory</a></dt>
<dd>
<div class="block">Returns a new object of class '<em>Comment Predicate</em>'.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/util/PredicatesAdapterFactory.html#createCommentPredicateAdapter()">createCommentPredicateAdapter()</a></span> - Method in class org.eclipse.oomph.predicates.util.<a href="./org/eclipse/oomph/predicates/util/PredicatesAdapterFactory.html" title="class in org.eclipse.oomph.predicates.util">PredicatesAdapterFactory</a></dt>
<dd>
<div class="block">Creates a new adapter for an object of class '<a href="./org/eclipse/oomph/predicates/CommentPredicate.html" title="interface in org.eclipse.oomph.predicates"><code><em>Comment Predicate</em></code></a>'.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/ui/AbstractDialog.html#createContents(org.eclipse.swt.widgets.Composite)">createContents(Composite)</a></span> - Method in class org.eclipse.oomph.ui.<a href="./org/eclipse/oomph/ui/AbstractDialog.html" title="class in org.eclipse.oomph.ui">AbstractDialog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/ui/AbstractDialog.html#createDialogArea(org.eclipse.swt.widgets.Composite)">createDialogArea(Composite)</a></span> - Method in class org.eclipse.oomph.ui.<a href="./org/eclipse/oomph/ui/AbstractDialog.html" title="class in org.eclipse.oomph.ui">AbstractDialog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/XMLUtil.html#createDocumentBuilder()">createDocumentBuilder()</a></span> - Static method in class org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/XMLUtil.html" title="class in org.eclipse.oomph.util">XMLUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/ui/ErrorDialog.html#createDropDownText(org.eclipse.swt.widgets.Composite)">createDropDownText(Composite)</a></span> - Method in class org.eclipse.oomph.ui.<a href="./org/eclipse/oomph/ui/ErrorDialog.html" title="class in org.eclipse.oomph.ui">ErrorDialog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/impl/ResourcesFactoryImpl.html#createEclipseProjectFactory()">createEclipseProjectFactory()</a></span> - Method in class org.eclipse.oomph.resources.impl.<a href="./org/eclipse/oomph/resources/impl/ResourcesFactoryImpl.html" title="class in org.eclipse.oomph.resources.impl">ResourcesFactoryImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/ResourcesFactory.html#createEclipseProjectFactory()">createEclipseProjectFactory()</a></span> - Method in interface org.eclipse.oomph.resources.<a href="./org/eclipse/oomph/resources/ResourcesFactory.html" title="interface in org.eclipse.oomph.resources">ResourcesFactory</a></dt>
<dd>
<div class="block">Returns a new object of class '<em>Eclipse Project Factory</em>'.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/util/ResourcesAdapterFactory.html#createEclipseProjectFactoryAdapter()">createEclipseProjectFactoryAdapter()</a></span> - Method in class org.eclipse.oomph.resources.util.<a href="./org/eclipse/oomph/resources/util/ResourcesAdapterFactory.html" title="class in org.eclipse.oomph.resources.util">ResourcesAdapterFactory</a></dt>
<dd>
<div class="block">Creates a new adapter for an object of class '<a href="./org/eclipse/oomph/resources/EclipseProjectFactory.html" title="interface in org.eclipse.oomph.resources"><code><em>Eclipse Project Factory</em></code></a>'.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/base/impl/BasePackageImpl.html#createEcoreAnnotations()">createEcoreAnnotations()</a></span> - Method in class org.eclipse.oomph.base.impl.<a href="./org/eclipse/oomph/base/impl/BasePackageImpl.html" title="class in org.eclipse.oomph.base.impl">BasePackageImpl</a></dt>
<dd>
<div class="block">Initializes the annotations for <b>http://www.eclipse.org/emf/2002/Ecore</b>.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/impl/PredicatesPackageImpl.html#createEcoreAnnotations()">createEcoreAnnotations()</a></span> - Method in class org.eclipse.oomph.predicates.impl.<a href="./org/eclipse/oomph/predicates/impl/PredicatesPackageImpl.html" title="class in org.eclipse.oomph.predicates.impl">PredicatesPackageImpl</a></dt>
<dd>
<div class="block">Initializes the annotations for <b>http://www.eclipse.org/emf/2002/Ecore</b>.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/impl/ResourcesPackageImpl.html#createEcoreAnnotations()">createEcoreAnnotations()</a></span> - Method in class org.eclipse.oomph.resources.impl.<a href="./org/eclipse/oomph/resources/impl/ResourcesPackageImpl.html" title="class in org.eclipse.oomph.resources.impl">ResourcesPackageImpl</a></dt>
<dd>
<div class="block">Initializes the annotations for <b>http://www.eclipse.org/emf/2002/Ecore</b>.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/base/util/BaseAdapterFactory.html#createEObjectAdapter()">createEObjectAdapter()</a></span> - Method in class org.eclipse.oomph.base.util.<a href="./org/eclipse/oomph/base/util/BaseAdapterFactory.html" title="class in org.eclipse.oomph.base.util">BaseAdapterFactory</a></dt>
<dd>
<div class="block">Creates a new adapter for the default case.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/util/PredicatesAdapterFactory.html#createEObjectAdapter()">createEObjectAdapter()</a></span> - Method in class org.eclipse.oomph.predicates.util.<a href="./org/eclipse/oomph/predicates/util/PredicatesAdapterFactory.html" title="class in org.eclipse.oomph.predicates.util">PredicatesAdapterFactory</a></dt>
<dd>
<div class="block">Creates a new adapter for the default case.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/util/ResourcesAdapterFactory.html#createEObjectAdapter()">createEObjectAdapter()</a></span> - Method in class org.eclipse.oomph.resources.util.<a href="./org/eclipse/oomph/resources/util/ResourcesAdapterFactory.html" title="class in org.eclipse.oomph.resources.util">ResourcesAdapterFactory</a></dt>
<dd>
<div class="block">Creates a new adapter for the default case.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/base/BaseFactory.html#createErrorAnnotation(java.lang.String)">createErrorAnnotation(String)</a></span> - Method in interface org.eclipse.oomph.base.<a href="./org/eclipse/oomph/base/BaseFactory.html" title="interface in org.eclipse.oomph.base">BaseFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/base/impl/BaseFactoryImpl.html#createErrorAnnotation(java.lang.String)">createErrorAnnotation(String)</a></span> - Method in class org.eclipse.oomph.base.impl.<a href="./org/eclipse/oomph/base/impl/BaseFactoryImpl.html" title="class in org.eclipse.oomph.base.impl">BaseFactoryImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/base/BaseFactory.html#createException(java.lang.String)">createException(String)</a></span> - Method in interface org.eclipse.oomph.base.<a href="./org/eclipse/oomph/base/BaseFactory.html" title="interface in org.eclipse.oomph.base">BaseFactory</a></dt>
<dd>
<div class="block">Returns an instance of data type '<em>Exception</em>' corresponding the given literal.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/base/impl/BaseFactoryImpl.html#createException(java.lang.String)">createException(String)</a></span> - Method in class org.eclipse.oomph.base.impl.<a href="./org/eclipse/oomph/base/impl/BaseFactoryImpl.html" title="class in org.eclipse.oomph.base.impl">BaseFactoryImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/base/impl/BaseFactoryImpl.html#createExceptionFromString(org.eclipse.emf.ecore.EDataType,%20java.lang.String)">createExceptionFromString(EDataType, String)</a></span> - Method in class org.eclipse.oomph.base.impl.<a href="./org/eclipse/oomph/base/impl/BaseFactoryImpl.html" title="class in org.eclipse.oomph.base.impl">BaseFactoryImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/base/impl/BasePackageImpl.html#createExtendedMetaDataAnnotations()">createExtendedMetaDataAnnotations()</a></span> - Method in class org.eclipse.oomph.base.impl.<a href="./org/eclipse/oomph/base/impl/BasePackageImpl.html" title="class in org.eclipse.oomph.base.impl">BasePackageImpl</a></dt>
<dd>
<div class="block">Initializes the annotations for <b>http:///org/eclipse/emf/ecore/util/ExtendedMetaData</b>.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/impl/PredicatesPackageImpl.html#createExtendedMetaDataAnnotations()">createExtendedMetaDataAnnotations()</a></span> - Method in class org.eclipse.oomph.predicates.impl.<a href="./org/eclipse/oomph/predicates/impl/PredicatesPackageImpl.html" title="class in org.eclipse.oomph.predicates.impl">PredicatesPackageImpl</a></dt>
<dd>
<div class="block">Initializes the annotations for <b>http:///org/eclipse/emf/ecore/util/ExtendedMetaData</b>.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/impl/ResourcesPackageImpl.html#createExtendedMetaDataAnnotations()">createExtendedMetaDataAnnotations()</a></span> - Method in class org.eclipse.oomph.resources.impl.<a href="./org/eclipse/oomph/resources/impl/ResourcesPackageImpl.html" title="class in org.eclipse.oomph.resources.impl">ResourcesPackageImpl</a></dt>
<dd>
<div class="block">Initializes the annotations for <b>http:///org/eclipse/emf/ecore/util/ExtendedMetaData</b>.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/impl/PredicatesFactoryImpl.html#createFileFromString(org.eclipse.emf.ecore.EDataType,%20java.lang.String)">createFileFromString(EDataType, String)</a></span> - Method in class org.eclipse.oomph.predicates.impl.<a href="./org/eclipse/oomph/predicates/impl/PredicatesFactoryImpl.html" title="class in org.eclipse.oomph.predicates.impl">PredicatesFactoryImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/impl/PredicatesFactoryImpl.html#createFilePredicate()">createFilePredicate()</a></span> - Method in class org.eclipse.oomph.predicates.impl.<a href="./org/eclipse/oomph/predicates/impl/PredicatesFactoryImpl.html" title="class in org.eclipse.oomph.predicates.impl">PredicatesFactoryImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/impl/PredicatesFactoryImpl.html#createFilePredicate(java.lang.String)">createFilePredicate(String)</a></span> - Method in class org.eclipse.oomph.predicates.impl.<a href="./org/eclipse/oomph/predicates/impl/PredicatesFactoryImpl.html" title="class in org.eclipse.oomph.predicates.impl">PredicatesFactoryImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/impl/PredicatesFactoryImpl.html#createFilePredicate(java.lang.String,%20java.lang.String)">createFilePredicate(String, String)</a></span> - Method in class org.eclipse.oomph.predicates.impl.<a href="./org/eclipse/oomph/predicates/impl/PredicatesFactoryImpl.html" title="class in org.eclipse.oomph.predicates.impl">PredicatesFactoryImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/PredicatesFactory.html#createFilePredicate()">createFilePredicate()</a></span> - Method in interface org.eclipse.oomph.predicates.<a href="./org/eclipse/oomph/predicates/PredicatesFactory.html" title="interface in org.eclipse.oomph.predicates">PredicatesFactory</a></dt>
<dd>
<div class="block">Returns a new object of class '<em>File Predicate</em>'.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/PredicatesFactory.html#createFilePredicate(java.lang.String)">createFilePredicate(String)</a></span> - Method in interface org.eclipse.oomph.predicates.<a href="./org/eclipse/oomph/predicates/PredicatesFactory.html" title="interface in org.eclipse.oomph.predicates">PredicatesFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/PredicatesFactory.html#createFilePredicate(java.lang.String,%20java.lang.String)">createFilePredicate(String, String)</a></span> - Method in interface org.eclipse.oomph.predicates.<a href="./org/eclipse/oomph/predicates/PredicatesFactory.html" title="interface in org.eclipse.oomph.predicates">PredicatesFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/util/PredicatesAdapterFactory.html#createFilePredicateAdapter()">createFilePredicateAdapter()</a></span> - Method in class org.eclipse.oomph.predicates.util.<a href="./org/eclipse/oomph/predicates/util/PredicatesAdapterFactory.html" title="class in org.eclipse.oomph.predicates.util">PredicatesAdapterFactory</a></dt>
<dd>
<div class="block">Creates a new adapter for an object of class '<a href="./org/eclipse/oomph/predicates/FilePredicate.html" title="interface in org.eclipse.oomph.predicates"><code><em>File Predicate</em></code></a>'.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/base/impl/BaseFactoryImpl.html#createFromString(org.eclipse.emf.ecore.EDataType,%20java.lang.String)">createFromString(EDataType, String)</a></span> - Method in class org.eclipse.oomph.base.impl.<a href="./org/eclipse/oomph/base/impl/BaseFactoryImpl.html" title="class in org.eclipse.oomph.base.impl">BaseFactoryImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/impl/PredicatesFactoryImpl.html#createFromString(org.eclipse.emf.ecore.EDataType,%20java.lang.String)">createFromString(EDataType, String)</a></span> - Method in class org.eclipse.oomph.predicates.impl.<a href="./org/eclipse/oomph/predicates/impl/PredicatesFactoryImpl.html" title="class in org.eclipse.oomph.predicates.impl">PredicatesFactoryImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/impl/ResourcesFactoryImpl.html#createFromString(org.eclipse.emf.ecore.EDataType,%20java.lang.String)">createFromString(EDataType, String)</a></span> - Method in class org.eclipse.oomph.resources.impl.<a href="./org/eclipse/oomph/resources/impl/ResourcesFactoryImpl.html" title="class in org.eclipse.oomph.resources.impl">ResourcesFactoryImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/base/impl/BaseFactoryImpl.html#createGen(org.eclipse.emf.ecore.EClass)">createGen(EClass)</a></span> - Method in class org.eclipse.oomph.base.impl.<a href="./org/eclipse/oomph/base/impl/BaseFactoryImpl.html" title="class in org.eclipse.oomph.base.impl">BaseFactoryImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/ui/AbstractDialog.html#createHelpControl(org.eclipse.swt.widgets.Composite)">createHelpControl(Composite)</a></span> - Method in class org.eclipse.oomph.ui.<a href="./org/eclipse/oomph/ui/AbstractDialog.html" title="class in org.eclipse.oomph.ui">AbstractDialog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/base/BaseFactory.html#createInfoAnnotation(java.lang.String)">createInfoAnnotation(String)</a></span> - Method in interface org.eclipse.oomph.base.<a href="./org/eclipse/oomph/base/BaseFactory.html" title="interface in org.eclipse.oomph.base">BaseFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/base/impl/BaseFactoryImpl.html#createInfoAnnotation(java.lang.String)">createInfoAnnotation(String)</a></span> - Method in class org.eclipse.oomph.base.impl.<a href="./org/eclipse/oomph/base/impl/BaseFactoryImpl.html" title="class in org.eclipse.oomph.base.impl">BaseFactoryImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/base/impl/BasePackageImpl.html#createLabelProviderAnnotations()">createLabelProviderAnnotations()</a></span> - Method in class org.eclipse.oomph.base.impl.<a href="./org/eclipse/oomph/base/impl/BasePackageImpl.html" title="class in org.eclipse.oomph.base.impl">BasePackageImpl</a></dt>
<dd>
<div class="block">Initializes the annotations for <b>http://www.eclipse.org/oomph/base/LabelProvider</b>.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/impl/PredicatesPackageImpl.html#createLabelProviderAnnotations()">createLabelProviderAnnotations()</a></span> - Method in class org.eclipse.oomph.predicates.impl.<a href="./org/eclipse/oomph/predicates/impl/PredicatesPackageImpl.html" title="class in org.eclipse.oomph.predicates.impl">PredicatesPackageImpl</a></dt>
<dd>
<div class="block">Initializes the annotations for <b>http://www.eclipse.org/oomph/base/LabelProvider</b>.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/impl/ResourcesPackageImpl.html#createLabelProviderAnnotations()">createLabelProviderAnnotations()</a></span> - Method in class org.eclipse.oomph.resources.impl.<a href="./org/eclipse/oomph/resources/impl/ResourcesPackageImpl.html" title="class in org.eclipse.oomph.resources.impl">ResourcesPackageImpl</a></dt>
<dd>
<div class="block">Initializes the annotations for <b>http://www.eclipse.org/oomph/base/LabelProvider</b>.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/impl/PredicatesFactoryImpl.html#createLocationPredicate()">createLocationPredicate()</a></span> - Method in class org.eclipse.oomph.predicates.impl.<a href="./org/eclipse/oomph/predicates/impl/PredicatesFactoryImpl.html" title="class in org.eclipse.oomph.predicates.impl">PredicatesFactoryImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/PredicatesFactory.html#createLocationPredicate()">createLocationPredicate()</a></span> - Method in interface org.eclipse.oomph.predicates.<a href="./org/eclipse/oomph/predicates/PredicatesFactory.html" title="interface in org.eclipse.oomph.predicates">PredicatesFactory</a></dt>
<dd>
<div class="block">Returns a new object of class '<em>Location Predicate</em>'.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/util/PredicatesAdapterFactory.html#createLocationPredicateAdapter()">createLocationPredicateAdapter()</a></span> - Method in class org.eclipse.oomph.predicates.util.<a href="./org/eclipse/oomph/predicates/util/PredicatesAdapterFactory.html" title="class in org.eclipse.oomph.predicates.util">PredicatesAdapterFactory</a></dt>
<dd>
<div class="block">Creates a new adapter for an object of class '<a href="./org/eclipse/oomph/predicates/LocationPredicate.html" title="interface in org.eclipse.oomph.predicates"><code><em>Location Predicate</em></code></a>'.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/impl/ResourcesFactoryImpl.html#createMavenProjectFactory()">createMavenProjectFactory()</a></span> - Method in class org.eclipse.oomph.resources.impl.<a href="./org/eclipse/oomph/resources/impl/ResourcesFactoryImpl.html" title="class in org.eclipse.oomph.resources.impl">ResourcesFactoryImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/ResourcesFactory.html#createMavenProjectFactory()">createMavenProjectFactory()</a></span> - Method in interface org.eclipse.oomph.resources.<a href="./org/eclipse/oomph/resources/ResourcesFactory.html" title="interface in org.eclipse.oomph.resources">ResourcesFactory</a></dt>
<dd>
<div class="block">Returns a new object of class '<em>Maven Project Factory</em>'.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/util/ResourcesAdapterFactory.html#createMavenProjectFactoryAdapter()">createMavenProjectFactoryAdapter()</a></span> - Method in class org.eclipse.oomph.resources.util.<a href="./org/eclipse/oomph/resources/util/ResourcesAdapterFactory.html" title="class in org.eclipse.oomph.resources.util">ResourcesAdapterFactory</a></dt>
<dd>
<div class="block">Creates a new adapter for an object of class '<a href="./org/eclipse/oomph/resources/MavenProjectFactory.html" title="interface in org.eclipse.oomph.resources"><code><em>Maven Project Factory</em></code></a>'.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/base/util/BaseAdapterFactory.html#createModelElementAdapter()">createModelElementAdapter()</a></span> - Method in class org.eclipse.oomph.base.util.<a href="./org/eclipse/oomph/base/util/BaseAdapterFactory.html" title="class in org.eclipse.oomph.base.util">BaseAdapterFactory</a></dt>
<dd>
<div class="block">Creates a new adapter for an object of class '<a href="./org/eclipse/oomph/base/ModelElement.html" title="interface in org.eclipse.oomph.base"><code><em>Model Element</em></code></a>'.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/util/PredicatesAdapterFactory.html#createModelElementAdapter()">createModelElementAdapter()</a></span> - Method in class org.eclipse.oomph.predicates.util.<a href="./org/eclipse/oomph/predicates/util/PredicatesAdapterFactory.html" title="class in org.eclipse.oomph.predicates.util">PredicatesAdapterFactory</a></dt>
<dd>
<div class="block">Creates a new adapter for an object of class '<a href="./org/eclipse/oomph/base/ModelElement.html" title="interface in org.eclipse.oomph.base"><code><em>Model Element</em></code></a>'.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/util/ResourcesAdapterFactory.html#createModelElementAdapter()">createModelElementAdapter()</a></span> - Method in class org.eclipse.oomph.resources.util.<a href="./org/eclipse/oomph/resources/util/ResourcesAdapterFactory.html" title="class in org.eclipse.oomph.resources.util">ResourcesAdapterFactory</a></dt>
<dd>
<div class="block">Creates a new adapter for an object of class '<a href="./org/eclipse/oomph/base/ModelElement.html" title="interface in org.eclipse.oomph.base"><code><em>Model Element</em></code></a>'.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/impl/PredicatesFactoryImpl.html#createNamePredicate()">createNamePredicate()</a></span> - Method in class org.eclipse.oomph.predicates.impl.<a href="./org/eclipse/oomph/predicates/impl/PredicatesFactoryImpl.html" title="class in org.eclipse.oomph.predicates.impl">PredicatesFactoryImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/impl/PredicatesFactoryImpl.html#createNamePredicate(java.lang.String)">createNamePredicate(String)</a></span> - Method in class org.eclipse.oomph.predicates.impl.<a href="./org/eclipse/oomph/predicates/impl/PredicatesFactoryImpl.html" title="class in org.eclipse.oomph.predicates.impl">PredicatesFactoryImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/PredicatesFactory.html#createNamePredicate()">createNamePredicate()</a></span> - Method in interface org.eclipse.oomph.predicates.<a href="./org/eclipse/oomph/predicates/PredicatesFactory.html" title="interface in org.eclipse.oomph.predicates">PredicatesFactory</a></dt>
<dd>
<div class="block">Returns a new object of class '<em>Name Predicate</em>'.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/PredicatesFactory.html#createNamePredicate(java.lang.String)">createNamePredicate(String)</a></span> - Method in interface org.eclipse.oomph.predicates.<a href="./org/eclipse/oomph/predicates/PredicatesFactory.html" title="interface in org.eclipse.oomph.predicates">PredicatesFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/util/PredicatesAdapterFactory.html#createNamePredicateAdapter()">createNamePredicateAdapter()</a></span> - Method in class org.eclipse.oomph.predicates.util.<a href="./org/eclipse/oomph/predicates/util/PredicatesAdapterFactory.html" title="class in org.eclipse.oomph.predicates.util">PredicatesAdapterFactory</a></dt>
<dd>
<div class="block">Creates a new adapter for an object of class '<a href="./org/eclipse/oomph/predicates/NamePredicate.html" title="interface in org.eclipse.oomph.predicates"><code><em>Name Predicate</em></code></a>'.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/impl/PredicatesFactoryImpl.html#createNaturePredicate()">createNaturePredicate()</a></span> - Method in class org.eclipse.oomph.predicates.impl.<a href="./org/eclipse/oomph/predicates/impl/PredicatesFactoryImpl.html" title="class in org.eclipse.oomph.predicates.impl">PredicatesFactoryImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/impl/PredicatesFactoryImpl.html#createNaturePredicate(java.lang.String)">createNaturePredicate(String)</a></span> - Method in class org.eclipse.oomph.predicates.impl.<a href="./org/eclipse/oomph/predicates/impl/PredicatesFactoryImpl.html" title="class in org.eclipse.oomph.predicates.impl">PredicatesFactoryImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/PredicatesFactory.html#createNaturePredicate()">createNaturePredicate()</a></span> - Method in interface org.eclipse.oomph.predicates.<a href="./org/eclipse/oomph/predicates/PredicatesFactory.html" title="interface in org.eclipse.oomph.predicates">PredicatesFactory</a></dt>
<dd>
<div class="block">Returns a new object of class '<em>Nature Predicate</em>'.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/PredicatesFactory.html#createNaturePredicate(java.lang.String)">createNaturePredicate(String)</a></span> - Method in interface org.eclipse.oomph.predicates.<a href="./org/eclipse/oomph/predicates/PredicatesFactory.html" title="interface in org.eclipse.oomph.predicates">PredicatesFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/util/PredicatesAdapterFactory.html#createNaturePredicateAdapter()">createNaturePredicateAdapter()</a></span> - Method in class org.eclipse.oomph.predicates.util.<a href="./org/eclipse/oomph/predicates/util/PredicatesAdapterFactory.html" title="class in org.eclipse.oomph.predicates.util">PredicatesAdapterFactory</a></dt>
<dd>
<div class="block">Creates a new adapter for an object of class '<a href="./org/eclipse/oomph/predicates/NaturePredicate.html" title="interface in org.eclipse.oomph.predicates"><code><em>Nature Predicate</em></code></a>'.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/impl/PredicatesFactoryImpl.html#createNotPredicate()">createNotPredicate()</a></span> - Method in class org.eclipse.oomph.predicates.impl.<a href="./org/eclipse/oomph/predicates/impl/PredicatesFactoryImpl.html" title="class in org.eclipse.oomph.predicates.impl">PredicatesFactoryImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/impl/PredicatesFactoryImpl.html#createNotPredicate(org.eclipse.oomph.predicates.Predicate)">createNotPredicate(Predicate)</a></span> - Method in class org.eclipse.oomph.predicates.impl.<a href="./org/eclipse/oomph/predicates/impl/PredicatesFactoryImpl.html" title="class in org.eclipse.oomph.predicates.impl">PredicatesFactoryImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/PredicatesFactory.html#createNotPredicate()">createNotPredicate()</a></span> - Method in interface org.eclipse.oomph.predicates.<a href="./org/eclipse/oomph/predicates/PredicatesFactory.html" title="interface in org.eclipse.oomph.predicates">PredicatesFactory</a></dt>
<dd>
<div class="block">Returns a new object of class '<em>Not Predicate</em>'.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/PredicatesFactory.html#createNotPredicate(org.eclipse.oomph.predicates.Predicate)">createNotPredicate(Predicate)</a></span> - Method in interface org.eclipse.oomph.predicates.<a href="./org/eclipse/oomph/predicates/PredicatesFactory.html" title="interface in org.eclipse.oomph.predicates">PredicatesFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/util/PredicatesAdapterFactory.html#createNotPredicateAdapter()">createNotPredicateAdapter()</a></span> - Method in class org.eclipse.oomph.predicates.util.<a href="./org/eclipse/oomph/predicates/util/PredicatesAdapterFactory.html" title="class in org.eclipse.oomph.predicates.util">PredicatesAdapterFactory</a></dt>
<dd>
<div class="block">Creates a new adapter for an object of class '<a href="./org/eclipse/oomph/predicates/NotPredicate.html" title="interface in org.eclipse.oomph.predicates"><code><em>Not Predicate</em></code></a>'.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/impl/PredicatesFactoryImpl.html#createOrPredicate()">createOrPredicate()</a></span> - Method in class org.eclipse.oomph.predicates.impl.<a href="./org/eclipse/oomph/predicates/impl/PredicatesFactoryImpl.html" title="class in org.eclipse.oomph.predicates.impl">PredicatesFactoryImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/impl/PredicatesFactoryImpl.html#createOrPredicate(org.eclipse.oomph.predicates.Predicate...)">createOrPredicate(Predicate...)</a></span> - Method in class org.eclipse.oomph.predicates.impl.<a href="./org/eclipse/oomph/predicates/impl/PredicatesFactoryImpl.html" title="class in org.eclipse.oomph.predicates.impl">PredicatesFactoryImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/PredicatesFactory.html#createOrPredicate()">createOrPredicate()</a></span> - Method in interface org.eclipse.oomph.predicates.<a href="./org/eclipse/oomph/predicates/PredicatesFactory.html" title="interface in org.eclipse.oomph.predicates">PredicatesFactory</a></dt>
<dd>
<div class="block">Returns a new object of class '<em>Or Predicate</em>'.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/PredicatesFactory.html#createOrPredicate(org.eclipse.oomph.predicates.Predicate...)">createOrPredicate(Predicate...)</a></span> - Method in interface org.eclipse.oomph.predicates.<a href="./org/eclipse/oomph/predicates/PredicatesFactory.html" title="interface in org.eclipse.oomph.predicates">PredicatesFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/util/PredicatesAdapterFactory.html#createOrPredicateAdapter()">createOrPredicateAdapter()</a></span> - Method in class org.eclipse.oomph.predicates.util.<a href="./org/eclipse/oomph/predicates/util/PredicatesAdapterFactory.html" title="class in org.eclipse.oomph.predicates.util">PredicatesAdapterFactory</a></dt>
<dd>
<div class="block">Creates a new adapter for an object of class '<a href="./org/eclipse/oomph/predicates/OrPredicate.html" title="interface in org.eclipse.oomph.predicates"><code><em>Or Predicate</em></code></a>'.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/base/impl/BasePackageImpl.html#createPackageContents()">createPackageContents()</a></span> - Method in class org.eclipse.oomph.base.impl.<a href="./org/eclipse/oomph/base/impl/BasePackageImpl.html" title="class in org.eclipse.oomph.base.impl">BasePackageImpl</a></dt>
<dd>
<div class="block">Creates the meta-model objects for the package.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/impl/PredicatesPackageImpl.html#createPackageContents()">createPackageContents()</a></span> - Method in class org.eclipse.oomph.predicates.impl.<a href="./org/eclipse/oomph/predicates/impl/PredicatesPackageImpl.html" title="class in org.eclipse.oomph.predicates.impl">PredicatesPackageImpl</a></dt>
<dd>
<div class="block">Creates the meta-model objects for the package.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/impl/ResourcesPackageImpl.html#createPackageContents()">createPackageContents()</a></span> - Method in class org.eclipse.oomph.resources.impl.<a href="./org/eclipse/oomph/resources/impl/ResourcesPackageImpl.html" title="class in org.eclipse.oomph.resources.impl">ResourcesPackageImpl</a></dt>
<dd>
<div class="block">Creates the meta-model objects for the package.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/util/PredicatesAdapterFactory.html#createPredicateAdapter()">createPredicateAdapter()</a></span> - Method in class org.eclipse.oomph.predicates.util.<a href="./org/eclipse/oomph/predicates/util/PredicatesAdapterFactory.html" title="class in org.eclipse.oomph.predicates.util">PredicatesAdapterFactory</a></dt>
<dd>
<div class="block">Creates a new adapter for an object of class '<a href="./org/eclipse/oomph/predicates/Predicate.html" title="interface in org.eclipse.oomph.predicates"><code><em>Predicate</em></code></a>'.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/impl/ProjectFactoryImpl.html#createProject(org.eclipse.oomph.resources.backend.BackendContainer,%20org.eclipse.oomph.resources.backend.BackendContainer,%20org.eclipse.core.runtime.IProgressMonitor)">createProject(BackendContainer, BackendContainer, IProgressMonitor)</a></span> - Method in class org.eclipse.oomph.resources.impl.<a href="./org/eclipse/oomph/resources/impl/ProjectFactoryImpl.html" title="class in org.eclipse.oomph.resources.impl">ProjectFactoryImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/ProjectFactory.html#createProject(org.eclipse.oomph.resources.backend.BackendContainer,%20org.eclipse.oomph.resources.backend.BackendContainer,%20org.eclipse.core.runtime.IProgressMonitor)">createProject(BackendContainer, BackendContainer, IProgressMonitor)</a></span> - Method in interface org.eclipse.oomph.resources.<a href="./org/eclipse/oomph/resources/ProjectFactory.html" title="interface in org.eclipse.oomph.resources">ProjectFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/util/ResourcesAdapterFactory.html#createProjectFactoryAdapter()">createProjectFactoryAdapter()</a></span> - Method in class org.eclipse.oomph.resources.util.<a href="./org/eclipse/oomph/resources/util/ResourcesAdapterFactory.html" title="class in org.eclipse.oomph.resources.util">ResourcesAdapterFactory</a></dt>
<dd>
<div class="block">Creates a new adapter for an object of class '<a href="./org/eclipse/oomph/resources/ProjectFactory.html" title="interface in org.eclipse.oomph.resources"><code><em>Project Factory</em></code></a>'.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/impl/PredicatesFactoryImpl.html#createProjectFromString(org.eclipse.emf.ecore.EDataType,%20java.lang.String)">createProjectFromString(EDataType, String)</a></span> - Method in class org.eclipse.oomph.predicates.impl.<a href="./org/eclipse/oomph/predicates/impl/PredicatesFactoryImpl.html" title="class in org.eclipse.oomph.predicates.impl">PredicatesFactoryImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/impl/PredicatesFactoryImpl.html#createRepositoryPredicate()">createRepositoryPredicate()</a></span> - Method in class org.eclipse.oomph.predicates.impl.<a href="./org/eclipse/oomph/predicates/impl/PredicatesFactoryImpl.html" title="class in org.eclipse.oomph.predicates.impl">PredicatesFactoryImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/impl/PredicatesFactoryImpl.html#createRepositoryPredicate(org.eclipse.core.resources.IProject)">createRepositoryPredicate(IProject)</a></span> - Method in class org.eclipse.oomph.predicates.impl.<a href="./org/eclipse/oomph/predicates/impl/PredicatesFactoryImpl.html" title="class in org.eclipse.oomph.predicates.impl">PredicatesFactoryImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/PredicatesFactory.html#createRepositoryPredicate()">createRepositoryPredicate()</a></span> - Method in interface org.eclipse.oomph.predicates.<a href="./org/eclipse/oomph/predicates/PredicatesFactory.html" title="interface in org.eclipse.oomph.predicates">PredicatesFactory</a></dt>
<dd>
<div class="block">Returns a new object of class '<em>Repository Predicate</em>'.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/PredicatesFactory.html#createRepositoryPredicate(org.eclipse.core.resources.IProject)">createRepositoryPredicate(IProject)</a></span> - Method in interface org.eclipse.oomph.predicates.<a href="./org/eclipse/oomph/predicates/PredicatesFactory.html" title="interface in org.eclipse.oomph.predicates">PredicatesFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/util/PredicatesAdapterFactory.html#createRepositoryPredicateAdapter()">createRepositoryPredicateAdapter()</a></span> - Method in class org.eclipse.oomph.predicates.util.<a href="./org/eclipse/oomph/predicates/util/PredicatesAdapterFactory.html" title="class in org.eclipse.oomph.predicates.util">PredicatesAdapterFactory</a></dt>
<dd>
<div class="block">Creates a new adapter for an object of class '<a href="./org/eclipse/oomph/predicates/RepositoryPredicate.html" title="interface in org.eclipse.oomph.predicates"><code><em>Repository Predicate</em></code></a>'.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/base/util/BaseResourceFactoryImpl.html#createResource(org.eclipse.emf.common.util.URI)">createResource(URI)</a></span> - Method in class org.eclipse.oomph.base.util.<a href="./org/eclipse/oomph/base/util/BaseResourceFactoryImpl.html" title="class in org.eclipse.oomph.base.util">BaseResourceFactoryImpl</a></dt>
<dd>
<div class="block">Creates an instance of the resource.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/impl/PredicatesFactoryImpl.html#createResourceFromString(org.eclipse.emf.ecore.EDataType,%20java.lang.String)">createResourceFromString(EDataType, String)</a></span> - Method in class org.eclipse.oomph.predicates.impl.<a href="./org/eclipse/oomph/predicates/impl/PredicatesFactoryImpl.html" title="class in org.eclipse.oomph.predicates.impl">PredicatesFactoryImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/ui/AbstractDialog.html#createSeparator(org.eclipse.swt.widgets.Composite)">createSeparator(Composite)</a></span> - Method in class org.eclipse.oomph.ui.<a href="./org/eclipse/oomph/ui/AbstractDialog.html" title="class in org.eclipse.oomph.ui">AbstractDialog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/impl/ResourcesFactoryImpl.html#createSourceLocator()">createSourceLocator()</a></span> - Method in class org.eclipse.oomph.resources.impl.<a href="./org/eclipse/oomph/resources/impl/ResourcesFactoryImpl.html" title="class in org.eclipse.oomph.resources.impl">ResourcesFactoryImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/impl/ResourcesFactoryImpl.html#createSourceLocator(java.lang.String)">createSourceLocator(String)</a></span> - Method in class org.eclipse.oomph.resources.impl.<a href="./org/eclipse/oomph/resources/impl/ResourcesFactoryImpl.html" title="class in org.eclipse.oomph.resources.impl">ResourcesFactoryImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/impl/ResourcesFactoryImpl.html#createSourceLocator(java.lang.String,%20boolean)">createSourceLocator(String, boolean)</a></span> - Method in class org.eclipse.oomph.resources.impl.<a href="./org/eclipse/oomph/resources/impl/ResourcesFactoryImpl.html" title="class in org.eclipse.oomph.resources.impl">ResourcesFactoryImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/ResourcesFactory.html#createSourceLocator()">createSourceLocator()</a></span> - Method in interface org.eclipse.oomph.resources.<a href="./org/eclipse/oomph/resources/ResourcesFactory.html" title="interface in org.eclipse.oomph.resources">ResourcesFactory</a></dt>
<dd>
<div class="block">Returns a new object of class '<em>Source Locator</em>'.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/ResourcesFactory.html#createSourceLocator(java.lang.String)">createSourceLocator(String)</a></span> - Method in interface org.eclipse.oomph.resources.<a href="./org/eclipse/oomph/resources/ResourcesFactory.html" title="interface in org.eclipse.oomph.resources">ResourcesFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/ResourcesFactory.html#createSourceLocator(java.lang.String,%20boolean)">createSourceLocator(String, boolean)</a></span> - Method in interface org.eclipse.oomph.resources.<a href="./org/eclipse/oomph/resources/ResourcesFactory.html" title="interface in org.eclipse.oomph.resources">ResourcesFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/util/ResourcesAdapterFactory.html#createSourceLocatorAdapter()">createSourceLocatorAdapter()</a></span> - Method in class org.eclipse.oomph.resources.util.<a href="./org/eclipse/oomph/resources/util/ResourcesAdapterFactory.html" title="class in org.eclipse.oomph.resources.util">ResourcesAdapterFactory</a></dt>
<dd>
<div class="block">Creates a new adapter for an object of class '<a href="./org/eclipse/oomph/resources/SourceLocator.html" title="interface in org.eclipse.oomph.resources"><code><em>Source Locator</em></code></a>'.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/base/impl/BaseFactoryImpl.html#createStringToStringMapEntry()">createStringToStringMapEntry()</a></span> - Method in class org.eclipse.oomph.base.impl.<a href="./org/eclipse/oomph/base/impl/BaseFactoryImpl.html" title="class in org.eclipse.oomph.base.impl">BaseFactoryImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/base/util/BaseAdapterFactory.html#createStringToStringMapEntryAdapter()">createStringToStringMapEntryAdapter()</a></span> - Method in class org.eclipse.oomph.base.util.<a href="./org/eclipse/oomph/base/util/BaseAdapterFactory.html" title="class in org.eclipse.oomph.base.util">BaseAdapterFactory</a></dt>
<dd>
<div class="block">Creates a new adapter for an object of class '<a href="http://download.oracle.com/javase/1.5.0/docs/api/java/util/Map.Entry.html?is-external=true" title="class or interface in java.util"><code><em>String To String Map Entry</em></code></a>'.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/base/BaseFactory.html#createText(java.lang.String)">createText(String)</a></span> - Method in interface org.eclipse.oomph.base.<a href="./org/eclipse/oomph/base/BaseFactory.html" title="interface in org.eclipse.oomph.base">BaseFactory</a></dt>
<dd>
<div class="block">Returns an instance of data type '<em>Text</em>' corresponding the given literal.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/base/impl/BaseFactoryImpl.html#createText(java.lang.String)">createText(String)</a></span> - Method in class org.eclipse.oomph.base.impl.<a href="./org/eclipse/oomph/base/impl/BaseFactoryImpl.html" title="class in org.eclipse.oomph.base.impl">BaseFactoryImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/base/impl/BaseFactoryImpl.html#createTextFromString(org.eclipse.emf.ecore.EDataType,%20java.lang.String)">createTextFromString(EDataType, String)</a></span> - Method in class org.eclipse.oomph.base.impl.<a href="./org/eclipse/oomph/base/impl/BaseFactoryImpl.html" title="class in org.eclipse.oomph.base.impl">BaseFactoryImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/ui/AbstractDialog.html#createToolItem(org.eclipse.swt.widgets.ToolBar,%20java.lang.String)">createToolItem(ToolBar, String)</a></span> - Method in class org.eclipse.oomph.ui.<a href="./org/eclipse/oomph/ui/AbstractDialog.html" title="class in org.eclipse.oomph.ui">AbstractDialog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/ui/AbstractDialog.html#createToolItem(org.eclipse.swt.widgets.ToolBar,%20java.lang.String,%20java.lang.String)">createToolItem(ToolBar, String, String)</a></span> - Method in class org.eclipse.oomph.ui.<a href="./org/eclipse/oomph/ui/AbstractDialog.html" title="class in org.eclipse.oomph.ui">AbstractDialog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/ui/AbstractDialog.html#createToolItemsForToolBar(org.eclipse.swt.widgets.ToolBar)">createToolItemsForToolBar(ToolBar)</a></span> - Method in class org.eclipse.oomph.ui.<a href="./org/eclipse/oomph/ui/AbstractDialog.html" title="class in org.eclipse.oomph.ui">AbstractDialog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/ui/AbstractDialog.html#createUI(org.eclipse.swt.widgets.Composite)">createUI(Composite)</a></span> - Method in class org.eclipse.oomph.ui.<a href="./org/eclipse/oomph/ui/AbstractDialog.html" title="class in org.eclipse.oomph.ui">AbstractDialog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/base/BaseFactory.html#createURI(java.lang.String)">createURI(String)</a></span> - Method in interface org.eclipse.oomph.base.<a href="./org/eclipse/oomph/base/BaseFactory.html" title="interface in org.eclipse.oomph.base">BaseFactory</a></dt>
<dd>
<div class="block">Returns an instance of data type '<em>URI</em>' corresponding the given literal.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/base/impl/BaseFactoryImpl.html#createURI(java.lang.String)">createURI(String)</a></span> - Method in class org.eclipse.oomph.base.impl.<a href="./org/eclipse/oomph/base/impl/BaseFactoryImpl.html" title="class in org.eclipse.oomph.base.impl">BaseFactoryImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/base/impl/BaseFactoryImpl.html#createURIFromString(org.eclipse.emf.ecore.EDataType,%20java.lang.String)">createURIFromString(EDataType, String)</a></span> - Method in class org.eclipse.oomph.base.impl.<a href="./org/eclipse/oomph/base/impl/BaseFactoryImpl.html" title="class in org.eclipse.oomph.base.impl">BaseFactoryImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/base/BaseFactory.html#createWarningAnnotation(java.lang.String)">createWarningAnnotation(String)</a></span> - Method in interface org.eclipse.oomph.base.<a href="./org/eclipse/oomph/base/BaseFactory.html" title="interface in org.eclipse.oomph.base">BaseFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/base/impl/BaseFactoryImpl.html#createWarningAnnotation(java.lang.String)">createWarningAnnotation(String)</a></span> - Method in class org.eclipse.oomph.base.impl.<a href="./org/eclipse/oomph/base/impl/BaseFactoryImpl.html" title="class in org.eclipse.oomph.base.impl">BaseFactoryImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/base/util/BaseResourceImpl.html#createXMLHelper()">createXMLHelper()</a></span> - Method in class org.eclipse.oomph.base.util.<a href="./org/eclipse/oomph/base/util/BaseResourceImpl.html" title="class in org.eclipse.oomph.base.util">BaseResourceImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/base/util/BaseResourceImpl.html#createXMLLoad()">createXMLLoad()</a></span> - Method in class org.eclipse.oomph.base.util.<a href="./org/eclipse/oomph/base/util/BaseResourceImpl.html" title="class in org.eclipse.oomph.base.util">BaseResourceImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/util/ResourcesAdapterFactory.html#createXMLProjectFactoryAdapter()">createXMLProjectFactoryAdapter()</a></span> - Method in class org.eclipse.oomph.resources.util.<a href="./org/eclipse/oomph/resources/util/ResourcesAdapterFactory.html" title="class in org.eclipse.oomph.resources.util">ResourcesAdapterFactory</a></dt>
<dd>
<div class="block">Creates a new adapter for an object of class '<a href="./org/eclipse/oomph/resources/XMLProjectFactory.html" title="interface in org.eclipse.oomph.resources"><code><em>XML Project Factory</em></code></a>'.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/base/util/BaseResourceImpl.html#createXMLSave()">createXMLSave()</a></span> - Method in class org.eclipse.oomph.base.util.<a href="./org/eclipse/oomph/base/util/BaseResourceImpl.html" title="class in org.eclipse.oomph.base.util">BaseResourceImpl</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="_D_">
<!-- -->
</a>
<h2 class="title">D</h2>
<dl>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/Confirmer.html#DECLINE">DECLINE</a></span> - Static variable in interface org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/Confirmer.html" title="interface in org.eclipse.oomph.util">Confirmer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/ZIPUtil.html#DEFALULT_BUFFER_SIZE">DEFALULT_BUFFER_SIZE</a></span> - Static variable in class org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/ZIPUtil.html" title="class in org.eclipse.oomph.util">ZIPUtil</a></dt>
<dd>
<div class="block"><span class="strong">Deprecated.</span>
<div class="block"><i>As of 3.4 use <a href="./org/eclipse/oomph/util/ZIPUtil.html#DEFAULT_BUFFER_SIZE"><code>ZIPUtil.DEFAULT_BUFFER_SIZE</code></a>.</i></div>
</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/Confirmer.html#DEFAULT">DEFAULT</a></span> - Static variable in interface org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/Confirmer.html" title="interface in org.eclipse.oomph.util">Confirmer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/SubMonitor.ProbingMode.html#DEFAULT">DEFAULT</a></span> - Static variable in enum org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/SubMonitor.ProbingMode.html" title="enum in org.eclipse.oomph.util">SubMonitor.ProbingMode</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/ZIPUtil.html#DEFAULT_BUFFER_SIZE">DEFAULT_BUFFER_SIZE</a></span> - Static variable in class org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/ZIPUtil.html" title="class in org.eclipse.oomph.util">ZIPUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/SubMonitor.html#DEFAULT_WORK">DEFAULT_WORK</a></span> - Static variable in class org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/SubMonitor.html" title="class in org.eclipse.oomph.util">SubMonitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/base/util/BaseSwitch.html#defaultCase(org.eclipse.emf.ecore.EObject)">defaultCase(EObject)</a></span> - Method in class org.eclipse.oomph.base.util.<a href="./org/eclipse/oomph/base/util/BaseSwitch.html" title="class in org.eclipse.oomph.base.util">BaseSwitch</a></dt>
<dd>
<div class="block">Returns the result of interpreting the object as an instance of '<em>EObject</em>'.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/util/PredicatesSwitch.html#defaultCase(org.eclipse.emf.ecore.EObject)">defaultCase(EObject)</a></span> - Method in class org.eclipse.oomph.predicates.util.<a href="./org/eclipse/oomph/predicates/util/PredicatesSwitch.html" title="class in org.eclipse.oomph.predicates.util">PredicatesSwitch</a></dt>
<dd>
<div class="block">Returns the result of interpreting the object as an instance of '<em>EObject</em>'.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/util/ResourcesSwitch.html#defaultCase(org.eclipse.emf.ecore.EObject)">defaultCase(EObject)</a></span> - Method in class org.eclipse.oomph.resources.util.<a href="./org/eclipse/oomph/resources/util/ResourcesSwitch.html" title="class in org.eclipse.oomph.resources.util">ResourcesSwitch</a></dt>
<dd>
<div class="block">Returns the result of interpreting the object as an instance of '<em>EObject</em>'.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/IOUtil.html#deleteBestEffort(java.io.File)">deleteBestEffort(File)</a></span> - Static method in class org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/IOUtil.html" title="class in org.eclipse.oomph.util">IOUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/IOUtil.html#deleteBestEffort(java.io.File,%20boolean)">deleteBestEffort(File, boolean)</a></span> - Static method in class org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/IOUtil.html" title="class in org.eclipse.oomph.util">IOUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/base/util/BaseUtil.html#deleteFile(org.eclipse.emf.ecore.resource.URIConverter,%20java.util.Map,%20org.eclipse.emf.common.util.URI)">deleteFile(URIConverter, Map&lt;?, ?&gt;, URI)</a></span> - Static method in class org.eclipse.oomph.base.util.<a href="./org/eclipse/oomph/base/util/BaseUtil.html" title="class in org.eclipse.oomph.base.util">BaseUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/IOUtil.html#deserialize(byte[])">deserialize(byte[])</a></span> - Static method in class org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/IOUtil.html" title="class in org.eclipse.oomph.util">IOUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/IOUtil.html#deserialize(byte[],%20java.lang.ClassLoader)">deserialize(byte[], ClassLoader)</a></span> - Static method in class org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/IOUtil.html" title="class in org.eclipse.oomph.util">IOUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/base/impl/AnnotationImpl.html#details">details</a></span> - Variable in class org.eclipse.oomph.base.impl.<a href="./org/eclipse/oomph/base/impl/AnnotationImpl.html" title="class in org.eclipse.oomph.base.impl">AnnotationImpl</a></dt>
<dd>
<div class="block">The cached value of the '<a href="./org/eclipse/oomph/base/impl/AnnotationImpl.html#getDetails()"><code><em>Details</em></code></a>' map.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/SubMonitor.html#detectCancelation()">detectCancelation()</a></span> - Method in class org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/SubMonitor.html" title="class in org.eclipse.oomph.util">SubMonitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/SubMonitor.html#detectCancelation(boolean)">detectCancelation(boolean)</a></span> - Method in class org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/SubMonitor.html" title="class in org.eclipse.oomph.util">SubMonitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/base/util/BaseValidator.html#DIAGNOSTIC_CODE_COUNT">DIAGNOSTIC_CODE_COUNT</a></span> - Static variable in class org.eclipse.oomph.base.util.<a href="./org/eclipse/oomph/base/util/BaseValidator.html" title="class in org.eclipse.oomph.base.util">BaseValidator</a></dt>
<dd>
<div class="block">A constant with a fixed name that can be used as the base value for additional hand written constants in a derived class.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/base/util/BaseValidator.html#DIAGNOSTIC_SOURCE">DIAGNOSTIC_SOURCE</a></span> - Static variable in class org.eclipse.oomph.base.util.<a href="./org/eclipse/oomph/base/util/BaseValidator.html" title="class in org.eclipse.oomph.base.util">BaseValidator</a></dt>
<dd>
<div class="block">A constant for the <a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.9.0/org/eclipse/emf/common/util/Diagnostic.html?is-external=true#getSource()" title="class or interface in org.eclipse.emf.common.util"><code>source</code></a> of diagnostic <a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.9.0/org/eclipse/emf/common/util/Diagnostic.html?is-external=true#getCode()" title="class or interface in org.eclipse.emf.common.util"><code>codes</code></a> from this package.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/backend/BackendSystem.html#doAccept(org.eclipse.oomph.resources.backend.BackendResource,%20org.eclipse.oomph.resources.backend.BackendResource.Visitor,%20org.eclipse.core.runtime.IProgressMonitor)">doAccept(BackendResource, BackendResource.Visitor, IProgressMonitor)</a></span> - Method in class org.eclipse.oomph.resources.backend.<a href="./org/eclipse/oomph/resources/backend/BackendSystem.html" title="class in org.eclipse.oomph.resources.backend">BackendSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/impl/ProjectFactoryImpl.html#doCreateProject(org.eclipse.oomph.resources.backend.BackendContainer,%20org.eclipse.oomph.resources.backend.BackendContainer,%20org.eclipse.core.runtime.IProgressMonitor)">doCreateProject(BackendContainer, BackendContainer, IProgressMonitor)</a></span> - Method in class org.eclipse.oomph.resources.impl.<a href="./org/eclipse/oomph/resources/impl/ProjectFactoryImpl.html" title="class in org.eclipse.oomph.resources.impl">ProjectFactoryImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/impl/XMLProjectFactoryImpl.html#doCreateProject(org.eclipse.oomph.resources.backend.BackendContainer,%20org.eclipse.oomph.resources.backend.BackendContainer,%20org.eclipse.core.runtime.IProgressMonitor)">doCreateProject(BackendContainer, BackendContainer, IProgressMonitor)</a></span> - Method in class org.eclipse.oomph.resources.impl.<a href="./org/eclipse/oomph/resources/impl/XMLProjectFactoryImpl.html" title="class in org.eclipse.oomph.resources.impl">XMLProjectFactoryImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/base/util/BaseResourceImpl.html#doLoad(java.io.InputStream,%20java.util.Map)">doLoad(InputStream, Map&lt;?, ?&gt;)</a></span> - Method in class org.eclipse.oomph.base.util.<a href="./org/eclipse/oomph/base/util/BaseResourceImpl.html" title="class in org.eclipse.oomph.base.util">BaseResourceImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/ProbingSubMonitor.html#done()">done()</a></span> - Method in class org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/ProbingSubMonitor.html" title="class in org.eclipse.oomph.util">ProbingSubMonitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/SubMonitor.html#done()">done()</a></span> - Method in class org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/SubMonitor.html" title="class in org.eclipse.oomph.util">SubMonitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/base/util/BaseSwitch.html#doSwitch(int,%20org.eclipse.emf.ecore.EObject)">doSwitch(int, EObject)</a></span> - Method in class org.eclipse.oomph.base.util.<a href="./org/eclipse/oomph/base/util/BaseSwitch.html" title="class in org.eclipse.oomph.base.util">BaseSwitch</a></dt>
<dd>
<div class="block">Calls <code>caseXXX</code> for each class of the model until one returns a non null result; it yields that result.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/util/PredicatesSwitch.html#doSwitch(int,%20org.eclipse.emf.ecore.EObject)">doSwitch(int, EObject)</a></span> - Method in class org.eclipse.oomph.predicates.util.<a href="./org/eclipse/oomph/predicates/util/PredicatesSwitch.html" title="class in org.eclipse.oomph.predicates.util">PredicatesSwitch</a></dt>
<dd>
<div class="block">Calls <code>caseXXX</code> for each class of the model until one returns a non null result; it yields that result.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/util/ResourcesSwitch.html#doSwitch(int,%20org.eclipse.emf.ecore.EObject)">doSwitch(int, EObject)</a></span> - Method in class org.eclipse.oomph.resources.util.<a href="./org/eclipse/oomph/resources/util/ResourcesSwitch.html" title="class in org.eclipse.oomph.resources.util">ResourcesSwitch</a></dt>
<dd>
<div class="block">Calls <code>caseXXX</code> for each class of the model until one returns a non null result; it yields that result.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/backend/BackendContainer.html#doVisit(org.eclipse.oomph.resources.backend.BackendContainer,%20org.eclipse.oomph.resources.backend.BackendResource.Visitor,%20org.eclipse.core.runtime.IProgressMonitor)">doVisit(BackendContainer, BackendResource.Visitor, IProgressMonitor)</a></span> - Method in class org.eclipse.oomph.resources.backend.<a href="./org/eclipse/oomph/resources/backend/BackendContainer.html" title="class in org.eclipse.oomph.resources.backend">BackendContainer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/backend/BackendFolder.html#doVisit(org.eclipse.oomph.resources.backend.BackendContainer,%20org.eclipse.oomph.resources.backend.BackendResource.Visitor,%20org.eclipse.core.runtime.IProgressMonitor)">doVisit(BackendContainer, BackendResource.Visitor, IProgressMonitor)</a></span> - Method in class org.eclipse.oomph.resources.backend.<a href="./org/eclipse/oomph/resources/backend/BackendFolder.html" title="class in org.eclipse.oomph.resources.backend">BackendFolder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/backend/BackendSystem.html#doVisit(org.eclipse.oomph.resources.backend.BackendContainer,%20org.eclipse.oomph.resources.backend.BackendResource.Visitor,%20org.eclipse.core.runtime.IProgressMonitor)">doVisit(BackendContainer, BackendResource.Visitor, IProgressMonitor)</a></span> - Method in class org.eclipse.oomph.resources.backend.<a href="./org/eclipse/oomph/resources/backend/BackendSystem.html" title="class in org.eclipse.oomph.resources.backend">BackendSystem</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="_E_">
<!-- -->
</a>
<h2 class="title">E</h2>
<dl>
<dt><a href="./org/eclipse/oomph/base/util/EAnnotationConstants.html" title="class in org.eclipse.oomph.base.util"><span class="strong">EAnnotationConstants</span></a> - Class in <a href="./org/eclipse/oomph/base/util/package-summary.html">org.eclipse.oomph.base.util</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/base/impl/AnnotationImpl.html#eBasicRemoveFromContainerFeature(org.eclipse.emf.common.notify.NotificationChain)">eBasicRemoveFromContainerFeature(NotificationChain)</a></span> - Method in class org.eclipse.oomph.base.impl.<a href="./org/eclipse/oomph/base/impl/AnnotationImpl.html" title="class in org.eclipse.oomph.base.impl">AnnotationImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/ResourcesPackage.html#ECLIPSE_PROJECT_FACTORY">ECLIPSE_PROJECT_FACTORY</a></span> - Static variable in interface org.eclipse.oomph.resources.<a href="./org/eclipse/oomph/resources/ResourcesPackage.html" title="interface in org.eclipse.oomph.resources">ResourcesPackage</a></dt>
<dd>
<div class="block">The meta object id for the '<a href="./org/eclipse/oomph/resources/impl/EclipseProjectFactoryImpl.html" title="class in org.eclipse.oomph.resources.impl"><code><em>Eclipse Project Factory</em></code></a>' class.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/ResourcesPackage.Literals.html#ECLIPSE_PROJECT_FACTORY">ECLIPSE_PROJECT_FACTORY</a></span> - Static variable in interface org.eclipse.oomph.resources.<a href="./org/eclipse/oomph/resources/ResourcesPackage.Literals.html" title="interface in org.eclipse.oomph.resources">ResourcesPackage.Literals</a></dt>
<dd>
<div class="block">The meta object literal for the '<a href="./org/eclipse/oomph/resources/impl/EclipseProjectFactoryImpl.html" title="class in org.eclipse.oomph.resources.impl"><code><em>Eclipse Project Factory</em></code></a>' class.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/ResourcesPackage.html#ECLIPSE_PROJECT_FACTORY___CREATE_PROJECT__BACKENDCONTAINER_BACKENDCONTAINER_IPROGRESSMONITOR">ECLIPSE_PROJECT_FACTORY___CREATE_PROJECT__BACKENDCONTAINER_BACKENDCONTAINER_IPROGRESSMONITOR</a></span> - Static variable in interface org.eclipse.oomph.resources.<a href="./org/eclipse/oomph/resources/ResourcesPackage.html" title="interface in org.eclipse.oomph.resources">ResourcesPackage</a></dt>
<dd>
<div class="block">The operation id for the '<em>Create Project</em>' operation.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/ResourcesPackage.html#ECLIPSE_PROJECT_FACTORY___GET_ANNOTATION__STRING">ECLIPSE_PROJECT_FACTORY___GET_ANNOTATION__STRING</a></span> - Static variable in interface org.eclipse.oomph.resources.<a href="./org/eclipse/oomph/resources/ResourcesPackage.html" title="interface in org.eclipse.oomph.resources">ResourcesPackage</a></dt>
<dd>
<div class="block">The operation id for the '<em>Get Annotation</em>' operation.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/ResourcesPackage.html#ECLIPSE_PROJECT_FACTORY___IS_EXCLUDED_PATH__BACKENDCONTAINER_BACKENDCONTAINER">ECLIPSE_PROJECT_FACTORY___IS_EXCLUDED_PATH__BACKENDCONTAINER_BACKENDCONTAINER</a></span> - Static variable in interface org.eclipse.oomph.resources.<a href="./org/eclipse/oomph/resources/ResourcesPackage.html" title="interface in org.eclipse.oomph.resources">ResourcesPackage</a></dt>
<dd>
<div class="block">The operation id for the '<em>Is Excluded Path</em>' operation.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/ResourcesPackage.html#ECLIPSE_PROJECT_FACTORY__ANNOTATIONS">ECLIPSE_PROJECT_FACTORY__ANNOTATIONS</a></span> - Static variable in interface org.eclipse.oomph.resources.<a href="./org/eclipse/oomph/resources/ResourcesPackage.html" title="interface in org.eclipse.oomph.resources">ResourcesPackage</a></dt>
<dd>
<div class="block">The feature id for the '<em><b>Annotations</b></em>' containment reference list.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/ResourcesPackage.html#ECLIPSE_PROJECT_FACTORY__EXCLUDED_PATHS">ECLIPSE_PROJECT_FACTORY__EXCLUDED_PATHS</a></span> - Static variable in interface org.eclipse.oomph.resources.<a href="./org/eclipse/oomph/resources/ResourcesPackage.html" title="interface in org.eclipse.oomph.resources">ResourcesPackage</a></dt>
<dd>
<div class="block">The feature id for the '<em><b>Excluded Paths</b></em>' attribute list.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/ResourcesPackage.html#ECLIPSE_PROJECT_FACTORY_FEATURE_COUNT">ECLIPSE_PROJECT_FACTORY_FEATURE_COUNT</a></span> - Static variable in interface org.eclipse.oomph.resources.<a href="./org/eclipse/oomph/resources/ResourcesPackage.html" title="interface in org.eclipse.oomph.resources">ResourcesPackage</a></dt>
<dd>
<div class="block">The number of structural features of the '<em>Eclipse Project Factory</em>' class.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/ResourcesPackage.html#ECLIPSE_PROJECT_FACTORY_OPERATION_COUNT">ECLIPSE_PROJECT_FACTORY_OPERATION_COUNT</a></span> - Static variable in interface org.eclipse.oomph.resources.<a href="./org/eclipse/oomph/resources/ResourcesPackage.html" title="interface in org.eclipse.oomph.resources">ResourcesPackage</a></dt>
<dd>
<div class="block">The number of operations of the '<em>Eclipse Project Factory</em>' class.</div>
</dd>
<dt><a href="./org/eclipse/oomph/resources/EclipseProjectFactory.html" title="interface in org.eclipse.oomph.resources"><span class="strong">EclipseProjectFactory</span></a> - Interface in <a href="./org/eclipse/oomph/resources/package-summary.html">org.eclipse.oomph.resources</a></dt>
<dd>
<div class="block">A representation of the model object '<em><b>Eclipse Project Factory</b></em>'.</div>
</dd>
<dt><a href="./org/eclipse/oomph/resources/impl/EclipseProjectFactoryImpl.html" title="class in org.eclipse.oomph.resources.impl"><span class="strong">EclipseProjectFactoryImpl</span></a> - Class in <a href="./org/eclipse/oomph/resources/impl/package-summary.html">org.eclipse.oomph.resources.impl</a></dt>
<dd>
<div class="block">An implementation of the model object '<em><b>Eclipse Project Factory</b></em>'.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/impl/EclipseProjectFactoryImpl.html#EclipseProjectFactoryImpl()">EclipseProjectFactoryImpl()</a></span> - Constructor for class org.eclipse.oomph.resources.impl.<a href="./org/eclipse/oomph/resources/impl/EclipseProjectFactoryImpl.html" title="class in org.eclipse.oomph.resources.impl">EclipseProjectFactoryImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/base/impl/AnnotationImpl.html#eGet(int,%20boolean,%20boolean)">eGet(int, boolean, boolean)</a></span> - Method in class org.eclipse.oomph.base.impl.<a href="./org/eclipse/oomph/base/impl/AnnotationImpl.html" title="class in org.eclipse.oomph.base.impl">AnnotationImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/base/impl/ModelElementImpl.html#eGet(int,%20boolean,%20boolean)">eGet(int, boolean, boolean)</a></span> - Method in class org.eclipse.oomph.base.impl.<a href="./org/eclipse/oomph/base/impl/ModelElementImpl.html" title="class in org.eclipse.oomph.base.impl">ModelElementImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/base/impl/StringToStringMapEntryImpl.html#eGet(int,%20boolean,%20boolean)">eGet(int, boolean, boolean)</a></span> - Method in class org.eclipse.oomph.base.impl.<a href="./org/eclipse/oomph/base/impl/StringToStringMapEntryImpl.html" title="class in org.eclipse.oomph.base.impl">StringToStringMapEntryImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/impl/AndPredicateImpl.html#eGet(int,%20boolean,%20boolean)">eGet(int, boolean, boolean)</a></span> - Method in class org.eclipse.oomph.predicates.impl.<a href="./org/eclipse/oomph/predicates/impl/AndPredicateImpl.html" title="class in org.eclipse.oomph.predicates.impl">AndPredicateImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/impl/BuilderPredicateImpl.html#eGet(int,%20boolean,%20boolean)">eGet(int, boolean, boolean)</a></span> - Method in class org.eclipse.oomph.predicates.impl.<a href="./org/eclipse/oomph/predicates/impl/BuilderPredicateImpl.html" title="class in org.eclipse.oomph.predicates.impl">BuilderPredicateImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/impl/CommentPredicateImpl.html#eGet(int,%20boolean,%20boolean)">eGet(int, boolean, boolean)</a></span> - Method in class org.eclipse.oomph.predicates.impl.<a href="./org/eclipse/oomph/predicates/impl/CommentPredicateImpl.html" title="class in org.eclipse.oomph.predicates.impl">CommentPredicateImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/impl/FilePredicateImpl.html#eGet(int,%20boolean,%20boolean)">eGet(int, boolean, boolean)</a></span> - Method in class org.eclipse.oomph.predicates.impl.<a href="./org/eclipse/oomph/predicates/impl/FilePredicateImpl.html" title="class in org.eclipse.oomph.predicates.impl">FilePredicateImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/impl/LocationPredicateImpl.html#eGet(int,%20boolean,%20boolean)">eGet(int, boolean, boolean)</a></span> - Method in class org.eclipse.oomph.predicates.impl.<a href="./org/eclipse/oomph/predicates/impl/LocationPredicateImpl.html" title="class in org.eclipse.oomph.predicates.impl">LocationPredicateImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/impl/NamePredicateImpl.html#eGet(int,%20boolean,%20boolean)">eGet(int, boolean, boolean)</a></span> - Method in class org.eclipse.oomph.predicates.impl.<a href="./org/eclipse/oomph/predicates/impl/NamePredicateImpl.html" title="class in org.eclipse.oomph.predicates.impl">NamePredicateImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/impl/NaturePredicateImpl.html#eGet(int,%20boolean,%20boolean)">eGet(int, boolean, boolean)</a></span> - Method in class org.eclipse.oomph.predicates.impl.<a href="./org/eclipse/oomph/predicates/impl/NaturePredicateImpl.html" title="class in org.eclipse.oomph.predicates.impl">NaturePredicateImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/impl/NotPredicateImpl.html#eGet(int,%20boolean,%20boolean)">eGet(int, boolean, boolean)</a></span> - Method in class org.eclipse.oomph.predicates.impl.<a href="./org/eclipse/oomph/predicates/impl/NotPredicateImpl.html" title="class in org.eclipse.oomph.predicates.impl">NotPredicateImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/impl/OrPredicateImpl.html#eGet(int,%20boolean,%20boolean)">eGet(int, boolean, boolean)</a></span> - Method in class org.eclipse.oomph.predicates.impl.<a href="./org/eclipse/oomph/predicates/impl/OrPredicateImpl.html" title="class in org.eclipse.oomph.predicates.impl">OrPredicateImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/impl/RepositoryPredicateImpl.html#eGet(int,%20boolean,%20boolean)">eGet(int, boolean, boolean)</a></span> - Method in class org.eclipse.oomph.predicates.impl.<a href="./org/eclipse/oomph/predicates/impl/RepositoryPredicateImpl.html" title="class in org.eclipse.oomph.predicates.impl">RepositoryPredicateImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/impl/ProjectFactoryImpl.html#eGet(int,%20boolean,%20boolean)">eGet(int, boolean, boolean)</a></span> - Method in class org.eclipse.oomph.resources.impl.<a href="./org/eclipse/oomph/resources/impl/ProjectFactoryImpl.html" title="class in org.eclipse.oomph.resources.impl">ProjectFactoryImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/impl/SourceLocatorImpl.html#eGet(int,%20boolean,%20boolean)">eGet(int, boolean, boolean)</a></span> - Method in class org.eclipse.oomph.resources.impl.<a href="./org/eclipse/oomph/resources/impl/SourceLocatorImpl.html" title="class in org.eclipse.oomph.resources.impl">SourceLocatorImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/base/BaseFactory.html#eINSTANCE">eINSTANCE</a></span> - Static variable in interface org.eclipse.oomph.base.<a href="./org/eclipse/oomph/base/BaseFactory.html" title="interface in org.eclipse.oomph.base">BaseFactory</a></dt>
<dd>
<div class="block">The singleton instance of the factory.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/base/BasePackage.html#eINSTANCE">eINSTANCE</a></span> - Static variable in interface org.eclipse.oomph.base.<a href="./org/eclipse/oomph/base/BasePackage.html" title="interface in org.eclipse.oomph.base">BasePackage</a></dt>
<dd>
<div class="block">The singleton instance of the package.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/PredicatesFactory.html#eINSTANCE">eINSTANCE</a></span> - Static variable in interface org.eclipse.oomph.predicates.<a href="./org/eclipse/oomph/predicates/PredicatesFactory.html" title="interface in org.eclipse.oomph.predicates">PredicatesFactory</a></dt>
<dd>
<div class="block">The singleton instance of the factory.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/PredicatesPackage.html#eINSTANCE">eINSTANCE</a></span> - Static variable in interface org.eclipse.oomph.predicates.<a href="./org/eclipse/oomph/predicates/PredicatesPackage.html" title="interface in org.eclipse.oomph.predicates">PredicatesPackage</a></dt>
<dd>
<div class="block">The singleton instance of the package.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/ResourcesFactory.html#eINSTANCE">eINSTANCE</a></span> - Static variable in interface org.eclipse.oomph.resources.<a href="./org/eclipse/oomph/resources/ResourcesFactory.html" title="interface in org.eclipse.oomph.resources">ResourcesFactory</a></dt>
<dd>
<div class="block">The singleton instance of the factory.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/ResourcesPackage.html#eINSTANCE">eINSTANCE</a></span> - Static variable in interface org.eclipse.oomph.resources.<a href="./org/eclipse/oomph/resources/ResourcesPackage.html" title="interface in org.eclipse.oomph.resources">ResourcesPackage</a></dt>
<dd>
<div class="block">The singleton instance of the package.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/base/impl/AnnotationImpl.html#eInverseAdd(org.eclipse.emf.ecore.InternalEObject,%20int,%20org.eclipse.emf.common.notify.NotificationChain)">eInverseAdd(InternalEObject, int, NotificationChain)</a></span> - Method in class org.eclipse.oomph.base.impl.<a href="./org/eclipse/oomph/base/impl/AnnotationImpl.html" title="class in org.eclipse.oomph.base.impl">AnnotationImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/base/impl/ModelElementImpl.html#eInverseAdd(org.eclipse.emf.ecore.InternalEObject,%20int,%20org.eclipse.emf.common.notify.NotificationChain)">eInverseAdd(InternalEObject, int, NotificationChain)</a></span> - Method in class org.eclipse.oomph.base.impl.<a href="./org/eclipse/oomph/base/impl/ModelElementImpl.html" title="class in org.eclipse.oomph.base.impl">ModelElementImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/base/impl/AnnotationImpl.html#eInverseRemove(org.eclipse.emf.ecore.InternalEObject,%20int,%20org.eclipse.emf.common.notify.NotificationChain)">eInverseRemove(InternalEObject, int, NotificationChain)</a></span> - Method in class org.eclipse.oomph.base.impl.<a href="./org/eclipse/oomph/base/impl/AnnotationImpl.html" title="class in org.eclipse.oomph.base.impl">AnnotationImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/base/impl/ModelElementImpl.html#eInverseRemove(org.eclipse.emf.ecore.InternalEObject,%20int,%20org.eclipse.emf.common.notify.NotificationChain)">eInverseRemove(InternalEObject, int, NotificationChain)</a></span> - Method in class org.eclipse.oomph.base.impl.<a href="./org/eclipse/oomph/base/impl/ModelElementImpl.html" title="class in org.eclipse.oomph.base.impl">ModelElementImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/impl/AndPredicateImpl.html#eInverseRemove(org.eclipse.emf.ecore.InternalEObject,%20int,%20org.eclipse.emf.common.notify.NotificationChain)">eInverseRemove(InternalEObject, int, NotificationChain)</a></span> - Method in class org.eclipse.oomph.predicates.impl.<a href="./org/eclipse/oomph/predicates/impl/AndPredicateImpl.html" title="class in org.eclipse.oomph.predicates.impl">AndPredicateImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/impl/NotPredicateImpl.html#eInverseRemove(org.eclipse.emf.ecore.InternalEObject,%20int,%20org.eclipse.emf.common.notify.NotificationChain)">eInverseRemove(InternalEObject, int, NotificationChain)</a></span> - Method in class org.eclipse.oomph.predicates.impl.<a href="./org/eclipse/oomph/predicates/impl/NotPredicateImpl.html" title="class in org.eclipse.oomph.predicates.impl">NotPredicateImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/impl/OrPredicateImpl.html#eInverseRemove(org.eclipse.emf.ecore.InternalEObject,%20int,%20org.eclipse.emf.common.notify.NotificationChain)">eInverseRemove(InternalEObject, int, NotificationChain)</a></span> - Method in class org.eclipse.oomph.predicates.impl.<a href="./org/eclipse/oomph/predicates/impl/OrPredicateImpl.html" title="class in org.eclipse.oomph.predicates.impl">OrPredicateImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/impl/SourceLocatorImpl.html#eInverseRemove(org.eclipse.emf.ecore.InternalEObject,%20int,%20org.eclipse.emf.common.notify.NotificationChain)">eInverseRemove(InternalEObject, int, NotificationChain)</a></span> - Method in class org.eclipse.oomph.resources.impl.<a href="./org/eclipse/oomph/resources/impl/SourceLocatorImpl.html" title="class in org.eclipse.oomph.resources.impl">SourceLocatorImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/base/impl/ModelElementImpl.html#eInvoke(int,%20org.eclipse.emf.common.util.EList)">eInvoke(int, EList&lt;?&gt;)</a></span> - Method in class org.eclipse.oomph.base.impl.<a href="./org/eclipse/oomph/base/impl/ModelElementImpl.html" title="class in org.eclipse.oomph.base.impl">ModelElementImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/impl/PredicateImpl.html#eInvoke(int,%20org.eclipse.emf.common.util.EList)">eInvoke(int, EList&lt;?&gt;)</a></span> - Method in class org.eclipse.oomph.predicates.impl.<a href="./org/eclipse/oomph/predicates/impl/PredicateImpl.html" title="class in org.eclipse.oomph.predicates.impl">PredicateImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/impl/ProjectFactoryImpl.html#eInvoke(int,%20org.eclipse.emf.common.util.EList)">eInvoke(int, EList&lt;?&gt;)</a></span> - Method in class org.eclipse.oomph.resources.impl.<a href="./org/eclipse/oomph/resources/impl/ProjectFactoryImpl.html" title="class in org.eclipse.oomph.resources.impl">ProjectFactoryImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/impl/SourceLocatorImpl.html#eInvoke(int,%20org.eclipse.emf.common.util.EList)">eInvoke(int, EList&lt;?&gt;)</a></span> - Method in class org.eclipse.oomph.resources.impl.<a href="./org/eclipse/oomph/resources/impl/SourceLocatorImpl.html" title="class in org.eclipse.oomph.resources.impl">SourceLocatorImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/base/impl/AnnotationImpl.html#eIsSet(int)">eIsSet(int)</a></span> - Method in class org.eclipse.oomph.base.impl.<a href="./org/eclipse/oomph/base/impl/AnnotationImpl.html" title="class in org.eclipse.oomph.base.impl">AnnotationImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/base/impl/ModelElementImpl.html#eIsSet(int)">eIsSet(int)</a></span> - Method in class org.eclipse.oomph.base.impl.<a href="./org/eclipse/oomph/base/impl/ModelElementImpl.html" title="class in org.eclipse.oomph.base.impl">ModelElementImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/base/impl/StringToStringMapEntryImpl.html#eIsSet(int)">eIsSet(int)</a></span> - Method in class org.eclipse.oomph.base.impl.<a href="./org/eclipse/oomph/base/impl/StringToStringMapEntryImpl.html" title="class in org.eclipse.oomph.base.impl">StringToStringMapEntryImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/impl/AndPredicateImpl.html#eIsSet(int)">eIsSet(int)</a></span> - Method in class org.eclipse.oomph.predicates.impl.<a href="./org/eclipse/oomph/predicates/impl/AndPredicateImpl.html" title="class in org.eclipse.oomph.predicates.impl">AndPredicateImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/impl/BuilderPredicateImpl.html#eIsSet(int)">eIsSet(int)</a></span> - Method in class org.eclipse.oomph.predicates.impl.<a href="./org/eclipse/oomph/predicates/impl/BuilderPredicateImpl.html" title="class in org.eclipse.oomph.predicates.impl">BuilderPredicateImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/impl/CommentPredicateImpl.html#eIsSet(int)">eIsSet(int)</a></span> - Method in class org.eclipse.oomph.predicates.impl.<a href="./org/eclipse/oomph/predicates/impl/CommentPredicateImpl.html" title="class in org.eclipse.oomph.predicates.impl">CommentPredicateImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/impl/FilePredicateImpl.html#eIsSet(int)">eIsSet(int)</a></span> - Method in class org.eclipse.oomph.predicates.impl.<a href="./org/eclipse/oomph/predicates/impl/FilePredicateImpl.html" title="class in org.eclipse.oomph.predicates.impl">FilePredicateImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/impl/LocationPredicateImpl.html#eIsSet(int)">eIsSet(int)</a></span> - Method in class org.eclipse.oomph.predicates.impl.<a href="./org/eclipse/oomph/predicates/impl/LocationPredicateImpl.html" title="class in org.eclipse.oomph.predicates.impl">LocationPredicateImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/impl/NamePredicateImpl.html#eIsSet(int)">eIsSet(int)</a></span> - Method in class org.eclipse.oomph.predicates.impl.<a href="./org/eclipse/oomph/predicates/impl/NamePredicateImpl.html" title="class in org.eclipse.oomph.predicates.impl">NamePredicateImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/impl/NaturePredicateImpl.html#eIsSet(int)">eIsSet(int)</a></span> - Method in class org.eclipse.oomph.predicates.impl.<a href="./org/eclipse/oomph/predicates/impl/NaturePredicateImpl.html" title="class in org.eclipse.oomph.predicates.impl">NaturePredicateImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/impl/NotPredicateImpl.html#eIsSet(int)">eIsSet(int)</a></span> - Method in class org.eclipse.oomph.predicates.impl.<a href="./org/eclipse/oomph/predicates/impl/NotPredicateImpl.html" title="class in org.eclipse.oomph.predicates.impl">NotPredicateImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/impl/OrPredicateImpl.html#eIsSet(int)">eIsSet(int)</a></span> - Method in class org.eclipse.oomph.predicates.impl.<a href="./org/eclipse/oomph/predicates/impl/OrPredicateImpl.html" title="class in org.eclipse.oomph.predicates.impl">OrPredicateImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/impl/RepositoryPredicateImpl.html#eIsSet(int)">eIsSet(int)</a></span> - Method in class org.eclipse.oomph.predicates.impl.<a href="./org/eclipse/oomph/predicates/impl/RepositoryPredicateImpl.html" title="class in org.eclipse.oomph.predicates.impl">RepositoryPredicateImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/impl/ProjectFactoryImpl.html#eIsSet(int)">eIsSet(int)</a></span> - Method in class org.eclipse.oomph.resources.impl.<a href="./org/eclipse/oomph/resources/impl/ProjectFactoryImpl.html" title="class in org.eclipse.oomph.resources.impl">ProjectFactoryImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/impl/SourceLocatorImpl.html#eIsSet(int)">eIsSet(int)</a></span> - Method in class org.eclipse.oomph.resources.impl.<a href="./org/eclipse/oomph/resources/impl/SourceLocatorImpl.html" title="class in org.eclipse.oomph.resources.impl">SourceLocatorImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/ConcurrentArray.html#elements">elements</a></span> - Variable in class org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/ConcurrentArray.html" title="class in org.eclipse.oomph.util">ConcurrentArray</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/AbstractIterator.html#empty()">empty()</a></span> - Static method in class org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/AbstractIterator.html" title="class in org.eclipse.oomph.util">AbstractIterator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/StringUtil.html#EMPTY">EMPTY</a></span> - Static variable in class org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/StringUtil.html" title="class in org.eclipse.oomph.util">StringUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/base/BasePackage.html#eNAME">eNAME</a></span> - Static variable in interface org.eclipse.oomph.base.<a href="./org/eclipse/oomph/base/BasePackage.html" title="interface in org.eclipse.oomph.base">BasePackage</a></dt>
<dd>
<div class="block">The package name.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/PredicatesPackage.html#eNAME">eNAME</a></span> - Static variable in interface org.eclipse.oomph.predicates.<a href="./org/eclipse/oomph/predicates/PredicatesPackage.html" title="interface in org.eclipse.oomph.predicates">PredicatesPackage</a></dt>
<dd>
<div class="block">The package name.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/ResourcesPackage.html#eNAME">eNAME</a></span> - Static variable in interface org.eclipse.oomph.resources.<a href="./org/eclipse/oomph/resources/ResourcesPackage.html" title="interface in org.eclipse.oomph.resources">ResourcesPackage</a></dt>
<dd>
<div class="block">The package name.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/IOUtil.html#encodeFileName(java.lang.String)">encodeFileName(String)</a></span> - Static method in class org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/IOUtil.html" title="class in org.eclipse.oomph.util">IOUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/AbstractIterator.html#END_OF_DATA">END_OF_DATA</a></span> - Static variable in class org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/AbstractIterator.html" title="class in org.eclipse.oomph.util">AbstractIterator</a></dt>
<dd>
<div class="block">The token to be used in <a href="./org/eclipse/oomph/util/AbstractIterator.html#computeNextElement()"><code>AbstractIterator.computeNextElement()</code></a> to indicate the end of the iteration.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/backend/BackendSystem.html#endConnected()">endConnected()</a></span> - Method in class org.eclipse.oomph.resources.backend.<a href="./org/eclipse/oomph/resources/backend/BackendSystem.html" title="class in org.eclipse.oomph.resources.backend">BackendSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/backend/BackendSystem.html#endVisitor()">endVisitor()</a></span> - Method in class org.eclipse.oomph.resources.backend.<a href="./org/eclipse/oomph/resources/backend/BackendSystem.html" title="class in org.eclipse.oomph.resources.backend">BackendSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/base/BasePackage.html#eNS_PREFIX">eNS_PREFIX</a></span> - Static variable in interface org.eclipse.oomph.base.<a href="./org/eclipse/oomph/base/BasePackage.html" title="interface in org.eclipse.oomph.base">BasePackage</a></dt>
<dd>
<div class="block">The package namespace name.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/PredicatesPackage.html#eNS_PREFIX">eNS_PREFIX</a></span> - Static variable in interface org.eclipse.oomph.predicates.<a href="./org/eclipse/oomph/predicates/PredicatesPackage.html" title="interface in org.eclipse.oomph.predicates">PredicatesPackage</a></dt>
<dd>
<div class="block">The package namespace name.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/ResourcesPackage.html#eNS_PREFIX">eNS_PREFIX</a></span> - Static variable in interface org.eclipse.oomph.resources.<a href="./org/eclipse/oomph/resources/ResourcesPackage.html" title="interface in org.eclipse.oomph.resources">ResourcesPackage</a></dt>
<dd>
<div class="block">The package namespace name.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/base/BasePackage.html#eNS_URI">eNS_URI</a></span> - Static variable in interface org.eclipse.oomph.base.<a href="./org/eclipse/oomph/base/BasePackage.html" title="interface in org.eclipse.oomph.base">BasePackage</a></dt>
<dd>
<div class="block">The package namespace URI.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/PredicatesPackage.html#eNS_URI">eNS_URI</a></span> - Static variable in interface org.eclipse.oomph.predicates.<a href="./org/eclipse/oomph/predicates/PredicatesPackage.html" title="interface in org.eclipse.oomph.predicates">PredicatesPackage</a></dt>
<dd>
<div class="block">The package namespace URI.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/ResourcesPackage.html#eNS_URI">eNS_URI</a></span> - Static variable in interface org.eclipse.oomph.resources.<a href="./org/eclipse/oomph/resources/ResourcesPackage.html" title="interface in org.eclipse.oomph.resources">ResourcesPackage</a></dt>
<dd>
<div class="block">The package namespace URI.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/SubMonitor.html#eq(java.lang.Object,%20java.lang.Object)">eq(Object, Object)</a></span> - Static method in class org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/SubMonitor.html" title="class in org.eclipse.oomph.util">SubMonitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/backend/BackendResource.html#equals(java.lang.Object)">equals(Object)</a></span> - Method in class org.eclipse.oomph.resources.backend.<a href="./org/eclipse/oomph/resources/backend/BackendResource.html" title="class in org.eclipse.oomph.resources.backend">BackendResource</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/ConcurrentArray.DuplicateCounter.html#equals(E,%20E)">equals(E, E)</a></span> - Method in class org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/ConcurrentArray.DuplicateCounter.html" title="class in org.eclipse.oomph.util">ConcurrentArray.DuplicateCounter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/ConcurrentArray.Unique.html#equals(E,%20E)">equals(E, E)</a></span> - Method in class org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/ConcurrentArray.Unique.html" title="class in org.eclipse.oomph.util">ConcurrentArray.Unique</a></dt>
<dd>
<div class="block">Synchronized through <a href="./org/eclipse/oomph/util/ConcurrentArray.html#add(E)"><code>ConcurrentArray.add(Object)</code></a>.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/ObjectUtil.html#equals(java.lang.Object,%20java.lang.Object)">equals(Object, Object)</a></span> - Static method in class org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/ObjectUtil.html" title="class in org.eclipse.oomph.util">ObjectUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/Pair.html#equals(java.lang.Object)">equals(Object)</a></span> - Method in class org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/Pair.html" title="class in org.eclipse.oomph.util">Pair</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/eclipse/oomph/ui/ErrorDialog.html" title="class in org.eclipse.oomph.ui"><span class="strong">ErrorDialog</span></a> - Class in <a href="./org/eclipse/oomph/ui/package-summary.html">org.eclipse.oomph.ui</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/base/impl/AnnotationImpl.html#eSet(int,%20java.lang.Object)">eSet(int, Object)</a></span> - Method in class org.eclipse.oomph.base.impl.<a href="./org/eclipse/oomph/base/impl/AnnotationImpl.html" title="class in org.eclipse.oomph.base.impl">AnnotationImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/base/impl/ModelElementImpl.html#eSet(int,%20java.lang.Object)">eSet(int, Object)</a></span> - Method in class org.eclipse.oomph.base.impl.<a href="./org/eclipse/oomph/base/impl/ModelElementImpl.html" title="class in org.eclipse.oomph.base.impl">ModelElementImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/base/impl/StringToStringMapEntryImpl.html#eSet(int,%20java.lang.Object)">eSet(int, Object)</a></span> - Method in class org.eclipse.oomph.base.impl.<a href="./org/eclipse/oomph/base/impl/StringToStringMapEntryImpl.html" title="class in org.eclipse.oomph.base.impl">StringToStringMapEntryImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/impl/AndPredicateImpl.html#eSet(int,%20java.lang.Object)">eSet(int, Object)</a></span> - Method in class org.eclipse.oomph.predicates.impl.<a href="./org/eclipse/oomph/predicates/impl/AndPredicateImpl.html" title="class in org.eclipse.oomph.predicates.impl">AndPredicateImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/impl/BuilderPredicateImpl.html#eSet(int,%20java.lang.Object)">eSet(int, Object)</a></span> - Method in class org.eclipse.oomph.predicates.impl.<a href="./org/eclipse/oomph/predicates/impl/BuilderPredicateImpl.html" title="class in org.eclipse.oomph.predicates.impl">BuilderPredicateImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/impl/CommentPredicateImpl.html#eSet(int,%20java.lang.Object)">eSet(int, Object)</a></span> - Method in class org.eclipse.oomph.predicates.impl.<a href="./org/eclipse/oomph/predicates/impl/CommentPredicateImpl.html" title="class in org.eclipse.oomph.predicates.impl">CommentPredicateImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/impl/FilePredicateImpl.html#eSet(int,%20java.lang.Object)">eSet(int, Object)</a></span> - Method in class org.eclipse.oomph.predicates.impl.<a href="./org/eclipse/oomph/predicates/impl/FilePredicateImpl.html" title="class in org.eclipse.oomph.predicates.impl">FilePredicateImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/impl/LocationPredicateImpl.html#eSet(int,%20java.lang.Object)">eSet(int, Object)</a></span> - Method in class org.eclipse.oomph.predicates.impl.<a href="./org/eclipse/oomph/predicates/impl/LocationPredicateImpl.html" title="class in org.eclipse.oomph.predicates.impl">LocationPredicateImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/impl/NamePredicateImpl.html#eSet(int,%20java.lang.Object)">eSet(int, Object)</a></span> - Method in class org.eclipse.oomph.predicates.impl.<a href="./org/eclipse/oomph/predicates/impl/NamePredicateImpl.html" title="class in org.eclipse.oomph.predicates.impl">NamePredicateImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/impl/NaturePredicateImpl.html#eSet(int,%20java.lang.Object)">eSet(int, Object)</a></span> - Method in class org.eclipse.oomph.predicates.impl.<a href="./org/eclipse/oomph/predicates/impl/NaturePredicateImpl.html" title="class in org.eclipse.oomph.predicates.impl">NaturePredicateImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/impl/NotPredicateImpl.html#eSet(int,%20java.lang.Object)">eSet(int, Object)</a></span> - Method in class org.eclipse.oomph.predicates.impl.<a href="./org/eclipse/oomph/predicates/impl/NotPredicateImpl.html" title="class in org.eclipse.oomph.predicates.impl">NotPredicateImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/impl/OrPredicateImpl.html#eSet(int,%20java.lang.Object)">eSet(int, Object)</a></span> - Method in class org.eclipse.oomph.predicates.impl.<a href="./org/eclipse/oomph/predicates/impl/OrPredicateImpl.html" title="class in org.eclipse.oomph.predicates.impl">OrPredicateImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/impl/RepositoryPredicateImpl.html#eSet(int,%20java.lang.Object)">eSet(int, Object)</a></span> - Method in class org.eclipse.oomph.predicates.impl.<a href="./org/eclipse/oomph/predicates/impl/RepositoryPredicateImpl.html" title="class in org.eclipse.oomph.predicates.impl">RepositoryPredicateImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/impl/ProjectFactoryImpl.html#eSet(int,%20java.lang.Object)">eSet(int, Object)</a></span> - Method in class org.eclipse.oomph.resources.impl.<a href="./org/eclipse/oomph/resources/impl/ProjectFactoryImpl.html" title="class in org.eclipse.oomph.resources.impl">ProjectFactoryImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/impl/SourceLocatorImpl.html#eSet(int,%20java.lang.Object)">eSet(int, Object)</a></span> - Method in class org.eclipse.oomph.resources.impl.<a href="./org/eclipse/oomph/resources/impl/SourceLocatorImpl.html" title="class in org.eclipse.oomph.resources.impl">SourceLocatorImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/base/impl/AnnotationImpl.html#eStaticClass()">eStaticClass()</a></span> - Method in class org.eclipse.oomph.base.impl.<a href="./org/eclipse/oomph/base/impl/AnnotationImpl.html" title="class in org.eclipse.oomph.base.impl">AnnotationImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/base/impl/ModelElementImpl.html#eStaticClass()">eStaticClass()</a></span> - Method in class org.eclipse.oomph.base.impl.<a href="./org/eclipse/oomph/base/impl/ModelElementImpl.html" title="class in org.eclipse.oomph.base.impl">ModelElementImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/base/impl/StringToStringMapEntryImpl.html#eStaticClass()">eStaticClass()</a></span> - Method in class org.eclipse.oomph.base.impl.<a href="./org/eclipse/oomph/base/impl/StringToStringMapEntryImpl.html" title="class in org.eclipse.oomph.base.impl">StringToStringMapEntryImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/impl/AndPredicateImpl.html#eStaticClass()">eStaticClass()</a></span> - Method in class org.eclipse.oomph.predicates.impl.<a href="./org/eclipse/oomph/predicates/impl/AndPredicateImpl.html" title="class in org.eclipse.oomph.predicates.impl">AndPredicateImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/impl/BuilderPredicateImpl.html#eStaticClass()">eStaticClass()</a></span> - Method in class org.eclipse.oomph.predicates.impl.<a href="./org/eclipse/oomph/predicates/impl/BuilderPredicateImpl.html" title="class in org.eclipse.oomph.predicates.impl">BuilderPredicateImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/impl/CommentPredicateImpl.html#eStaticClass()">eStaticClass()</a></span> - Method in class org.eclipse.oomph.predicates.impl.<a href="./org/eclipse/oomph/predicates/impl/CommentPredicateImpl.html" title="class in org.eclipse.oomph.predicates.impl">CommentPredicateImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/impl/FilePredicateImpl.html#eStaticClass()">eStaticClass()</a></span> - Method in class org.eclipse.oomph.predicates.impl.<a href="./org/eclipse/oomph/predicates/impl/FilePredicateImpl.html" title="class in org.eclipse.oomph.predicates.impl">FilePredicateImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/impl/LocationPredicateImpl.html#eStaticClass()">eStaticClass()</a></span> - Method in class org.eclipse.oomph.predicates.impl.<a href="./org/eclipse/oomph/predicates/impl/LocationPredicateImpl.html" title="class in org.eclipse.oomph.predicates.impl">LocationPredicateImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/impl/NamePredicateImpl.html#eStaticClass()">eStaticClass()</a></span> - Method in class org.eclipse.oomph.predicates.impl.<a href="./org/eclipse/oomph/predicates/impl/NamePredicateImpl.html" title="class in org.eclipse.oomph.predicates.impl">NamePredicateImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/impl/NaturePredicateImpl.html#eStaticClass()">eStaticClass()</a></span> - Method in class org.eclipse.oomph.predicates.impl.<a href="./org/eclipse/oomph/predicates/impl/NaturePredicateImpl.html" title="class in org.eclipse.oomph.predicates.impl">NaturePredicateImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/impl/NotPredicateImpl.html#eStaticClass()">eStaticClass()</a></span> - Method in class org.eclipse.oomph.predicates.impl.<a href="./org/eclipse/oomph/predicates/impl/NotPredicateImpl.html" title="class in org.eclipse.oomph.predicates.impl">NotPredicateImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/impl/OrPredicateImpl.html#eStaticClass()">eStaticClass()</a></span> - Method in class org.eclipse.oomph.predicates.impl.<a href="./org/eclipse/oomph/predicates/impl/OrPredicateImpl.html" title="class in org.eclipse.oomph.predicates.impl">OrPredicateImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/impl/PredicateImpl.html#eStaticClass()">eStaticClass()</a></span> - Method in class org.eclipse.oomph.predicates.impl.<a href="./org/eclipse/oomph/predicates/impl/PredicateImpl.html" title="class in org.eclipse.oomph.predicates.impl">PredicateImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/impl/RepositoryPredicateImpl.html#eStaticClass()">eStaticClass()</a></span> - Method in class org.eclipse.oomph.predicates.impl.<a href="./org/eclipse/oomph/predicates/impl/RepositoryPredicateImpl.html" title="class in org.eclipse.oomph.predicates.impl">RepositoryPredicateImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/impl/EclipseProjectFactoryImpl.html#eStaticClass()">eStaticClass()</a></span> - Method in class org.eclipse.oomph.resources.impl.<a href="./org/eclipse/oomph/resources/impl/EclipseProjectFactoryImpl.html" title="class in org.eclipse.oomph.resources.impl">EclipseProjectFactoryImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/impl/MavenProjectFactoryImpl.html#eStaticClass()">eStaticClass()</a></span> - Method in class org.eclipse.oomph.resources.impl.<a href="./org/eclipse/oomph/resources/impl/MavenProjectFactoryImpl.html" title="class in org.eclipse.oomph.resources.impl">MavenProjectFactoryImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/impl/ProjectFactoryImpl.html#eStaticClass()">eStaticClass()</a></span> - Method in class org.eclipse.oomph.resources.impl.<a href="./org/eclipse/oomph/resources/impl/ProjectFactoryImpl.html" title="class in org.eclipse.oomph.resources.impl">ProjectFactoryImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/impl/SourceLocatorImpl.html#eStaticClass()">eStaticClass()</a></span> - Method in class org.eclipse.oomph.resources.impl.<a href="./org/eclipse/oomph/resources/impl/SourceLocatorImpl.html" title="class in org.eclipse.oomph.resources.impl">SourceLocatorImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/impl/XMLProjectFactoryImpl.html#eStaticClass()">eStaticClass()</a></span> - Method in class org.eclipse.oomph.resources.impl.<a href="./org/eclipse/oomph/resources/impl/XMLProjectFactoryImpl.html" title="class in org.eclipse.oomph.resources.impl">XMLProjectFactoryImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/base/impl/AnnotationImpl.html#eUnset(int)">eUnset(int)</a></span> - Method in class org.eclipse.oomph.base.impl.<a href="./org/eclipse/oomph/base/impl/AnnotationImpl.html" title="class in org.eclipse.oomph.base.impl">AnnotationImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/base/impl/ModelElementImpl.html#eUnset(int)">eUnset(int)</a></span> - Method in class org.eclipse.oomph.base.impl.<a href="./org/eclipse/oomph/base/impl/ModelElementImpl.html" title="class in org.eclipse.oomph.base.impl">ModelElementImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/base/impl/StringToStringMapEntryImpl.html#eUnset(int)">eUnset(int)</a></span> - Method in class org.eclipse.oomph.base.impl.<a href="./org/eclipse/oomph/base/impl/StringToStringMapEntryImpl.html" title="class in org.eclipse.oomph.base.impl">StringToStringMapEntryImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/impl/AndPredicateImpl.html#eUnset(int)">eUnset(int)</a></span> - Method in class org.eclipse.oomph.predicates.impl.<a href="./org/eclipse/oomph/predicates/impl/AndPredicateImpl.html" title="class in org.eclipse.oomph.predicates.impl">AndPredicateImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/impl/BuilderPredicateImpl.html#eUnset(int)">eUnset(int)</a></span> - Method in class org.eclipse.oomph.predicates.impl.<a href="./org/eclipse/oomph/predicates/impl/BuilderPredicateImpl.html" title="class in org.eclipse.oomph.predicates.impl">BuilderPredicateImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/impl/CommentPredicateImpl.html#eUnset(int)">eUnset(int)</a></span> - Method in class org.eclipse.oomph.predicates.impl.<a href="./org/eclipse/oomph/predicates/impl/CommentPredicateImpl.html" title="class in org.eclipse.oomph.predicates.impl">CommentPredicateImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/impl/FilePredicateImpl.html#eUnset(int)">eUnset(int)</a></span> - Method in class org.eclipse.oomph.predicates.impl.<a href="./org/eclipse/oomph/predicates/impl/FilePredicateImpl.html" title="class in org.eclipse.oomph.predicates.impl">FilePredicateImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/impl/LocationPredicateImpl.html#eUnset(int)">eUnset(int)</a></span> - Method in class org.eclipse.oomph.predicates.impl.<a href="./org/eclipse/oomph/predicates/impl/LocationPredicateImpl.html" title="class in org.eclipse.oomph.predicates.impl">LocationPredicateImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/impl/NamePredicateImpl.html#eUnset(int)">eUnset(int)</a></span> - Method in class org.eclipse.oomph.predicates.impl.<a href="./org/eclipse/oomph/predicates/impl/NamePredicateImpl.html" title="class in org.eclipse.oomph.predicates.impl">NamePredicateImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/impl/NaturePredicateImpl.html#eUnset(int)">eUnset(int)</a></span> - Method in class org.eclipse.oomph.predicates.impl.<a href="./org/eclipse/oomph/predicates/impl/NaturePredicateImpl.html" title="class in org.eclipse.oomph.predicates.impl">NaturePredicateImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/impl/NotPredicateImpl.html#eUnset(int)">eUnset(int)</a></span> - Method in class org.eclipse.oomph.predicates.impl.<a href="./org/eclipse/oomph/predicates/impl/NotPredicateImpl.html" title="class in org.eclipse.oomph.predicates.impl">NotPredicateImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/impl/OrPredicateImpl.html#eUnset(int)">eUnset(int)</a></span> - Method in class org.eclipse.oomph.predicates.impl.<a href="./org/eclipse/oomph/predicates/impl/OrPredicateImpl.html" title="class in org.eclipse.oomph.predicates.impl">OrPredicateImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/impl/RepositoryPredicateImpl.html#eUnset(int)">eUnset(int)</a></span> - Method in class org.eclipse.oomph.predicates.impl.<a href="./org/eclipse/oomph/predicates/impl/RepositoryPredicateImpl.html" title="class in org.eclipse.oomph.predicates.impl">RepositoryPredicateImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/impl/ProjectFactoryImpl.html#eUnset(int)">eUnset(int)</a></span> - Method in class org.eclipse.oomph.resources.impl.<a href="./org/eclipse/oomph/resources/impl/ProjectFactoryImpl.html" title="class in org.eclipse.oomph.resources.impl">ProjectFactoryImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/impl/SourceLocatorImpl.html#eUnset(int)">eUnset(int)</a></span> - Method in class org.eclipse.oomph.resources.impl.<a href="./org/eclipse/oomph/resources/impl/SourceLocatorImpl.html" title="class in org.eclipse.oomph.resources.impl">SourceLocatorImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/base/BasePackage.html#EXCEPTION">EXCEPTION</a></span> - Static variable in interface org.eclipse.oomph.base.<a href="./org/eclipse/oomph/base/BasePackage.html" title="interface in org.eclipse.oomph.base">BasePackage</a></dt>
<dd>
<div class="block">The meta object id for the '<em>Exception</em>' data type.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/base/BasePackage.Literals.html#EXCEPTION">EXCEPTION</a></span> - Static variable in interface org.eclipse.oomph.base.<a href="./org/eclipse/oomph/base/BasePackage.Literals.html" title="interface in org.eclipse.oomph.base">BasePackage.Literals</a></dt>
<dd>
<div class="block">The meta object literal for the '<em>Exception</em>' data type.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/Predicates.html#excluded(java.util.Set)">excluded(Set&lt;T&gt;)</a></span> - Static method in class org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/Predicates.html" title="class in org.eclipse.oomph.util">Predicates</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/impl/ProjectFactoryImpl.html#excludedPaths">excludedPaths</a></span> - Variable in class org.eclipse.oomph.resources.impl.<a href="./org/eclipse/oomph/resources/impl/ProjectFactoryImpl.html" title="class in org.eclipse.oomph.resources.impl">ProjectFactoryImpl</a></dt>
<dd>
<div class="block">The cached value of the '<a href="./org/eclipse/oomph/resources/impl/ProjectFactoryImpl.html#getExcludedPaths()"><code><em>Excluded Paths</em></code></a>' attribute list.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/impl/SourceLocatorImpl.html#excludedPaths">excludedPaths</a></span> - Variable in class org.eclipse.oomph.resources.impl.<a href="./org/eclipse/oomph/resources/impl/SourceLocatorImpl.html" title="class in org.eclipse.oomph.resources.impl">SourceLocatorImpl</a></dt>
<dd>
<div class="block">The cached value of the '<a href="./org/eclipse/oomph/resources/impl/SourceLocatorImpl.html#getExcludedPaths()"><code><em>Excluded Paths</em></code></a>' attribute list.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/ui/UIUtil.html#exec(org.eclipse.swt.widgets.Display,%20boolean,%20java.lang.Runnable)">exec(Display, boolean, Runnable)</a></span> - Static method in class org.eclipse.oomph.ui.<a href="./org/eclipse/oomph/ui/UIUtil.html" title="class in org.eclipse.oomph.ui">UIUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/ui/UICallback.html#execInUI(boolean,%20java.lang.Runnable)">execInUI(boolean, Runnable)</a></span> - Method in class org.eclipse.oomph.ui.<a href="./org/eclipse/oomph/ui/UICallback.html" title="class in org.eclipse.oomph.ui">UICallback</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/UserCallback.html#execInUI(boolean,%20java.lang.Runnable)">execInUI(boolean, Runnable)</a></span> - Method in class org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/UserCallback.html" title="class in org.eclipse.oomph.util">UserCallback</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/base/util/BaseUtil.html#execute(long,%20java.lang.Runnable,%20org.eclipse.emf.ecore.resource.URIConverter,%20org.eclipse.emf.common.util.URI...)">execute(long, Runnable, URIConverter, URI...)</a></span> - Static method in class org.eclipse.oomph.base.util.<a href="./org/eclipse/oomph/base/util/BaseUtil.html" title="class in org.eclipse.oomph.base.util">BaseUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/ui/ToggleCommandHandler.html#execute(org.eclipse.core.commands.ExecutionEvent)">execute(ExecutionEvent)</a></span> - Method in class org.eclipse.oomph.ui.<a href="./org/eclipse/oomph/ui/ToggleCommandHandler.html" title="class in org.eclipse.oomph.ui">ToggleCommandHandler</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/backend/BackendResource.html#exists(org.eclipse.core.runtime.IProgressMonitor)">exists(IProgressMonitor)</a></span> - Method in class org.eclipse.oomph.resources.backend.<a href="./org/eclipse/oomph/resources/backend/BackendResource.html" title="class in org.eclipse.oomph.resources.backend">BackendResource</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/backend/BackendSystem.html#exists(org.eclipse.oomph.resources.backend.BackendResource,%20org.eclipse.core.runtime.IProgressMonitor)">exists(BackendResource, IProgressMonitor)</a></span> - Method in class org.eclipse.oomph.resources.backend.<a href="./org/eclipse/oomph/resources/backend/BackendSystem.html" title="class in org.eclipse.oomph.resources.backend">BackendSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/backend/LocalBackendSystem.html#exists(org.eclipse.oomph.resources.backend.BackendResource,%20org.eclipse.core.runtime.IProgressMonitor)">exists(BackendResource, IProgressMonitor)</a></span> - Method in class org.eclipse.oomph.resources.backend.<a href="./org/eclipse/oomph/resources/backend/LocalBackendSystem.html" title="class in org.eclipse.oomph.resources.backend">LocalBackendSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/PropertiesUtil.html#EXPERT_FILTER">EXPERT_FILTER</a></span> - Static variable in class org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/PropertiesUtil.html" title="class in org.eclipse.oomph.util">PropertiesUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/StringUtil.html#explode(java.lang.String,%20java.lang.String)">explode(String, String)</a></span> - Static method in class org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/StringUtil.html" title="class in org.eclipse.oomph.util">StringUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/StringUtil.html#explode(java.lang.String,%20java.lang.String,%20char)">explode(String, String, char)</a></span> - Static method in class org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/StringUtil.html" title="class in org.eclipse.oomph.util">StringUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/OomphPlugin.BundleFile.html#export(java.io.File)">export(File)</a></span> - Method in class org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/OomphPlugin.BundleFile.html" title="class in org.eclipse.oomph.util">OomphPlugin.BundleFile</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/OomphPlugin.html#exportResources(java.lang.String)">exportResources(String)</a></span> - Method in class org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/OomphPlugin.html" title="class in org.eclipse.oomph.util">OomphPlugin</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/OomphPlugin.html#exportResources(java.lang.String,%20java.io.File)">exportResources(String, File)</a></span> - Method in class org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/OomphPlugin.html" title="class in org.eclipse.oomph.util">OomphPlugin</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="_F_">
<!-- -->
</a>
<h2 class="title">F</h2>
<dl>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/impl/FilePredicateImpl.html#FILE_PATTERN_EDEFAULT">FILE_PATTERN_EDEFAULT</a></span> - Static variable in class org.eclipse.oomph.predicates.impl.<a href="./org/eclipse/oomph/predicates/impl/FilePredicateImpl.html" title="class in org.eclipse.oomph.predicates.impl">FilePredicateImpl</a></dt>
<dd>
<div class="block">The default value of the '<a href="./org/eclipse/oomph/predicates/impl/FilePredicateImpl.html#getFilePattern()"><code><em>File Pattern</em></code></a>' attribute.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/PredicatesPackage.html#FILE_PREDICATE">FILE_PREDICATE</a></span> - Static variable in interface org.eclipse.oomph.predicates.<a href="./org/eclipse/oomph/predicates/PredicatesPackage.html" title="interface in org.eclipse.oomph.predicates">PredicatesPackage</a></dt>
<dd>
<div class="block">The meta object id for the '<a href="./org/eclipse/oomph/predicates/impl/FilePredicateImpl.html" title="class in org.eclipse.oomph.predicates.impl"><code><em>File Predicate</em></code></a>' class.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/PredicatesPackage.Literals.html#FILE_PREDICATE">FILE_PREDICATE</a></span> - Static variable in interface org.eclipse.oomph.predicates.<a href="./org/eclipse/oomph/predicates/PredicatesPackage.Literals.html" title="interface in org.eclipse.oomph.predicates">PredicatesPackage.Literals</a></dt>
<dd>
<div class="block">The meta object literal for the '<a href="./org/eclipse/oomph/predicates/impl/FilePredicateImpl.html" title="class in org.eclipse.oomph.predicates.impl"><code><em>File Predicate</em></code></a>' class.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/PredicatesPackage.html#FILE_PREDICATE___GET_ANNOTATION__STRING">FILE_PREDICATE___GET_ANNOTATION__STRING</a></span> - Static variable in interface org.eclipse.oomph.predicates.<a href="./org/eclipse/oomph/predicates/PredicatesPackage.html" title="interface in org.eclipse.oomph.predicates">PredicatesPackage</a></dt>
<dd>
<div class="block">The operation id for the '<em>Get Annotation</em>' operation.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/PredicatesPackage.html#FILE_PREDICATE___MATCHES__IRESOURCE">FILE_PREDICATE___MATCHES__IRESOURCE</a></span> - Static variable in interface org.eclipse.oomph.predicates.<a href="./org/eclipse/oomph/predicates/PredicatesPackage.html" title="interface in org.eclipse.oomph.predicates">PredicatesPackage</a></dt>
<dd>
<div class="block">The operation id for the '<em>Matches</em>' operation.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/PredicatesPackage.html#FILE_PREDICATE__ANNOTATIONS">FILE_PREDICATE__ANNOTATIONS</a></span> - Static variable in interface org.eclipse.oomph.predicates.<a href="./org/eclipse/oomph/predicates/PredicatesPackage.html" title="interface in org.eclipse.oomph.predicates">PredicatesPackage</a></dt>
<dd>
<div class="block">The feature id for the '<em><b>Annotations</b></em>' containment reference list.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/PredicatesPackage.html#FILE_PREDICATE__CONTENT_PATTERN">FILE_PREDICATE__CONTENT_PATTERN</a></span> - Static variable in interface org.eclipse.oomph.predicates.<a href="./org/eclipse/oomph/predicates/PredicatesPackage.html" title="interface in org.eclipse.oomph.predicates">PredicatesPackage</a></dt>
<dd>
<div class="block">The feature id for the '<em><b>Content Pattern</b></em>' attribute.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/PredicatesPackage.Literals.html#FILE_PREDICATE__CONTENT_PATTERN">FILE_PREDICATE__CONTENT_PATTERN</a></span> - Static variable in interface org.eclipse.oomph.predicates.<a href="./org/eclipse/oomph/predicates/PredicatesPackage.Literals.html" title="interface in org.eclipse.oomph.predicates">PredicatesPackage.Literals</a></dt>
<dd>
<div class="block">The meta object literal for the '<em><b>Content Pattern</b></em>' attribute feature.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/PredicatesPackage.html#FILE_PREDICATE__FILE_PATTERN">FILE_PREDICATE__FILE_PATTERN</a></span> - Static variable in interface org.eclipse.oomph.predicates.<a href="./org/eclipse/oomph/predicates/PredicatesPackage.html" title="interface in org.eclipse.oomph.predicates">PredicatesPackage</a></dt>
<dd>
<div class="block">The feature id for the '<em><b>File Pattern</b></em>' attribute.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/PredicatesPackage.Literals.html#FILE_PREDICATE__FILE_PATTERN">FILE_PREDICATE__FILE_PATTERN</a></span> - Static variable in interface org.eclipse.oomph.predicates.<a href="./org/eclipse/oomph/predicates/PredicatesPackage.Literals.html" title="interface in org.eclipse.oomph.predicates">PredicatesPackage.Literals</a></dt>
<dd>
<div class="block">The meta object literal for the '<em><b>File Pattern</b></em>' attribute feature.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/PredicatesPackage.html#FILE_PREDICATE_FEATURE_COUNT">FILE_PREDICATE_FEATURE_COUNT</a></span> - Static variable in interface org.eclipse.oomph.predicates.<a href="./org/eclipse/oomph/predicates/PredicatesPackage.html" title="interface in org.eclipse.oomph.predicates">PredicatesPackage</a></dt>
<dd>
<div class="block">The number of structural features of the '<em>File Predicate</em>' class.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/PredicatesPackage.html#FILE_PREDICATE_OPERATION_COUNT">FILE_PREDICATE_OPERATION_COUNT</a></span> - Static variable in interface org.eclipse.oomph.predicates.<a href="./org/eclipse/oomph/predicates/PredicatesPackage.html" title="interface in org.eclipse.oomph.predicates">PredicatesPackage</a></dt>
<dd>
<div class="block">The number of operations of the '<em>File Predicate</em>' class.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/impl/FilePredicateImpl.html#filePattern">filePattern</a></span> - Variable in class org.eclipse.oomph.predicates.impl.<a href="./org/eclipse/oomph/predicates/impl/FilePredicateImpl.html" title="class in org.eclipse.oomph.predicates.impl">FilePredicateImpl</a></dt>
<dd>
<div class="block">The cached value of the '<a href="./org/eclipse/oomph/predicates/impl/FilePredicateImpl.html#getFilePattern()"><code><em>File Pattern</em></code></a>' attribute.</div>
</dd>
<dt><a href="./org/eclipse/oomph/predicates/FilePredicate.html" title="interface in org.eclipse.oomph.predicates"><span class="strong">FilePredicate</span></a> - Interface in <a href="./org/eclipse/oomph/predicates/package-summary.html">org.eclipse.oomph.predicates</a></dt>
<dd>
<div class="block">A representation of the model object '<em><b>File Predicate</b></em>'.</div>
</dd>
<dt><a href="./org/eclipse/oomph/predicates/impl/FilePredicateImpl.html" title="class in org.eclipse.oomph.predicates.impl"><span class="strong">FilePredicateImpl</span></a> - Class in <a href="./org/eclipse/oomph/predicates/impl/package-summary.html">org.eclipse.oomph.predicates.impl</a></dt>
<dd>
<div class="block">An implementation of the model object '<em><b>File Predicate</b></em>'.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/impl/FilePredicateImpl.html#FilePredicateImpl()">FilePredicateImpl()</a></span> - Constructor for class org.eclipse.oomph.predicates.impl.<a href="./org/eclipse/oomph/predicates/impl/FilePredicateImpl.html" title="class in org.eclipse.oomph.predicates.impl">FilePredicateImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/impl/EclipseProjectFactoryImpl.html#fillDescription(org.eclipse.oomph.internal.resources.ExternalProject.Description,%20org.w3c.dom.Element)">fillDescription(ExternalProject.Description, Element)</a></span> - Method in class org.eclipse.oomph.resources.impl.<a href="./org/eclipse/oomph/resources/impl/EclipseProjectFactoryImpl.html" title="class in org.eclipse.oomph.resources.impl">EclipseProjectFactoryImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/impl/MavenProjectFactoryImpl.html#fillDescription(org.eclipse.oomph.internal.resources.ExternalProject.Description,%20org.w3c.dom.Element)">fillDescription(ExternalProject.Description, Element)</a></span> - Method in class org.eclipse.oomph.resources.impl.<a href="./org/eclipse/oomph/resources/impl/MavenProjectFactoryImpl.html" title="class in org.eclipse.oomph.resources.impl">MavenProjectFactoryImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/impl/XMLProjectFactoryImpl.html#fillDescription(org.eclipse.oomph.internal.resources.ExternalProject.Description,%20org.w3c.dom.Element)">fillDescription(ExternalProject.Description, Element)</a></span> - Method in class org.eclipse.oomph.resources.impl.<a href="./org/eclipse/oomph/resources/impl/XMLProjectFactoryImpl.html" title="class in org.eclipse.oomph.resources.impl">XMLProjectFactoryImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/backend/BackendContainer.html#findMember(org.eclipse.emf.common.util.URI,%20org.eclipse.core.runtime.IProgressMonitor)">findMember(URI, IProgressMonitor)</a></span> - Method in class org.eclipse.oomph.resources.backend.<a href="./org/eclipse/oomph/resources/backend/BackendContainer.html" title="class in org.eclipse.oomph.resources.backend">BackendContainer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/backend/BackendContainer.html#findMember(java.lang.String,%20org.eclipse.core.runtime.IProgressMonitor)">findMember(String, IProgressMonitor)</a></span> - Method in class org.eclipse.oomph.resources.backend.<a href="./org/eclipse/oomph/resources/backend/BackendContainer.html" title="class in org.eclipse.oomph.resources.backend">BackendContainer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/backend/BackendContainer.html#findMember(org.eclipse.core.runtime.IPath,%20org.eclipse.core.runtime.IProgressMonitor)">findMember(IPath, IProgressMonitor)</a></span> - Method in class org.eclipse.oomph.resources.backend.<a href="./org/eclipse/oomph/resources/backend/BackendContainer.html" title="class in org.eclipse.oomph.resources.backend">BackendContainer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/backend/BackendSystem.html#findMember(org.eclipse.oomph.resources.backend.BackendContainer,%20org.eclipse.emf.common.util.URI,%20org.eclipse.core.runtime.IProgressMonitor)">findMember(BackendContainer, URI, IProgressMonitor)</a></span> - Method in class org.eclipse.oomph.resources.backend.<a href="./org/eclipse/oomph/resources/backend/BackendSystem.html" title="class in org.eclipse.oomph.resources.backend">BackendSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/ConcurrentArray.html#firstElementAdded()">firstElementAdded()</a></span> - Method in class org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/ConcurrentArray.html" title="class in org.eclipse.oomph.util">ConcurrentArray</a></dt>
<dd>
<div class="block">Synchronized through <a href="./org/eclipse/oomph/util/ConcurrentArray.html#add(E)"><code>ConcurrentArray.add(Object)</code></a>.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/ui/AbstractDialog.html#fixTitleImageLayout(org.eclipse.jface.dialogs.TitleAreaDialog)">fixTitleImageLayout(TitleAreaDialog)</a></span> - Static method in class org.eclipse.oomph.ui.<a href="./org/eclipse/oomph/ui/AbstractDialog.html" title="class in org.eclipse.oomph.ui">AbstractDialog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/ComposedIterator.html#fromIterables(java.util.Collection)">fromIterables(Collection&lt;? extends Iterable&lt;T&gt;&gt;)</a></span> - Static method in class org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/ComposedIterator.html" title="class in org.eclipse.oomph.util">ComposedIterator</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="_G_">
<!-- -->
</a>
<h2 class="title">G</h2>
<dl>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/backend/BackendResource.html#get(org.eclipse.emf.common.util.URI)">get(URI)</a></span> - Static method in class org.eclipse.oomph.resources.backend.<a href="./org/eclipse/oomph/resources/backend/BackendResource.html" title="class in org.eclipse.oomph.resources.backend">BackendResource</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/backend/BackendResource.html#get(java.lang.String)">get(String)</a></span> - Static method in class org.eclipse.oomph.resources.backend.<a href="./org/eclipse/oomph/resources/backend/BackendResource.html" title="class in org.eclipse.oomph.resources.backend">BackendResource</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/ConcurrentArray.html#get()">get()</a></span> - Method in class org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/ConcurrentArray.html" title="class in org.eclipse.oomph.util">ConcurrentArray</a></dt>
<dd>
<div class="block">Returns the elements, never <code>null</code>.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/backend/BackendResource.html#getAbsoluteURI()">getAbsoluteURI()</a></span> - Method in class org.eclipse.oomph.resources.backend.<a href="./org/eclipse/oomph/resources/backend/BackendResource.html" title="class in org.eclipse.oomph.resources.backend">BackendResource</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/pde/TargetPlatformUtil.html#getActiveTargetDefinition()">getActiveTargetDefinition()</a></span> - Static method in class org.eclipse.oomph.util.pde.<a href="./org/eclipse/oomph/util/pde/TargetPlatformUtil.html" title="class in org.eclipse.oomph.util.pde">TargetPlatformUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/pde/TargetPlatformUtil.html#getActiveTargetDefinition(org.eclipse.pde.core.target.ITargetPlatformService)">getActiveTargetDefinition(ITargetPlatformService)</a></span> - Static method in class org.eclipse.oomph.util.pde.<a href="./org/eclipse/oomph/util/pde/TargetPlatformUtil.html" title="class in org.eclipse.oomph.util.pde">TargetPlatformUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/impl/PredicatesPackageImpl.html#getAndPredicate()">getAndPredicate()</a></span> - Method in class org.eclipse.oomph.predicates.impl.<a href="./org/eclipse/oomph/predicates/impl/PredicatesPackageImpl.html" title="class in org.eclipse.oomph.predicates.impl">PredicatesPackageImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/PredicatesPackage.html#getAndPredicate()">getAndPredicate()</a></span> - Method in interface org.eclipse.oomph.predicates.<a href="./org/eclipse/oomph/predicates/PredicatesPackage.html" title="interface in org.eclipse.oomph.predicates">PredicatesPackage</a></dt>
<dd>
<div class="block">Returns the meta object for class '<a href="./org/eclipse/oomph/predicates/AndPredicate.html" title="interface in org.eclipse.oomph.predicates"><code><em>And Predicate</em></code></a>'.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/impl/PredicatesPackageImpl.html#getAndPredicate_Operands()">getAndPredicate_Operands()</a></span> - Method in class org.eclipse.oomph.predicates.impl.<a href="./org/eclipse/oomph/predicates/impl/PredicatesPackageImpl.html" title="class in org.eclipse.oomph.predicates.impl">PredicatesPackageImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/PredicatesPackage.html#getAndPredicate_Operands()">getAndPredicate_Operands()</a></span> - Method in interface org.eclipse.oomph.predicates.<a href="./org/eclipse/oomph/predicates/PredicatesPackage.html" title="interface in org.eclipse.oomph.predicates">PredicatesPackage</a></dt>
<dd>
<div class="block">Returns the meta object for the containment reference list '<a href="./org/eclipse/oomph/predicates/AndPredicate.html#getOperands()"><code><em>Operands</em></code></a>'.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/base/BasePackage.html#getAnnotation()">getAnnotation()</a></span> - Method in interface org.eclipse.oomph.base.<a href="./org/eclipse/oomph/base/BasePackage.html" title="interface in org.eclipse.oomph.base">BasePackage</a></dt>
<dd>
<div class="block">Returns the meta object for class '<a href="./org/eclipse/oomph/base/Annotation.html" title="interface in org.eclipse.oomph.base"><code><em>Annotation</em></code></a>'.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/base/impl/BasePackageImpl.html#getAnnotation()">getAnnotation()</a></span> - Method in class org.eclipse.oomph.base.impl.<a href="./org/eclipse/oomph/base/impl/BasePackageImpl.html" title="class in org.eclipse.oomph.base.impl">BasePackageImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/base/impl/ModelElementImpl.html#getAnnotation(java.lang.String)">getAnnotation(String)</a></span> - Method in class org.eclipse.oomph.base.impl.<a href="./org/eclipse/oomph/base/impl/ModelElementImpl.html" title="class in org.eclipse.oomph.base.impl">ModelElementImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/base/ModelElement.html#getAnnotation(java.lang.String)">getAnnotation(String)</a></span> - Method in interface org.eclipse.oomph.base.<a href="./org/eclipse/oomph/base/ModelElement.html" title="interface in org.eclipse.oomph.base">ModelElement</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/base/BasePackage.html#getAnnotation_Contents()">getAnnotation_Contents()</a></span> - Method in interface org.eclipse.oomph.base.<a href="./org/eclipse/oomph/base/BasePackage.html" title="interface in org.eclipse.oomph.base">BasePackage</a></dt>
<dd>
<div class="block">Returns the meta object for the containment reference list '<a href="./org/eclipse/oomph/base/Annotation.html#getContents()"><code><em>Contents</em></code></a>'.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/base/impl/BasePackageImpl.html#getAnnotation_Contents()">getAnnotation_Contents()</a></span> - Method in class org.eclipse.oomph.base.impl.<a href="./org/eclipse/oomph/base/impl/BasePackageImpl.html" title="class in org.eclipse.oomph.base.impl">BasePackageImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/base/BasePackage.html#getAnnotation_Details()">getAnnotation_Details()</a></span> - Method in interface org.eclipse.oomph.base.<a href="./org/eclipse/oomph/base/BasePackage.html" title="interface in org.eclipse.oomph.base">BasePackage</a></dt>
<dd>
<div class="block">Returns the meta object for the map '<a href="./org/eclipse/oomph/base/Annotation.html#getDetails()"><code><em>Details</em></code></a>'.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/base/impl/BasePackageImpl.html#getAnnotation_Details()">getAnnotation_Details()</a></span> - Method in class org.eclipse.oomph.base.impl.<a href="./org/eclipse/oomph/base/impl/BasePackageImpl.html" title="class in org.eclipse.oomph.base.impl">BasePackageImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/base/BasePackage.html#getAnnotation_ModelElement()">getAnnotation_ModelElement()</a></span> - Method in interface org.eclipse.oomph.base.<a href="./org/eclipse/oomph/base/BasePackage.html" title="interface in org.eclipse.oomph.base">BasePackage</a></dt>
<dd>
<div class="block">Returns the meta object for the container reference '<a href="./org/eclipse/oomph/base/Annotation.html#getModelElement()"><code><em>Model Element</em></code></a>'.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/base/impl/BasePackageImpl.html#getAnnotation_ModelElement()">getAnnotation_ModelElement()</a></span> - Method in class org.eclipse.oomph.base.impl.<a href="./org/eclipse/oomph/base/impl/BasePackageImpl.html" title="class in org.eclipse.oomph.base.impl">BasePackageImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/base/BasePackage.html#getAnnotation_References()">getAnnotation_References()</a></span> - Method in interface org.eclipse.oomph.base.<a href="./org/eclipse/oomph/base/BasePackage.html" title="interface in org.eclipse.oomph.base">BasePackage</a></dt>
<dd>
<div class="block">Returns the meta object for the reference list '<a href="./org/eclipse/oomph/base/Annotation.html#getReferences()"><code><em>References</em></code></a>'.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/base/impl/BasePackageImpl.html#getAnnotation_References()">getAnnotation_References()</a></span> - Method in class org.eclipse.oomph.base.impl.<a href="./org/eclipse/oomph/base/impl/BasePackageImpl.html" title="class in org.eclipse.oomph.base.impl">BasePackageImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/base/BasePackage.html#getAnnotation_Source()">getAnnotation_Source()</a></span> - Method in interface org.eclipse.oomph.base.<a href="./org/eclipse/oomph/base/BasePackage.html" title="interface in org.eclipse.oomph.base">BasePackage</a></dt>
<dd>
<div class="block">Returns the meta object for the attribute '<a href="./org/eclipse/oomph/base/Annotation.html#getSource()"><code><em>Source</em></code></a>'.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/base/impl/BasePackageImpl.html#getAnnotation_Source()">getAnnotation_Source()</a></span> - Method in class org.eclipse.oomph.base.impl.<a href="./org/eclipse/oomph/base/impl/BasePackageImpl.html" title="class in org.eclipse.oomph.base.impl">BasePackageImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/base/impl/ModelElementImpl.html#getAnnotations()">getAnnotations()</a></span> - Method in class org.eclipse.oomph.base.impl.<a href="./org/eclipse/oomph/base/impl/ModelElementImpl.html" title="class in org.eclipse.oomph.base.impl">ModelElementImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/base/ModelElement.html#getAnnotations()">getAnnotations()</a></span> - Method in interface org.eclipse.oomph.base.<a href="./org/eclipse/oomph/base/ModelElement.html" title="interface in org.eclipse.oomph.base">ModelElement</a></dt>
<dd>
<div class="block">Returns the value of the '<em><b>Annotations</b></em>' containment reference list.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/impl/ResourcesPackageImpl.html#getBackendContainer()">getBackendContainer()</a></span> - Method in class org.eclipse.oomph.resources.impl.<a href="./org/eclipse/oomph/resources/impl/ResourcesPackageImpl.html" title="class in org.eclipse.oomph.resources.impl">ResourcesPackageImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/ResourcesPackage.html#getBackendContainer()">getBackendContainer()</a></span> - Method in interface org.eclipse.oomph.resources.<a href="./org/eclipse/oomph/resources/ResourcesPackage.html" title="interface in org.eclipse.oomph.resources">ResourcesPackage</a></dt>
<dd>
<div class="block">Returns the meta object for data type '<a href="./org/eclipse/oomph/resources/backend/BackendContainer.html" title="class in org.eclipse.oomph.resources.backend"><code><em>Backend Container</em></code></a>'.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/ResourcesUtil.html#getBackendResource(org.eclipse.core.resources.IResource)">getBackendResource(IResource)</a></span> - Static method in class org.eclipse.oomph.resources.<a href="./org/eclipse/oomph/resources/ResourcesUtil.html" title="class in org.eclipse.oomph.resources">ResourcesUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/backend/BackendSystem.Registry.html#getBackendSystem(org.eclipse.emf.common.util.URI)">getBackendSystem(URI)</a></span> - Method in class org.eclipse.oomph.resources.backend.<a href="./org/eclipse/oomph/resources/backend/BackendSystem.Registry.html" title="class in org.eclipse.oomph.resources.backend">BackendSystem.Registry</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/base/BasePackage.html#getBaseFactory()">getBaseFactory()</a></span> - Method in interface org.eclipse.oomph.base.<a href="./org/eclipse/oomph/base/BasePackage.html" title="interface in org.eclipse.oomph.base">BasePackage</a></dt>
<dd>
<div class="block">Returns the factory that creates the instances of the model.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/base/impl/BasePackageImpl.html#getBaseFactory()">getBaseFactory()</a></span> - Method in class org.eclipse.oomph.base.impl.<a href="./org/eclipse/oomph/base/impl/BasePackageImpl.html" title="class in org.eclipse.oomph.base.impl">BasePackageImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/base/BaseFactory.html#getBasePackage()">getBasePackage()</a></span> - Method in interface org.eclipse.oomph.base.<a href="./org/eclipse/oomph/base/BaseFactory.html" title="interface in org.eclipse.oomph.base">BaseFactory</a></dt>
<dd>
<div class="block">Returns the package supported by this factory.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/base/impl/BaseFactoryImpl.html#getBasePackage()">getBasePackage()</a></span> - Method in class org.eclipse.oomph.base.impl.<a href="./org/eclipse/oomph/base/impl/BaseFactoryImpl.html" title="class in org.eclipse.oomph.base.impl">BaseFactoryImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/ui/OomphUIPlugin.html#getBoldFont(org.eclipse.swt.graphics.Font)">getBoldFont(Font)</a></span> - Static method in class org.eclipse.oomph.ui.<a href="./org/eclipse/oomph/ui/OomphUIPlugin.html" title="class in org.eclipse.oomph.ui">OomphUIPlugin</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/ui/OomphUIPlugin.html#getBoldItalicFont(org.eclipse.swt.graphics.Font)">getBoldItalicFont(Font)</a></span> - Static method in class org.eclipse.oomph.ui.<a href="./org/eclipse/oomph/ui/OomphUIPlugin.html" title="class in org.eclipse.oomph.ui">OomphUIPlugin</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/PropertiesUtil.html#getBoolean(java.lang.String)">getBoolean(String)</a></span> - Static method in class org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/PropertiesUtil.html" title="class in org.eclipse.oomph.util">PropertiesUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/BuilderPredicate.html#getBuilder()">getBuilder()</a></span> - Method in interface org.eclipse.oomph.predicates.<a href="./org/eclipse/oomph/predicates/BuilderPredicate.html" title="interface in org.eclipse.oomph.predicates">BuilderPredicate</a></dt>
<dd>
<div class="block">Returns the value of the '<em><b>Builder</b></em>' attribute.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/impl/BuilderPredicateImpl.html#getBuilder()">getBuilder()</a></span> - Method in class org.eclipse.oomph.predicates.impl.<a href="./org/eclipse/oomph/predicates/impl/BuilderPredicateImpl.html" title="class in org.eclipse.oomph.predicates.impl">BuilderPredicateImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/impl/PredicatesPackageImpl.html#getBuilderPredicate()">getBuilderPredicate()</a></span> - Method in class org.eclipse.oomph.predicates.impl.<a href="./org/eclipse/oomph/predicates/impl/PredicatesPackageImpl.html" title="class in org.eclipse.oomph.predicates.impl">PredicatesPackageImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/PredicatesPackage.html#getBuilderPredicate()">getBuilderPredicate()</a></span> - Method in interface org.eclipse.oomph.predicates.<a href="./org/eclipse/oomph/predicates/PredicatesPackage.html" title="interface in org.eclipse.oomph.predicates">PredicatesPackage</a></dt>
<dd>
<div class="block">Returns the meta object for class '<a href="./org/eclipse/oomph/predicates/BuilderPredicate.html" title="interface in org.eclipse.oomph.predicates"><code><em>Builder Predicate</em></code></a>'.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/impl/PredicatesPackageImpl.html#getBuilderPredicate_Builder()">getBuilderPredicate_Builder()</a></span> - Method in class org.eclipse.oomph.predicates.impl.<a href="./org/eclipse/oomph/predicates/impl/PredicatesPackageImpl.html" title="class in org.eclipse.oomph.predicates.impl">PredicatesPackageImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/PredicatesPackage.html#getBuilderPredicate_Builder()">getBuilderPredicate_Builder()</a></span> - Method in interface org.eclipse.oomph.predicates.<a href="./org/eclipse/oomph/predicates/PredicatesPackage.html" title="interface in org.eclipse.oomph.predicates">PredicatesPackage</a></dt>
<dd>
<div class="block">Returns the meta object for the attribute '<a href="./org/eclipse/oomph/predicates/BuilderPredicate.html#getBuilder()"><code><em>Builder</em></code></a>'.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/OomphPlugin.BundleFile.html#getBundle()">getBundle()</a></span> - Method in class org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/OomphPlugin.BundleFile.html" title="class in org.eclipse.oomph.util">OomphPlugin.BundleFile</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/OomphPlugin.html#getBundle()">getBundle()</a></span> - Method in class org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/OomphPlugin.html" title="class in org.eclipse.oomph.util">OomphPlugin</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/OomphPlugin.html#getBundleContext()">getBundleContext()</a></span> - Method in class org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/OomphPlugin.html" title="class in org.eclipse.oomph.util">OomphPlugin</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/OomphPlugin.BundleFile.html#getChild(java.lang.String)">getChild(String)</a></span> - Method in class org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/OomphPlugin.BundleFile.html" title="class in org.eclipse.oomph.util">OomphPlugin.BundleFile</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/OomphPlugin.BundleFile.html#getChildren()">getChildren()</a></span> - Method in class org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/OomphPlugin.BundleFile.html" title="class in org.eclipse.oomph.util">OomphPlugin.BundleFile</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/ui/PersistentButton.ToggleCommandPersistence.html#getCommandID()">getCommandID()</a></span> - Method in class org.eclipse.oomph.ui.<a href="./org/eclipse/oomph/ui/PersistentButton.ToggleCommandPersistence.html" title="class in org.eclipse.oomph.ui">PersistentButton.ToggleCommandPersistence</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/impl/PredicatesPackageImpl.html#getCommentPredicate()">getCommentPredicate()</a></span> - Method in class org.eclipse.oomph.predicates.impl.<a href="./org/eclipse/oomph/predicates/impl/PredicatesPackageImpl.html" title="class in org.eclipse.oomph.predicates.impl">PredicatesPackageImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/PredicatesPackage.html#getCommentPredicate()">getCommentPredicate()</a></span> - Method in interface org.eclipse.oomph.predicates.<a href="./org/eclipse/oomph/predicates/PredicatesPackage.html" title="interface in org.eclipse.oomph.predicates">PredicatesPackage</a></dt>
<dd>
<div class="block">Returns the meta object for class '<a href="./org/eclipse/oomph/predicates/CommentPredicate.html" title="interface in org.eclipse.oomph.predicates"><code><em>Comment Predicate</em></code></a>'.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/impl/PredicatesPackageImpl.html#getCommentPredicate_Pattern()">getCommentPredicate_Pattern()</a></span> - Method in class org.eclipse.oomph.predicates.impl.<a href="./org/eclipse/oomph/predicates/impl/PredicatesPackageImpl.html" title="class in org.eclipse.oomph.predicates.impl">PredicatesPackageImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/PredicatesPackage.html#getCommentPredicate_Pattern()">getCommentPredicate_Pattern()</a></span> - Method in interface org.eclipse.oomph.predicates.<a href="./org/eclipse/oomph/predicates/PredicatesPackage.html" title="interface in org.eclipse.oomph.predicates">PredicatesPackage</a></dt>
<dd>
<div class="block">Returns the meta object for the attribute '<a href="./org/eclipse/oomph/predicates/CommentPredicate.html#getPattern()"><code><em>Pattern</em></code></a>'.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/OomphPlugin.html#getConfigurationPreferences()">getConfigurationPreferences()</a></span> - Method in class org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/OomphPlugin.html" title="class in org.eclipse.oomph.util">OomphPlugin</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/ReflectUtil.html#getConstructor(java.lang.Class,%20java.lang.Class...)">getConstructor(Class&lt;T&gt;, Class&lt;?&gt;...)</a></span> - Static method in class org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/ReflectUtil.html" title="class in org.eclipse.oomph.util">ReflectUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/ui/AbstractDialog.html#getContainerMargin()">getContainerMargin()</a></span> - Method in class org.eclipse.oomph.ui.<a href="./org/eclipse/oomph/ui/AbstractDialog.html" title="class in org.eclipse.oomph.ui">AbstractDialog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/backend/BackendFile.html#getContentBytes(org.eclipse.core.runtime.IProgressMonitor)">getContentBytes(IProgressMonitor)</a></span> - Method in class org.eclipse.oomph.resources.backend.<a href="./org/eclipse/oomph/resources/backend/BackendFile.html" title="class in org.eclipse.oomph.resources.backend">BackendFile</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/FilePredicate.html#getContentPattern()">getContentPattern()</a></span> - Method in interface org.eclipse.oomph.predicates.<a href="./org/eclipse/oomph/predicates/FilePredicate.html" title="interface in org.eclipse.oomph.predicates">FilePredicate</a></dt>
<dd>
<div class="block">Returns the value of the '<em><b>Content Pattern</b></em>' attribute.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/impl/FilePredicateImpl.html#getContentPattern()">getContentPattern()</a></span> - Method in class org.eclipse.oomph.predicates.impl.<a href="./org/eclipse/oomph/predicates/impl/FilePredicateImpl.html" title="class in org.eclipse.oomph.predicates.impl">FilePredicateImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/base/Annotation.html#getContents()">getContents()</a></span> - Method in interface org.eclipse.oomph.base.<a href="./org/eclipse/oomph/base/Annotation.html" title="interface in org.eclipse.oomph.base">Annotation</a></dt>
<dd>
<div class="block">Returns the value of the '<em><b>Contents</b></em>' containment reference list.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/base/impl/AnnotationImpl.html#getContents()">getContents()</a></span> - Method in class org.eclipse.oomph.base.impl.<a href="./org/eclipse/oomph/base/impl/AnnotationImpl.html" title="class in org.eclipse.oomph.base.impl">AnnotationImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/backend/BackendFile.html#getContents(org.eclipse.core.runtime.IProgressMonitor)">getContents(IProgressMonitor)</a></span> - Method in class org.eclipse.oomph.resources.backend.<a href="./org/eclipse/oomph/resources/backend/BackendFile.html" title="class in org.eclipse.oomph.resources.backend">BackendFile</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/backend/BackendSystem.html#getContents(org.eclipse.oomph.resources.backend.BackendFile,%20org.eclipse.core.runtime.IProgressMonitor)">getContents(BackendFile, IProgressMonitor)</a></span> - Method in class org.eclipse.oomph.resources.backend.<a href="./org/eclipse/oomph/resources/backend/BackendSystem.html" title="class in org.eclipse.oomph.resources.backend">BackendSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/backend/LocalBackendSystem.html#getContents(org.eclipse.oomph.resources.backend.BackendFile,%20org.eclipse.core.runtime.IProgressMonitor)">getContents(BackendFile, IProgressMonitor)</a></span> - Method in class org.eclipse.oomph.resources.backend.<a href="./org/eclipse/oomph/resources/backend/LocalBackendSystem.html" title="class in org.eclipse.oomph.resources.backend">LocalBackendSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/OomphPlugin.BundleFile.html#getContents()">getContents()</a></span> - Method in class org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/OomphPlugin.BundleFile.html" title="class in org.eclipse.oomph.util">OomphPlugin.BundleFile</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/OomphPlugin.BundleFile.html#getContentsString()">getContentsString()</a></span> - Method in class org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/OomphPlugin.BundleFile.html" title="class in org.eclipse.oomph.util">OomphPlugin.BundleFile</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/SynchronizedCounter.html#getCount()">getCount()</a></span> - Method in class org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/SynchronizedCounter.html" title="class in org.eclipse.oomph.util">SynchronizedCounter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/ui/AbstractDialog.html#getDefaultImage(java.lang.String)">getDefaultImage(String)</a></span> - Method in class org.eclipse.oomph.ui.<a href="./org/eclipse/oomph/ui/AbstractDialog.html" title="class in org.eclipse.oomph.ui">AbstractDialog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/ui/AbstractDialog.html#getDefaultMessage()">getDefaultMessage()</a></span> - Method in class org.eclipse.oomph.ui.<a href="./org/eclipse/oomph/ui/AbstractDialog.html" title="class in org.eclipse.oomph.ui">AbstractDialog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/backend/BackendResource.html#getDelegate()">getDelegate()</a></span> - Method in class org.eclipse.oomph.resources.backend.<a href="./org/eclipse/oomph/resources/backend/BackendResource.html" title="class in org.eclipse.oomph.resources.backend">BackendResource</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/backend/BackendSystem.html#getDelegate(org.eclipse.oomph.resources.backend.BackendResource)">getDelegate(BackendResource)</a></span> - Method in class org.eclipse.oomph.resources.backend.<a href="./org/eclipse/oomph/resources/backend/BackendSystem.html" title="class in org.eclipse.oomph.resources.backend">BackendSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/backend/LocalBackendSystem.html#getDelegate(org.eclipse.oomph.resources.backend.BackendResource)">getDelegate(BackendResource)</a></span> - Method in class org.eclipse.oomph.resources.backend.<a href="./org/eclipse/oomph/resources/backend/LocalBackendSystem.html" title="class in org.eclipse.oomph.resources.backend">LocalBackendSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/backend/BackendSystem.html#getDelegateMember(java.lang.Object,%20java.lang.String,%20org.eclipse.core.runtime.IProgressMonitor)">getDelegateMember(Object, String, IProgressMonitor)</a></span> - Method in class org.eclipse.oomph.resources.backend.<a href="./org/eclipse/oomph/resources/backend/BackendSystem.html" title="class in org.eclipse.oomph.resources.backend">BackendSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/backend/LocalBackendSystem.html#getDelegateMember(java.lang.Object,%20java.lang.String,%20org.eclipse.core.runtime.IProgressMonitor)">getDelegateMember(Object, String, IProgressMonitor)</a></span> - Method in class org.eclipse.oomph.resources.backend.<a href="./org/eclipse/oomph/resources/backend/LocalBackendSystem.html" title="class in org.eclipse.oomph.resources.backend">LocalBackendSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/backend/BackendSystem.html#getDelegateMembers(java.lang.Object,%20org.eclipse.core.runtime.IProgressMonitor)">getDelegateMembers(Object, IProgressMonitor)</a></span> - Method in class org.eclipse.oomph.resources.backend.<a href="./org/eclipse/oomph/resources/backend/BackendSystem.html" title="class in org.eclipse.oomph.resources.backend">BackendSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/backend/LocalBackendSystem.html#getDelegateMembers(java.lang.Object,%20org.eclipse.core.runtime.IProgressMonitor)">getDelegateMembers(Object, IProgressMonitor)</a></span> - Method in class org.eclipse.oomph.resources.backend.<a href="./org/eclipse/oomph/resources/backend/LocalBackendSystem.html" title="class in org.eclipse.oomph.resources.backend">LocalBackendSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/backend/BackendSystem.html#getDelegateName(java.lang.Object)">getDelegateName(Object)</a></span> - Method in class org.eclipse.oomph.resources.backend.<a href="./org/eclipse/oomph/resources/backend/BackendSystem.html" title="class in org.eclipse.oomph.resources.backend">BackendSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/backend/LocalBackendSystem.html#getDelegateName(java.lang.Object)">getDelegateName(Object)</a></span> - Method in class org.eclipse.oomph.resources.backend.<a href="./org/eclipse/oomph/resources/backend/LocalBackendSystem.html" title="class in org.eclipse.oomph.resources.backend">LocalBackendSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/backend/BackendSystem.html#getDelegateType(java.lang.Object,%20boolean)">getDelegateType(Object, boolean)</a></span> - Method in class org.eclipse.oomph.resources.backend.<a href="./org/eclipse/oomph/resources/backend/BackendSystem.html" title="class in org.eclipse.oomph.resources.backend">BackendSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/backend/LocalBackendSystem.html#getDelegateType(java.lang.Object,%20boolean)">getDelegateType(Object, boolean)</a></span> - Method in class org.eclipse.oomph.resources.backend.<a href="./org/eclipse/oomph/resources/backend/LocalBackendSystem.html" title="class in org.eclipse.oomph.resources.backend">LocalBackendSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/base/Annotation.html#getDetails()">getDetails()</a></span> - Method in interface org.eclipse.oomph.base.<a href="./org/eclipse/oomph/base/Annotation.html" title="interface in org.eclipse.oomph.base">Annotation</a></dt>
<dd>
<div class="block">Returns the value of the '<em><b>Details</b></em>' map.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/base/impl/AnnotationImpl.html#getDetails()">getDetails()</a></span> - Method in class org.eclipse.oomph.base.impl.<a href="./org/eclipse/oomph/base/impl/AnnotationImpl.html" title="class in org.eclipse.oomph.base.impl">AnnotationImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/ui/OomphUIPlugin.html#getDialogSettings()">getDialogSettings()</a></span> - Method in class org.eclipse.oomph.ui.<a href="./org/eclipse/oomph/ui/OomphUIPlugin.html" title="class in org.eclipse.oomph.ui">OomphUIPlugin</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/ui/OomphUIPlugin.html#getDialogSettings(java.lang.String)">getDialogSettings(String)</a></span> - Method in class org.eclipse.oomph.ui.<a href="./org/eclipse/oomph/ui/OomphUIPlugin.html" title="class in org.eclipse.oomph.ui">OomphUIPlugin</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/ui/PersistentButton.DialogSettingsPersistence.html#getDialogSettings()">getDialogSettings()</a></span> - Method in class org.eclipse.oomph.ui.<a href="./org/eclipse/oomph/ui/PersistentButton.DialogSettingsPersistence.html" title="class in org.eclipse.oomph.ui">PersistentButton.DialogSettingsPersistence</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/ui/UIUtil.html#getDisplay()">getDisplay()</a></span> - Static method in class org.eclipse.oomph.ui.<a href="./org/eclipse/oomph/ui/UIUtil.html" title="class in org.eclipse.oomph.ui">UIUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/ui/OomphUIPlugin.html#getEclipsePlugin()">getEclipsePlugin()</a></span> - Method in class org.eclipse.oomph.ui.<a href="./org/eclipse/oomph/ui/OomphUIPlugin.html" title="class in org.eclipse.oomph.ui">OomphUIPlugin</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/OomphPlugin.html#getEclipsePlugin()">getEclipsePlugin()</a></span> - Method in class org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/OomphPlugin.html" title="class in org.eclipse.oomph.util">OomphPlugin</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/impl/ResourcesPackageImpl.html#getEclipseProjectFactory()">getEclipseProjectFactory()</a></span> - Method in class org.eclipse.oomph.resources.impl.<a href="./org/eclipse/oomph/resources/impl/ResourcesPackageImpl.html" title="class in org.eclipse.oomph.resources.impl">ResourcesPackageImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/ResourcesPackage.html#getEclipseProjectFactory()">getEclipseProjectFactory()</a></span> - Method in interface org.eclipse.oomph.resources.<a href="./org/eclipse/oomph/resources/ResourcesPackage.html" title="interface in org.eclipse.oomph.resources">ResourcesPackage</a></dt>
<dd>
<div class="block">Returns the meta object for class '<a href="./org/eclipse/oomph/resources/EclipseProjectFactory.html" title="interface in org.eclipse.oomph.resources"><code><em>Eclipse Project Factory</em></code></a>'.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/Pair.html#getElement1()">getElement1()</a></span> - Method in class org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/Pair.html" title="class in org.eclipse.oomph.util">Pair</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/Pair.html#getElement2()">getElement2()</a></span> - Method in class org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/Pair.html" title="class in org.eclipse.oomph.util">Pair</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/base/impl/StringToStringMapEntryImpl.html#getEMap()">getEMap()</a></span> - Method in class org.eclipse.oomph.base.impl.<a href="./org/eclipse/oomph/base/impl/StringToStringMapEntryImpl.html" title="class in org.eclipse.oomph.base.impl">StringToStringMapEntryImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/base/util/BaseValidator.html#getEPackage()">getEPackage()</a></span> - Method in class org.eclipse.oomph.base.util.<a href="./org/eclipse/oomph/base/util/BaseValidator.html" title="class in org.eclipse.oomph.base.util">BaseValidator</a></dt>
<dd>
<div class="block">Returns the package of this validator switch.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/base/BasePackage.html#getException()">getException()</a></span> - Method in interface org.eclipse.oomph.base.<a href="./org/eclipse/oomph/base/BasePackage.html" title="interface in org.eclipse.oomph.base">BasePackage</a></dt>
<dd>
<div class="block">Returns the meta object for data type '<a href="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang"><code><em>Exception</em></code></a>'.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/base/impl/BasePackageImpl.html#getException()">getException()</a></span> - Method in class org.eclipse.oomph.base.impl.<a href="./org/eclipse/oomph/base/impl/BasePackageImpl.html" title="class in org.eclipse.oomph.base.impl">BasePackageImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/impl/ProjectFactoryImpl.html#getExcludedPaths()">getExcludedPaths()</a></span> - Method in class org.eclipse.oomph.resources.impl.<a href="./org/eclipse/oomph/resources/impl/ProjectFactoryImpl.html" title="class in org.eclipse.oomph.resources.impl">ProjectFactoryImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/impl/SourceLocatorImpl.html#getExcludedPaths()">getExcludedPaths()</a></span> - Method in class org.eclipse.oomph.resources.impl.<a href="./org/eclipse/oomph/resources/impl/SourceLocatorImpl.html" title="class in org.eclipse.oomph.resources.impl">SourceLocatorImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/ProjectFactory.html#getExcludedPaths()">getExcludedPaths()</a></span> - Method in interface org.eclipse.oomph.resources.<a href="./org/eclipse/oomph/resources/ProjectFactory.html" title="interface in org.eclipse.oomph.resources">ProjectFactory</a></dt>
<dd>
<div class="block">Returns the value of the '<em><b>Excluded Paths</b></em>' attribute list.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/SourceLocator.html#getExcludedPaths()">getExcludedPaths()</a></span> - Method in interface org.eclipse.oomph.resources.<a href="./org/eclipse/oomph/resources/SourceLocator.html" title="interface in org.eclipse.oomph.resources">SourceLocator</a></dt>
<dd>
<div class="block">Returns the value of the '<em><b>Excluded Paths</b></em>' attribute list.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/backend/BackendSystem.IFactory.Registry.html#getFactory(java.lang.String)">getFactory(String)</a></span> - Method in class org.eclipse.oomph.resources.backend.<a href="./org/eclipse/oomph/resources/backend/BackendSystem.IFactory.Registry.html" title="class in org.eclipse.oomph.resources.backend">BackendSystem.IFactory.Registry</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/base/util/BaseUtil.html#getFeature(org.eclipse.emf.ecore.EClass,%20java.lang.String)">getFeature(EClass, String)</a></span> - Static method in class org.eclipse.oomph.base.util.<a href="./org/eclipse/oomph/base/util/BaseUtil.html" title="class in org.eclipse.oomph.base.util">BaseUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/ReflectUtil.html#getField(java.lang.Class,%20java.lang.String)">getField(Class&lt;?&gt;, String)</a></span> - Static method in class org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/ReflectUtil.html" title="class in org.eclipse.oomph.util">ReflectUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/backend/BackendContainer.html#getFile(org.eclipse.emf.common.util.URI)">getFile(URI)</a></span> - Method in class org.eclipse.oomph.resources.backend.<a href="./org/eclipse/oomph/resources/backend/BackendContainer.html" title="class in org.eclipse.oomph.resources.backend">BackendContainer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/backend/BackendContainer.html#getFile(java.lang.String)">getFile(String)</a></span> - Method in class org.eclipse.oomph.resources.backend.<a href="./org/eclipse/oomph/resources/backend/BackendContainer.html" title="class in org.eclipse.oomph.resources.backend">BackendContainer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/backend/BackendContainer.html#getFile(org.eclipse.core.runtime.IPath)">getFile(IPath)</a></span> - Method in class org.eclipse.oomph.resources.backend.<a href="./org/eclipse/oomph/resources/backend/BackendContainer.html" title="class in org.eclipse.oomph.resources.backend">BackendContainer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/FilePredicate.html#getFilePattern()">getFilePattern()</a></span> - Method in interface org.eclipse.oomph.predicates.<a href="./org/eclipse/oomph/predicates/FilePredicate.html" title="interface in org.eclipse.oomph.predicates">FilePredicate</a></dt>
<dd>
<div class="block">Returns the value of the '<em><b>File Pattern</b></em>' attribute.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/impl/FilePredicateImpl.html#getFilePattern()">getFilePattern()</a></span> - Method in class org.eclipse.oomph.predicates.impl.<a href="./org/eclipse/oomph/predicates/impl/FilePredicateImpl.html" title="class in org.eclipse.oomph.predicates.impl">FilePredicateImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/impl/PredicatesPackageImpl.html#getFilePredicate()">getFilePredicate()</a></span> - Method in class org.eclipse.oomph.predicates.impl.<a href="./org/eclipse/oomph/predicates/impl/PredicatesPackageImpl.html" title="class in org.eclipse.oomph.predicates.impl">PredicatesPackageImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/PredicatesPackage.html#getFilePredicate()">getFilePredicate()</a></span> - Method in interface org.eclipse.oomph.predicates.<a href="./org/eclipse/oomph/predicates/PredicatesPackage.html" title="interface in org.eclipse.oomph.predicates">PredicatesPackage</a></dt>
<dd>
<div class="block">Returns the meta object for class '<a href="./org/eclipse/oomph/predicates/FilePredicate.html" title="interface in org.eclipse.oomph.predicates"><code><em>File Predicate</em></code></a>'.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/impl/PredicatesPackageImpl.html#getFilePredicate_ContentPattern()">getFilePredicate_ContentPattern()</a></span> - Method in class org.eclipse.oomph.predicates.impl.<a href="./org/eclipse/oomph/predicates/impl/PredicatesPackageImpl.html" title="class in org.eclipse.oomph.predicates.impl">PredicatesPackageImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/PredicatesPackage.html#getFilePredicate_ContentPattern()">getFilePredicate_ContentPattern()</a></span> - Method in interface org.eclipse.oomph.predicates.<a href="./org/eclipse/oomph/predicates/PredicatesPackage.html" title="interface in org.eclipse.oomph.predicates">PredicatesPackage</a></dt>
<dd>
<div class="block">Returns the meta object for the attribute '<a href="./org/eclipse/oomph/predicates/FilePredicate.html#getContentPattern()"><code><em>Content Pattern</em></code></a>'.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/impl/PredicatesPackageImpl.html#getFilePredicate_FilePattern()">getFilePredicate_FilePattern()</a></span> - Method in class org.eclipse.oomph.predicates.impl.<a href="./org/eclipse/oomph/predicates/impl/PredicatesPackageImpl.html" title="class in org.eclipse.oomph.predicates.impl">PredicatesPackageImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/PredicatesPackage.html#getFilePredicate_FilePattern()">getFilePredicate_FilePattern()</a></span> - Method in interface org.eclipse.oomph.predicates.<a href="./org/eclipse/oomph/predicates/PredicatesPackage.html" title="interface in org.eclipse.oomph.predicates">PredicatesPackage</a></dt>
<dd>
<div class="block">Returns the meta object for the attribute '<a href="./org/eclipse/oomph/predicates/FilePredicate.html#getFilePattern()"><code><em>File Pattern</em></code></a>'.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/backend/BackendContainer.html#getFolder(org.eclipse.emf.common.util.URI)">getFolder(URI)</a></span> - Method in class org.eclipse.oomph.resources.backend.<a href="./org/eclipse/oomph/resources/backend/BackendContainer.html" title="class in org.eclipse.oomph.resources.backend">BackendContainer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/backend/BackendContainer.html#getFolder(java.lang.String)">getFolder(String)</a></span> - Method in class org.eclipse.oomph.resources.backend.<a href="./org/eclipse/oomph/resources/backend/BackendContainer.html" title="class in org.eclipse.oomph.resources.backend">BackendContainer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/backend/BackendContainer.html#getFolder(org.eclipse.core.runtime.IPath)">getFolder(IPath)</a></span> - Method in class org.eclipse.oomph.resources.backend.<a href="./org/eclipse/oomph/resources/backend/BackendContainer.html" title="class in org.eclipse.oomph.resources.backend">BackendContainer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/ui/OomphUIPlugin.html#getFont(org.eclipse.swt.graphics.Font,%20java.lang.Object)">getFont(Font, Object)</a></span> - Static method in class org.eclipse.oomph.ui.<a href="./org/eclipse/oomph/ui/OomphUIPlugin.html" title="class in org.eclipse.oomph.ui">OomphUIPlugin</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/base/impl/StringToStringMapEntryImpl.html#getHash()">getHash()</a></span> - Method in class org.eclipse.oomph.base.impl.<a href="./org/eclipse/oomph/base/impl/StringToStringMapEntryImpl.html" title="class in org.eclipse.oomph.base.impl">StringToStringMapEntryImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/ui/AbstractDialog.html#getHeight()">getHeight()</a></span> - Method in class org.eclipse.oomph.ui.<a href="./org/eclipse/oomph/ui/AbstractDialog.html" title="class in org.eclipse.oomph.ui">AbstractDialog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/ui/AbstractDialog.html#getHelp()">getHelp()</a></span> - Method in class org.eclipse.oomph.ui.<a href="./org/eclipse/oomph/ui/AbstractDialog.html" title="class in org.eclipse.oomph.ui">AbstractDialog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/ui/OomphUIPlugin.html#getImageDescriptor(java.lang.String)">getImageDescriptor(String)</a></span> - Method in class org.eclipse.oomph.ui.<a href="./org/eclipse/oomph/ui/OomphUIPlugin.html" title="class in org.eclipse.oomph.ui">OomphUIPlugin</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/ui/AbstractDialog.html#getImagePath()">getImagePath()</a></span> - Method in class org.eclipse.oomph.ui.<a href="./org/eclipse/oomph/ui/AbstractDialog.html" title="class in org.eclipse.oomph.ui">AbstractDialog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/ui/AbstractDialog.html#getInitialSize()">getInitialSize()</a></span> - Method in class org.eclipse.oomph.ui.<a href="./org/eclipse/oomph/ui/AbstractDialog.html" title="class in org.eclipse.oomph.ui">AbstractDialog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/OomphPlugin.html#getInstancePreferences()">getInstancePreferences()</a></span> - Method in class org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/OomphPlugin.html" title="class in org.eclipse.oomph.util">OomphPlugin</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/ui/OomphUIPlugin.html#getItalicFont(org.eclipse.swt.graphics.Font)">getItalicFont(Font)</a></span> - Static method in class org.eclipse.oomph.ui.<a href="./org/eclipse/oomph/ui/OomphUIPlugin.html" title="class in org.eclipse.oomph.ui">OomphUIPlugin</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/base/impl/StringToStringMapEntryImpl.html#getKey()">getKey()</a></span> - Method in class org.eclipse.oomph.base.impl.<a href="./org/eclipse/oomph/base/impl/StringToStringMapEntryImpl.html" title="class in org.eclipse.oomph.base.impl">StringToStringMapEntryImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/ui/PersistentButton.DialogSettingsPersistence.html#getKey()">getKey()</a></span> - Method in class org.eclipse.oomph.ui.<a href="./org/eclipse/oomph/ui/PersistentButton.DialogSettingsPersistence.html" title="class in org.eclipse.oomph.ui">PersistentButton.DialogSettingsPersistence</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/backend/BackendResource.html#getLastModified(org.eclipse.core.runtime.IProgressMonitor)">getLastModified(IProgressMonitor)</a></span> - Method in class org.eclipse.oomph.resources.backend.<a href="./org/eclipse/oomph/resources/backend/BackendResource.html" title="class in org.eclipse.oomph.resources.backend">BackendResource</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/backend/BackendSystem.html#getLastModified(org.eclipse.oomph.resources.backend.BackendResource,%20org.eclipse.core.runtime.IProgressMonitor)">getLastModified(BackendResource, IProgressMonitor)</a></span> - Method in class org.eclipse.oomph.resources.backend.<a href="./org/eclipse/oomph/resources/backend/BackendSystem.html" title="class in org.eclipse.oomph.resources.backend">BackendSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/backend/LocalBackendSystem.html#getLastModified(org.eclipse.oomph.resources.backend.BackendResource,%20org.eclipse.core.runtime.IProgressMonitor)">getLastModified(BackendResource, IProgressMonitor)</a></span> - Method in class org.eclipse.oomph.resources.backend.<a href="./org/eclipse/oomph/resources/backend/LocalBackendSystem.html" title="class in org.eclipse.oomph.resources.backend">LocalBackendSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/backend/BackendResource.html#getLocation()">getLocation()</a></span> - Method in class org.eclipse.oomph.resources.backend.<a href="./org/eclipse/oomph/resources/backend/BackendResource.html" title="class in org.eclipse.oomph.resources.backend">BackendResource</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/backend/BackendSystem.html#getLocation(org.eclipse.oomph.resources.backend.BackendResource)">getLocation(BackendResource)</a></span> - Method in class org.eclipse.oomph.resources.backend.<a href="./org/eclipse/oomph/resources/backend/BackendSystem.html" title="class in org.eclipse.oomph.resources.backend">BackendSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/backend/LocalBackendSystem.html#getLocation(org.eclipse.oomph.resources.backend.BackendResource)">getLocation(BackendResource)</a></span> - Method in class org.eclipse.oomph.resources.backend.<a href="./org/eclipse/oomph/resources/backend/LocalBackendSystem.html" title="class in org.eclipse.oomph.resources.backend">LocalBackendSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/impl/PredicatesPackageImpl.html#getLocationPredicate()">getLocationPredicate()</a></span> - Method in class org.eclipse.oomph.predicates.impl.<a href="./org/eclipse/oomph/predicates/impl/PredicatesPackageImpl.html" title="class in org.eclipse.oomph.predicates.impl">PredicatesPackageImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/PredicatesPackage.html#getLocationPredicate()">getLocationPredicate()</a></span> - Method in interface org.eclipse.oomph.predicates.<a href="./org/eclipse/oomph/predicates/PredicatesPackage.html" title="interface in org.eclipse.oomph.predicates">PredicatesPackage</a></dt>
<dd>
<div class="block">Returns the meta object for class '<a href="./org/eclipse/oomph/predicates/LocationPredicate.html" title="interface in org.eclipse.oomph.predicates"><code><em>Location Predicate</em></code></a>'.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/impl/PredicatesPackageImpl.html#getLocationPredicate_Pattern()">getLocationPredicate_Pattern()</a></span> - Method in class org.eclipse.oomph.predicates.impl.<a href="./org/eclipse/oomph/predicates/impl/PredicatesPackageImpl.html" title="class in org.eclipse.oomph.predicates.impl">PredicatesPackageImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/PredicatesPackage.html#getLocationPredicate_Pattern()">getLocationPredicate_Pattern()</a></span> - Method in interface org.eclipse.oomph.predicates.<a href="./org/eclipse/oomph/predicates/PredicatesPackage.html" title="interface in org.eclipse.oomph.predicates">PredicatesPackage</a></dt>
<dd>
<div class="block">Returns the meta object for the attribute '<a href="./org/eclipse/oomph/predicates/LocationPredicate.html#getPattern()"><code><em>Pattern</em></code></a>'.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/OomphPlugin.html#getLog()">getLog()</a></span> - Method in class org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/OomphPlugin.html" title="class in org.eclipse.oomph.util">OomphPlugin</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/impl/ResourcesPackageImpl.html#getMavenProjectFactory()">getMavenProjectFactory()</a></span> - Method in class org.eclipse.oomph.resources.impl.<a href="./org/eclipse/oomph/resources/impl/ResourcesPackageImpl.html" title="class in org.eclipse.oomph.resources.impl">ResourcesPackageImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/ResourcesPackage.html#getMavenProjectFactory()">getMavenProjectFactory()</a></span> - Method in interface org.eclipse.oomph.resources.<a href="./org/eclipse/oomph/resources/ResourcesPackage.html" title="interface in org.eclipse.oomph.resources">ResourcesPackage</a></dt>
<dd>
<div class="block">Returns the meta object for class '<a href="./org/eclipse/oomph/resources/MavenProjectFactory.html" title="interface in org.eclipse.oomph.resources"><code><em>Maven Project Factory</em></code></a>'.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/ConcurrentArray.DuplicateCounter.html#getMaxDuplicates()">getMaxDuplicates()</a></span> - Method in class org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/ConcurrentArray.DuplicateCounter.html" title="class in org.eclipse.oomph.util">ConcurrentArray.DuplicateCounter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/backend/BackendSystem.html#getMaxThreads()">getMaxThreads()</a></span> - Method in class org.eclipse.oomph.resources.backend.<a href="./org/eclipse/oomph/resources/backend/BackendSystem.html" title="class in org.eclipse.oomph.resources.backend">BackendSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/backend/BackendContainer.html#getMembers(org.eclipse.core.runtime.IProgressMonitor)">getMembers(IProgressMonitor)</a></span> - Method in class org.eclipse.oomph.resources.backend.<a href="./org/eclipse/oomph/resources/backend/BackendContainer.html" title="class in org.eclipse.oomph.resources.backend">BackendContainer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/backend/BackendSystem.html#getMembers(org.eclipse.oomph.resources.backend.BackendContainer,%20org.eclipse.core.runtime.IProgressMonitor)">getMembers(BackendContainer, IProgressMonitor)</a></span> - Method in class org.eclipse.oomph.resources.backend.<a href="./org/eclipse/oomph/resources/backend/BackendSystem.html" title="class in org.eclipse.oomph.resources.backend">BackendSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/ReflectUtil.html#getMethod(java.lang.Class,%20java.lang.String,%20java.lang.Class...)">getMethod(Class&lt;?&gt;, String, Class&lt;?&gt;...)</a></span> - Static method in class org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/ReflectUtil.html" title="class in org.eclipse.oomph.util">ReflectUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/base/Annotation.html#getModelElement()">getModelElement()</a></span> - Method in interface org.eclipse.oomph.base.<a href="./org/eclipse/oomph/base/Annotation.html" title="interface in org.eclipse.oomph.base">Annotation</a></dt>
<dd>
<div class="block">Returns the value of the '<em><b>Model Element</b></em>' container reference.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/base/BasePackage.html#getModelElement()">getModelElement()</a></span> - Method in interface org.eclipse.oomph.base.<a href="./org/eclipse/oomph/base/BasePackage.html" title="interface in org.eclipse.oomph.base">BasePackage</a></dt>
<dd>
<div class="block">Returns the meta object for class '<a href="./org/eclipse/oomph/base/ModelElement.html" title="interface in org.eclipse.oomph.base"><code><em>Model Element</em></code></a>'.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/base/impl/AnnotationImpl.html#getModelElement()">getModelElement()</a></span> - Method in class org.eclipse.oomph.base.impl.<a href="./org/eclipse/oomph/base/impl/AnnotationImpl.html" title="class in org.eclipse.oomph.base.impl">AnnotationImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/base/impl/BasePackageImpl.html#getModelElement()">getModelElement()</a></span> - Method in class org.eclipse.oomph.base.impl.<a href="./org/eclipse/oomph/base/impl/BasePackageImpl.html" title="class in org.eclipse.oomph.base.impl">BasePackageImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/base/BasePackage.html#getModelElement__GetAnnotation__String()">getModelElement__GetAnnotation__String()</a></span> - Method in interface org.eclipse.oomph.base.<a href="./org/eclipse/oomph/base/BasePackage.html" title="interface in org.eclipse.oomph.base">BasePackage</a></dt>
<dd>
<div class="block">Returns the meta object for the '<a href="./org/eclipse/oomph/base/ModelElement.html#getAnnotation(java.lang.String)"><code><em>Get Annotation</em></code></a>' operation.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/base/impl/BasePackageImpl.html#getModelElement__GetAnnotation__String()">getModelElement__GetAnnotation__String()</a></span> - Method in class org.eclipse.oomph.base.impl.<a href="./org/eclipse/oomph/base/impl/BasePackageImpl.html" title="class in org.eclipse.oomph.base.impl">BasePackageImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/base/BasePackage.html#getModelElement_Annotations()">getModelElement_Annotations()</a></span> - Method in interface org.eclipse.oomph.base.<a href="./org/eclipse/oomph/base/BasePackage.html" title="interface in org.eclipse.oomph.base">BasePackage</a></dt>
<dd>
<div class="block">Returns the meta object for the containment reference list '<a href="./org/eclipse/oomph/base/ModelElement.html#getAnnotations()"><code><em>Annotations</em></code></a>'.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/base/impl/BasePackageImpl.html#getModelElement_Annotations()">getModelElement_Annotations()</a></span> - Method in class org.eclipse.oomph.base.impl.<a href="./org/eclipse/oomph/base/impl/BasePackageImpl.html" title="class in org.eclipse.oomph.base.impl">BasePackageImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/impl/ResourcesPackageImpl.html#getMultiStatus()">getMultiStatus()</a></span> - Method in class org.eclipse.oomph.resources.impl.<a href="./org/eclipse/oomph/resources/impl/ResourcesPackageImpl.html" title="class in org.eclipse.oomph.resources.impl">ResourcesPackageImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/ResourcesPackage.html#getMultiStatus()">getMultiStatus()</a></span> - Method in interface org.eclipse.oomph.resources.<a href="./org/eclipse/oomph/resources/ResourcesPackage.html" title="interface in org.eclipse.oomph.resources">ResourcesPackage</a></dt>
<dd>
<div class="block">Returns the meta object for data type '<a href="http://help.eclipse.org/topic//org.eclipse.platform.doc.isv/reference/api/org/eclipse/core/runtime/MultiStatus.html?is-external=true" title="class or interface in org.eclipse.core.runtime"><code><em>Multi Status</em></code></a>'.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/backend/BackendResource.html#getName()">getName()</a></span> - Method in class org.eclipse.oomph.resources.backend.<a href="./org/eclipse/oomph/resources/backend/BackendResource.html" title="class in org.eclipse.oomph.resources.backend">BackendResource</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/backend/LocalBackendSystem.Member.html#getName()">getName()</a></span> - Method in class org.eclipse.oomph.resources.backend.<a href="./org/eclipse/oomph/resources/backend/LocalBackendSystem.Member.html" title="class in org.eclipse.oomph.resources.backend">LocalBackendSystem.Member</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/OomphPlugin.BundleFile.html#getName()">getName()</a></span> - Method in class org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/OomphPlugin.BundleFile.html" title="class in org.eclipse.oomph.util">OomphPlugin.BundleFile</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/ZIPUtil.FileSystemZipHandler.html#getName(java.io.File)">getName(File)</a></span> - Method in class org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/ZIPUtil.FileSystemZipHandler.html" title="class in org.eclipse.oomph.util">ZIPUtil.FileSystemZipHandler</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/impl/PredicatesPackageImpl.html#getNamePredicate()">getNamePredicate()</a></span> - Method in class org.eclipse.oomph.predicates.impl.<a href="./org/eclipse/oomph/predicates/impl/PredicatesPackageImpl.html" title="class in org.eclipse.oomph.predicates.impl">PredicatesPackageImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/PredicatesPackage.html#getNamePredicate()">getNamePredicate()</a></span> - Method in interface org.eclipse.oomph.predicates.<a href="./org/eclipse/oomph/predicates/PredicatesPackage.html" title="interface in org.eclipse.oomph.predicates">PredicatesPackage</a></dt>
<dd>
<div class="block">Returns the meta object for class '<a href="./org/eclipse/oomph/predicates/NamePredicate.html" title="interface in org.eclipse.oomph.predicates"><code><em>Name Predicate</em></code></a>'.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/impl/PredicatesPackageImpl.html#getNamePredicate_Pattern()">getNamePredicate_Pattern()</a></span> - Method in class org.eclipse.oomph.predicates.impl.<a href="./org/eclipse/oomph/predicates/impl/PredicatesPackageImpl.html" title="class in org.eclipse.oomph.predicates.impl">PredicatesPackageImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/PredicatesPackage.html#getNamePredicate_Pattern()">getNamePredicate_Pattern()</a></span> - Method in interface org.eclipse.oomph.predicates.<a href="./org/eclipse/oomph/predicates/PredicatesPackage.html" title="interface in org.eclipse.oomph.predicates">PredicatesPackage</a></dt>
<dd>
<div class="block">Returns the meta object for the attribute '<a href="./org/eclipse/oomph/predicates/NamePredicate.html#getPattern()"><code><em>Pattern</em></code></a>'.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/impl/NaturePredicateImpl.html#getNature()">getNature()</a></span> - Method in class org.eclipse.oomph.predicates.impl.<a href="./org/eclipse/oomph/predicates/impl/NaturePredicateImpl.html" title="class in org.eclipse.oomph.predicates.impl">NaturePredicateImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/NaturePredicate.html#getNature()">getNature()</a></span> - Method in interface org.eclipse.oomph.predicates.<a href="./org/eclipse/oomph/predicates/NaturePredicate.html" title="interface in org.eclipse.oomph.predicates">NaturePredicate</a></dt>
<dd>
<div class="block">Returns the value of the '<em><b>Nature</b></em>' attribute.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/impl/PredicatesPackageImpl.html#getNaturePredicate()">getNaturePredicate()</a></span> - Method in class org.eclipse.oomph.predicates.impl.<a href="./org/eclipse/oomph/predicates/impl/PredicatesPackageImpl.html" title="class in org.eclipse.oomph.predicates.impl">PredicatesPackageImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/PredicatesPackage.html#getNaturePredicate()">getNaturePredicate()</a></span> - Method in interface org.eclipse.oomph.predicates.<a href="./org/eclipse/oomph/predicates/PredicatesPackage.html" title="interface in org.eclipse.oomph.predicates">PredicatesPackage</a></dt>
<dd>
<div class="block">Returns the meta object for class '<a href="./org/eclipse/oomph/predicates/NaturePredicate.html" title="interface in org.eclipse.oomph.predicates"><code><em>Nature Predicate</em></code></a>'.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/impl/PredicatesPackageImpl.html#getNaturePredicate_Nature()">getNaturePredicate_Nature()</a></span> - Method in class org.eclipse.oomph.predicates.impl.<a href="./org/eclipse/oomph/predicates/impl/PredicatesPackageImpl.html" title="class in org.eclipse.oomph.predicates.impl">PredicatesPackageImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/PredicatesPackage.html#getNaturePredicate_Nature()">getNaturePredicate_Nature()</a></span> - Method in interface org.eclipse.oomph.predicates.<a href="./org/eclipse/oomph/predicates/PredicatesPackage.html" title="interface in org.eclipse.oomph.predicates">PredicatesPackage</a></dt>
<dd>
<div class="block">Returns the meta object for the attribute '<a href="./org/eclipse/oomph/predicates/NaturePredicate.html#getNature()"><code><em>Nature</em></code></a>'.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/ui/OomphUIPlugin.html#getNormalFont(org.eclipse.swt.graphics.Font)">getNormalFont(Font)</a></span> - Static method in class org.eclipse.oomph.ui.<a href="./org/eclipse/oomph/ui/OomphUIPlugin.html" title="class in org.eclipse.oomph.ui">OomphUIPlugin</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/impl/PredicatesPackageImpl.html#getNotPredicate()">getNotPredicate()</a></span> - Method in class org.eclipse.oomph.predicates.impl.<a href="./org/eclipse/oomph/predicates/impl/PredicatesPackageImpl.html" title="class in org.eclipse.oomph.predicates.impl">PredicatesPackageImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/PredicatesPackage.html#getNotPredicate()">getNotPredicate()</a></span> - Method in interface org.eclipse.oomph.predicates.<a href="./org/eclipse/oomph/predicates/PredicatesPackage.html" title="interface in org.eclipse.oomph.predicates">PredicatesPackage</a></dt>
<dd>
<div class="block">Returns the meta object for class '<a href="./org/eclipse/oomph/predicates/NotPredicate.html" title="interface in org.eclipse.oomph.predicates"><code><em>Not Predicate</em></code></a>'.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/impl/PredicatesPackageImpl.html#getNotPredicate_Operand()">getNotPredicate_Operand()</a></span> - Method in class org.eclipse.oomph.predicates.impl.<a href="./org/eclipse/oomph/predicates/impl/PredicatesPackageImpl.html" title="class in org.eclipse.oomph.predicates.impl">PredicatesPackageImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/PredicatesPackage.html#getNotPredicate_Operand()">getNotPredicate_Operand()</a></span> - Method in interface org.eclipse.oomph.predicates.<a href="./org/eclipse/oomph/predicates/PredicatesPackage.html" title="interface in org.eclipse.oomph.predicates">PredicatesPackage</a></dt>
<dd>
<div class="block">Returns the meta object for the containment reference '<a href="./org/eclipse/oomph/predicates/NotPredicate.html#getOperand()"><code><em>Operand</em></code></a>'.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/base/util/BaseUtil.html#getObjectByType(java.util.Collection,%20org.eclipse.emf.ecore.EClassifier)">getObjectByType(Collection&lt;?&gt;, EClassifier)</a></span> - Static method in class org.eclipse.oomph.base.util.<a href="./org/eclipse/oomph/base/util/BaseUtil.html" title="class in org.eclipse.oomph.base.util">BaseUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/impl/NotPredicateImpl.html#getOperand()">getOperand()</a></span> - Method in class org.eclipse.oomph.predicates.impl.<a href="./org/eclipse/oomph/predicates/impl/NotPredicateImpl.html" title="class in org.eclipse.oomph.predicates.impl">NotPredicateImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/NotPredicate.html#getOperand()">getOperand()</a></span> - Method in interface org.eclipse.oomph.predicates.<a href="./org/eclipse/oomph/predicates/NotPredicate.html" title="interface in org.eclipse.oomph.predicates">NotPredicate</a></dt>
<dd>
<div class="block">Returns the value of the '<em><b>Operand</b></em>' containment reference.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/AndPredicate.html#getOperands()">getOperands()</a></span> - Method in interface org.eclipse.oomph.predicates.<a href="./org/eclipse/oomph/predicates/AndPredicate.html" title="interface in org.eclipse.oomph.predicates">AndPredicate</a></dt>
<dd>
<div class="block">Returns the value of the '<em><b>Operands</b></em>' containment reference list.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/impl/AndPredicateImpl.html#getOperands()">getOperands()</a></span> - Method in class org.eclipse.oomph.predicates.impl.<a href="./org/eclipse/oomph/predicates/impl/AndPredicateImpl.html" title="class in org.eclipse.oomph.predicates.impl">AndPredicateImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/impl/OrPredicateImpl.html#getOperands()">getOperands()</a></span> - Method in class org.eclipse.oomph.predicates.impl.<a href="./org/eclipse/oomph/predicates/impl/OrPredicateImpl.html" title="class in org.eclipse.oomph.predicates.impl">OrPredicateImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/OrPredicate.html#getOperands()">getOperands()</a></span> - Method in interface org.eclipse.oomph.predicates.<a href="./org/eclipse/oomph/predicates/OrPredicate.html" title="interface in org.eclipse.oomph.predicates">OrPredicate</a></dt>
<dd>
<div class="block">Returns the value of the '<em><b>Operands</b></em>' containment reference list.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/ui/UIUtil.html#getOrCreateSection(org.eclipse.jface.dialogs.IDialogSettings,%20java.lang.String)">getOrCreateSection(IDialogSettings, String)</a></span> - Static method in class org.eclipse.oomph.ui.<a href="./org/eclipse/oomph/ui/UIUtil.html" title="class in org.eclipse.oomph.ui">UIUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/impl/PredicatesPackageImpl.html#getOrPredicate()">getOrPredicate()</a></span> - Method in class org.eclipse.oomph.predicates.impl.<a href="./org/eclipse/oomph/predicates/impl/PredicatesPackageImpl.html" title="class in org.eclipse.oomph.predicates.impl">PredicatesPackageImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/PredicatesPackage.html#getOrPredicate()">getOrPredicate()</a></span> - Method in interface org.eclipse.oomph.predicates.<a href="./org/eclipse/oomph/predicates/PredicatesPackage.html" title="interface in org.eclipse.oomph.predicates">PredicatesPackage</a></dt>
<dd>
<div class="block">Returns the meta object for class '<a href="./org/eclipse/oomph/predicates/OrPredicate.html" title="interface in org.eclipse.oomph.predicates"><code><em>Or Predicate</em></code></a>'.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/impl/PredicatesPackageImpl.html#getOrPredicate_Operands()">getOrPredicate_Operands()</a></span> - Method in class org.eclipse.oomph.predicates.impl.<a href="./org/eclipse/oomph/predicates/impl/PredicatesPackageImpl.html" title="class in org.eclipse.oomph.predicates.impl">PredicatesPackageImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/PredicatesPackage.html#getOrPredicate_Operands()">getOrPredicate_Operands()</a></span> - Method in interface org.eclipse.oomph.predicates.<a href="./org/eclipse/oomph/predicates/PredicatesPackage.html" title="interface in org.eclipse.oomph.predicates">PredicatesPackage</a></dt>
<dd>
<div class="block">Returns the meta object for the containment reference list '<a href="./org/eclipse/oomph/predicates/OrPredicate.html#getOperands()"><code><em>Operands</em></code></a>'.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/base/impl/BaseFactoryImpl.html#getPackage()">getPackage()</a></span> - Static method in class org.eclipse.oomph.base.impl.<a href="./org/eclipse/oomph/base/impl/BaseFactoryImpl.html" title="class in org.eclipse.oomph.base.impl">BaseFactoryImpl</a></dt>
<dd>
<div class="block"><span class="strong">Deprecated.</span>&nbsp;</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/impl/PredicatesFactoryImpl.html#getPackage()">getPackage()</a></span> - Static method in class org.eclipse.oomph.predicates.impl.<a href="./org/eclipse/oomph/predicates/impl/PredicatesFactoryImpl.html" title="class in org.eclipse.oomph.predicates.impl">PredicatesFactoryImpl</a></dt>
<dd>
<div class="block"><span class="strong">Deprecated.</span>&nbsp;</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/impl/ResourcesFactoryImpl.html#getPackage()">getPackage()</a></span> - Static method in class org.eclipse.oomph.resources.impl.<a href="./org/eclipse/oomph/resources/impl/ResourcesFactoryImpl.html" title="class in org.eclipse.oomph.resources.impl">ResourcesFactoryImpl</a></dt>
<dd>
<div class="block"><span class="strong">Deprecated.</span>&nbsp;</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/backend/BackendResource.html#getParent()">getParent()</a></span> - Method in class org.eclipse.oomph.resources.backend.<a href="./org/eclipse/oomph/resources/backend/BackendResource.html" title="class in org.eclipse.oomph.resources.backend">BackendResource</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/OomphPlugin.BundleFile.html#getParent()">getParent()</a></span> - Method in class org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/OomphPlugin.BundleFile.html" title="class in org.eclipse.oomph.util">OomphPlugin.BundleFile</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/OomphPlugin.BundleFile.html#getPath()">getPath()</a></span> - Method in class org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/OomphPlugin.BundleFile.html" title="class in org.eclipse.oomph.util">OomphPlugin.BundleFile</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/CommentPredicate.html#getPattern()">getPattern()</a></span> - Method in interface org.eclipse.oomph.predicates.<a href="./org/eclipse/oomph/predicates/CommentPredicate.html" title="interface in org.eclipse.oomph.predicates">CommentPredicate</a></dt>
<dd>
<div class="block">Returns the value of the '<em><b>Pattern</b></em>' attribute.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/impl/CommentPredicateImpl.html#getPattern()">getPattern()</a></span> - Method in class org.eclipse.oomph.predicates.impl.<a href="./org/eclipse/oomph/predicates/impl/CommentPredicateImpl.html" title="class in org.eclipse.oomph.predicates.impl">CommentPredicateImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/impl/LocationPredicateImpl.html#getPattern()">getPattern()</a></span> - Method in class org.eclipse.oomph.predicates.impl.<a href="./org/eclipse/oomph/predicates/impl/LocationPredicateImpl.html" title="class in org.eclipse.oomph.predicates.impl">LocationPredicateImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/impl/NamePredicateImpl.html#getPattern()">getPattern()</a></span> - Method in class org.eclipse.oomph.predicates.impl.<a href="./org/eclipse/oomph/predicates/impl/NamePredicateImpl.html" title="class in org.eclipse.oomph.predicates.impl">NamePredicateImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/impl/PredicateImpl.html#getPattern(java.lang.String)">getPattern(String)</a></span> - Method in class org.eclipse.oomph.predicates.impl.<a href="./org/eclipse/oomph/predicates/impl/PredicateImpl.html" title="class in org.eclipse.oomph.predicates.impl">PredicateImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/LocationPredicate.html#getPattern()">getPattern()</a></span> - Method in interface org.eclipse.oomph.predicates.<a href="./org/eclipse/oomph/predicates/LocationPredicate.html" title="interface in org.eclipse.oomph.predicates">LocationPredicate</a></dt>
<dd>
<div class="block">Returns the value of the '<em><b>Pattern</b></em>' attribute.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/NamePredicate.html#getPattern()">getPattern()</a></span> - Method in interface org.eclipse.oomph.predicates.<a href="./org/eclipse/oomph/predicates/NamePredicate.html" title="interface in org.eclipse.oomph.predicates">NamePredicate</a></dt>
<dd>
<div class="block">Returns the value of the '<em><b>Pattern</b></em>' attribute.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/impl/PredicatesPackageImpl.html#getPredicate()">getPredicate()</a></span> - Method in class org.eclipse.oomph.predicates.impl.<a href="./org/eclipse/oomph/predicates/impl/PredicatesPackageImpl.html" title="class in org.eclipse.oomph.predicates.impl">PredicatesPackageImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/PredicatesPackage.html#getPredicate()">getPredicate()</a></span> - Method in interface org.eclipse.oomph.predicates.<a href="./org/eclipse/oomph/predicates/PredicatesPackage.html" title="interface in org.eclipse.oomph.predicates">PredicatesPackage</a></dt>
<dd>
<div class="block">Returns the meta object for class '<a href="./org/eclipse/oomph/predicates/Predicate.html" title="interface in org.eclipse.oomph.predicates"><code><em>Predicate</em></code></a>'.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/PredicateIterator.html#getPredicate()">getPredicate()</a></span> - Method in class org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/PredicateIterator.html" title="class in org.eclipse.oomph.util">PredicateIterator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/impl/PredicatesPackageImpl.html#getPredicate__Matches__IResource()">getPredicate__Matches__IResource()</a></span> - Method in class org.eclipse.oomph.predicates.impl.<a href="./org/eclipse/oomph/predicates/impl/PredicatesPackageImpl.html" title="class in org.eclipse.oomph.predicates.impl">PredicatesPackageImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/PredicatesPackage.html#getPredicate__Matches__IResource()">getPredicate__Matches__IResource()</a></span> - Method in interface org.eclipse.oomph.predicates.<a href="./org/eclipse/oomph/predicates/PredicatesPackage.html" title="interface in org.eclipse.oomph.predicates">PredicatesPackage</a></dt>
<dd>
<div class="block">Returns the meta object for the '<a href="./org/eclipse/oomph/predicates/Predicate.html#matches(org.eclipse.core.resources.IResource)"><code><em>Matches</em></code></a>' operation.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/impl/SourceLocatorImpl.html#getPredicates()">getPredicates()</a></span> - Method in class org.eclipse.oomph.resources.impl.<a href="./org/eclipse/oomph/resources/impl/SourceLocatorImpl.html" title="class in org.eclipse.oomph.resources.impl">SourceLocatorImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/SourceLocator.html#getPredicates()">getPredicates()</a></span> - Method in interface org.eclipse.oomph.resources.<a href="./org/eclipse/oomph/resources/SourceLocator.html" title="interface in org.eclipse.oomph.resources">SourceLocator</a></dt>
<dd>
<div class="block">Returns the value of the '<em><b>Predicates</b></em>' containment reference list.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/impl/PredicatesPackageImpl.html#getPredicatesFactory()">getPredicatesFactory()</a></span> - Method in class org.eclipse.oomph.predicates.impl.<a href="./org/eclipse/oomph/predicates/impl/PredicatesPackageImpl.html" title="class in org.eclipse.oomph.predicates.impl">PredicatesPackageImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/PredicatesPackage.html#getPredicatesFactory()">getPredicatesFactory()</a></span> - Method in interface org.eclipse.oomph.predicates.<a href="./org/eclipse/oomph/predicates/PredicatesPackage.html" title="interface in org.eclipse.oomph.predicates">PredicatesPackage</a></dt>
<dd>
<div class="block">Returns the factory that creates the instances of the model.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/impl/PredicatesFactoryImpl.html#getPredicatesPackage()">getPredicatesPackage()</a></span> - Method in class org.eclipse.oomph.predicates.impl.<a href="./org/eclipse/oomph/predicates/impl/PredicatesFactoryImpl.html" title="class in org.eclipse.oomph.predicates.impl">PredicatesFactoryImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/PredicatesFactory.html#getPredicatesPackage()">getPredicatesPackage()</a></span> - Method in interface org.eclipse.oomph.predicates.<a href="./org/eclipse/oomph/predicates/PredicatesFactory.html" title="interface in org.eclipse.oomph.predicates">PredicatesFactory</a></dt>
<dd>
<div class="block">Returns the package supported by this factory.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/ui/OomphUIPlugin.html#getPreferenceStore()">getPreferenceStore()</a></span> - Method in class org.eclipse.oomph.ui.<a href="./org/eclipse/oomph/ui/OomphUIPlugin.html" title="class in org.eclipse.oomph.ui">OomphUIPlugin</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/impl/ResourcesPackageImpl.html#getProgressMonitor()">getProgressMonitor()</a></span> - Method in class org.eclipse.oomph.resources.impl.<a href="./org/eclipse/oomph/resources/impl/ResourcesPackageImpl.html" title="class in org.eclipse.oomph.resources.impl">ResourcesPackageImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/ResourcesPackage.html#getProgressMonitor()">getProgressMonitor()</a></span> - Method in interface org.eclipse.oomph.resources.<a href="./org/eclipse/oomph/resources/ResourcesPackage.html" title="interface in org.eclipse.oomph.resources">ResourcesPackage</a></dt>
<dd>
<div class="block">Returns the meta object for data type '<a href="http://help.eclipse.org/topic//org.eclipse.platform.doc.isv/reference/api/org/eclipse/core/runtime/IProgressMonitor.html?is-external=true" title="class or interface in org.eclipse.core.runtime"><code><em>Progress Monitor</em></code></a>'.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/impl/PredicatesPackageImpl.html#getProject()">getProject()</a></span> - Method in class org.eclipse.oomph.predicates.impl.<a href="./org/eclipse/oomph/predicates/impl/PredicatesPackageImpl.html" title="class in org.eclipse.oomph.predicates.impl">PredicatesPackageImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/impl/RepositoryPredicateImpl.html#getProject()">getProject()</a></span> - Method in class org.eclipse.oomph.predicates.impl.<a href="./org/eclipse/oomph/predicates/impl/RepositoryPredicateImpl.html" title="class in org.eclipse.oomph.predicates.impl">RepositoryPredicateImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/PredicatesPackage.html#getProject()">getProject()</a></span> - Method in interface org.eclipse.oomph.predicates.<a href="./org/eclipse/oomph/predicates/PredicatesPackage.html" title="interface in org.eclipse.oomph.predicates">PredicatesPackage</a></dt>
<dd>
<div class="block">Returns the meta object for data type '<a href="http://help.eclipse.org/topic//org.eclipse.platform.doc.isv/reference/api/org/eclipse/core/resources/IProject.html?is-external=true" title="class or interface in org.eclipse.core.resources"><code><em>Project</em></code></a>'.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/RepositoryPredicate.html#getProject()">getProject()</a></span> - Method in interface org.eclipse.oomph.predicates.<a href="./org/eclipse/oomph/predicates/RepositoryPredicate.html" title="interface in org.eclipse.oomph.predicates">RepositoryPredicate</a></dt>
<dd>
<div class="block">Returns the value of the '<em><b>Project</b></em>' attribute.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/impl/SourceLocatorImpl.html#getProjectFactories()">getProjectFactories()</a></span> - Method in class org.eclipse.oomph.resources.impl.<a href="./org/eclipse/oomph/resources/impl/SourceLocatorImpl.html" title="class in org.eclipse.oomph.resources.impl">SourceLocatorImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/SourceLocator.html#getProjectFactories()">getProjectFactories()</a></span> - Method in interface org.eclipse.oomph.resources.<a href="./org/eclipse/oomph/resources/SourceLocator.html" title="interface in org.eclipse.oomph.resources">SourceLocator</a></dt>
<dd>
<div class="block">Returns the value of the '<em><b>Project Factories</b></em>' containment reference list.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/impl/ResourcesPackageImpl.html#getProjectFactory()">getProjectFactory()</a></span> - Method in class org.eclipse.oomph.resources.impl.<a href="./org/eclipse/oomph/resources/impl/ResourcesPackageImpl.html" title="class in org.eclipse.oomph.resources.impl">ResourcesPackageImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/ResourcesPackage.html#getProjectFactory()">getProjectFactory()</a></span> - Method in interface org.eclipse.oomph.resources.<a href="./org/eclipse/oomph/resources/ResourcesPackage.html" title="interface in org.eclipse.oomph.resources">ResourcesPackage</a></dt>
<dd>
<div class="block">Returns the meta object for class '<a href="./org/eclipse/oomph/resources/ProjectFactory.html" title="interface in org.eclipse.oomph.resources"><code><em>Project Factory</em></code></a>'.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/impl/ResourcesPackageImpl.html#getProjectFactory__CreateProject__BackendContainer_BackendContainer_IProgressMonitor()">getProjectFactory__CreateProject__BackendContainer_BackendContainer_IProgressMonitor()</a></span> - Method in class org.eclipse.oomph.resources.impl.<a href="./org/eclipse/oomph/resources/impl/ResourcesPackageImpl.html" title="class in org.eclipse.oomph.resources.impl">ResourcesPackageImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/ResourcesPackage.html#getProjectFactory__CreateProject__BackendContainer_BackendContainer_IProgressMonitor()">getProjectFactory__CreateProject__BackendContainer_BackendContainer_IProgressMonitor()</a></span> - Method in interface org.eclipse.oomph.resources.<a href="./org/eclipse/oomph/resources/ResourcesPackage.html" title="interface in org.eclipse.oomph.resources">ResourcesPackage</a></dt>
<dd>
<div class="block">Returns the meta object for the '<a href="./org/eclipse/oomph/resources/ProjectFactory.html#createProject(org.eclipse.oomph.resources.backend.BackendContainer,%20org.eclipse.oomph.resources.backend.BackendContainer,%20org.eclipse.core.runtime.IProgressMonitor)"><code><em>Create Project</em></code></a>' operation.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/impl/ResourcesPackageImpl.html#getProjectFactory__IsExcludedPath__BackendContainer_BackendContainer()">getProjectFactory__IsExcludedPath__BackendContainer_BackendContainer()</a></span> - Method in class org.eclipse.oomph.resources.impl.<a href="./org/eclipse/oomph/resources/impl/ResourcesPackageImpl.html" title="class in org.eclipse.oomph.resources.impl">ResourcesPackageImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/ResourcesPackage.html#getProjectFactory__IsExcludedPath__BackendContainer_BackendContainer()">getProjectFactory__IsExcludedPath__BackendContainer_BackendContainer()</a></span> - Method in interface org.eclipse.oomph.resources.<a href="./org/eclipse/oomph/resources/ResourcesPackage.html" title="interface in org.eclipse.oomph.resources">ResourcesPackage</a></dt>
<dd>
<div class="block">Returns the meta object for the '<a href="./org/eclipse/oomph/resources/ProjectFactory.html#isExcludedPath(org.eclipse.oomph.resources.backend.BackendContainer,%20org.eclipse.oomph.resources.backend.BackendContainer)"><code><em>Is Excluded Path</em></code></a>' operation.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/impl/ResourcesPackageImpl.html#getProjectFactory_ExcludedPaths()">getProjectFactory_ExcludedPaths()</a></span> - Method in class org.eclipse.oomph.resources.impl.<a href="./org/eclipse/oomph/resources/impl/ResourcesPackageImpl.html" title="class in org.eclipse.oomph.resources.impl">ResourcesPackageImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/ResourcesPackage.html#getProjectFactory_ExcludedPaths()">getProjectFactory_ExcludedPaths()</a></span> - Method in interface org.eclipse.oomph.resources.<a href="./org/eclipse/oomph/resources/ResourcesPackage.html" title="interface in org.eclipse.oomph.resources">ResourcesPackage</a></dt>
<dd>
<div class="block">Returns the meta object for the attribute list '<a href="./org/eclipse/oomph/resources/ProjectFactory.html#getExcludedPaths()"><code><em>Excluded Paths</em></code></a>'.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/impl/ResourcesPackageImpl.html#getProjectHandler()">getProjectHandler()</a></span> - Method in class org.eclipse.oomph.resources.impl.<a href="./org/eclipse/oomph/resources/impl/ResourcesPackageImpl.html" title="class in org.eclipse.oomph.resources.impl">ResourcesPackageImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/ResourcesPackage.html#getProjectHandler()">getProjectHandler()</a></span> - Method in interface org.eclipse.oomph.resources.<a href="./org/eclipse/oomph/resources/ResourcesPackage.html" title="interface in org.eclipse.oomph.resources">ResourcesPackage</a></dt>
<dd>
<div class="block">Returns the meta object for data type '<a href="./org/eclipse/oomph/resources/ProjectHandler.html" title="interface in org.eclipse.oomph.resources"><code><em>Project Handler</em></code></a>'.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/ProjectHandler.Collector.html#getProjectMap()">getProjectMap()</a></span> - Method in class org.eclipse.oomph.resources.<a href="./org/eclipse/oomph/resources/ProjectHandler.Collector.html" title="class in org.eclipse.oomph.resources">ProjectHandler.Collector</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/ResourcesUtil.html#getProjectName(java.io.File)">getProjectName(File)</a></span> - Static method in class org.eclipse.oomph.resources.<a href="./org/eclipse/oomph/resources/ResourcesUtil.html" title="class in org.eclipse.oomph.resources">ResourcesUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/PropertiesUtil.html#getProperty(java.lang.String)">getProperty(String)</a></span> - Static method in class org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/PropertiesUtil.html" title="class in org.eclipse.oomph.util">PropertiesUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/PropertiesUtil.html#getProperty(java.lang.String,%20java.lang.String)">getProperty(String, String)</a></span> - Static method in class org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/PropertiesUtil.html" title="class in org.eclipse.oomph.util">PropertiesUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/PropertyFile.html#getProperty(java.lang.String,%20java.lang.String)">getProperty(String, String)</a></span> - Method in class org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/PropertyFile.html" title="class in org.eclipse.oomph.util">PropertyFile</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/base/Annotation.html#getReferences()">getReferences()</a></span> - Method in interface org.eclipse.oomph.base.<a href="./org/eclipse/oomph/base/Annotation.html" title="interface in org.eclipse.oomph.base">Annotation</a></dt>
<dd>
<div class="block">Returns the value of the '<em><b>References</b></em>' reference list.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/base/impl/AnnotationImpl.html#getReferences()">getReferences()</a></span> - Method in class org.eclipse.oomph.base.impl.<a href="./org/eclipse/oomph/base/impl/AnnotationImpl.html" title="class in org.eclipse.oomph.base.impl">AnnotationImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/backend/BackendResource.html#getRelativePath(org.eclipse.oomph.resources.backend.BackendContainer)">getRelativePath(BackendContainer)</a></span> - Method in class org.eclipse.oomph.resources.backend.<a href="./org/eclipse/oomph/resources/backend/BackendResource.html" title="class in org.eclipse.oomph.resources.backend">BackendResource</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/backend/BackendResource.html#getRelativeURI(org.eclipse.oomph.resources.backend.BackendContainer)">getRelativeURI(BackendContainer)</a></span> - Method in class org.eclipse.oomph.resources.backend.<a href="./org/eclipse/oomph/resources/backend/BackendResource.html" title="class in org.eclipse.oomph.resources.backend">BackendResource</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/impl/PredicatesPackageImpl.html#getRepositoryPredicate()">getRepositoryPredicate()</a></span> - Method in class org.eclipse.oomph.predicates.impl.<a href="./org/eclipse/oomph/predicates/impl/PredicatesPackageImpl.html" title="class in org.eclipse.oomph.predicates.impl">PredicatesPackageImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/PredicatesPackage.html#getRepositoryPredicate()">getRepositoryPredicate()</a></span> - Method in interface org.eclipse.oomph.predicates.<a href="./org/eclipse/oomph/predicates/PredicatesPackage.html" title="interface in org.eclipse.oomph.predicates">PredicatesPackage</a></dt>
<dd>
<div class="block">Returns the meta object for class '<a href="./org/eclipse/oomph/predicates/RepositoryPredicate.html" title="interface in org.eclipse.oomph.predicates"><code><em>Repository Predicate</em></code></a>'.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/impl/PredicatesPackageImpl.html#getRepositoryPredicate_Project()">getRepositoryPredicate_Project()</a></span> - Method in class org.eclipse.oomph.predicates.impl.<a href="./org/eclipse/oomph/predicates/impl/PredicatesPackageImpl.html" title="class in org.eclipse.oomph.predicates.impl">PredicatesPackageImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/PredicatesPackage.html#getRepositoryPredicate_Project()">getRepositoryPredicate_Project()</a></span> - Method in interface org.eclipse.oomph.predicates.<a href="./org/eclipse/oomph/predicates/PredicatesPackage.html" title="interface in org.eclipse.oomph.predicates">PredicatesPackage</a></dt>
<dd>
<div class="block">Returns the meta object for the attribute '<a href="./org/eclipse/oomph/predicates/RepositoryPredicate.html#getProject()"><code><em>Project</em></code></a>'.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/impl/PredicatesPackageImpl.html#getResource()">getResource()</a></span> - Method in class org.eclipse.oomph.predicates.impl.<a href="./org/eclipse/oomph/predicates/impl/PredicatesPackageImpl.html" title="class in org.eclipse.oomph.predicates.impl">PredicatesPackageImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/PredicatesPackage.html#getResource()">getResource()</a></span> - Method in interface org.eclipse.oomph.predicates.<a href="./org/eclipse/oomph/predicates/PredicatesPackage.html" title="interface in org.eclipse.oomph.predicates">PredicatesPackage</a></dt>
<dd>
<div class="block">Returns the meta object for data type '<a href="http://help.eclipse.org/topic//org.eclipse.platform.doc.isv/reference/api/org/eclipse/core/resources/IResource.html?is-external=true" title="class or interface in org.eclipse.core.resources"><code><em>Resource</em></code></a>'.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/base/util/BaseValidator.html#getResourceLocator()">getResourceLocator()</a></span> - Method in class org.eclipse.oomph.base.util.<a href="./org/eclipse/oomph/base/util/BaseValidator.html" title="class in org.eclipse.oomph.base.util">BaseValidator</a></dt>
<dd>
<div class="block">Returns the resource locator that will be used to fetch messages for this validator's diagnostics.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/impl/ResourcesPackageImpl.html#getResourcesFactory()">getResourcesFactory()</a></span> - Method in class org.eclipse.oomph.resources.impl.<a href="./org/eclipse/oomph/resources/impl/ResourcesPackageImpl.html" title="class in org.eclipse.oomph.resources.impl">ResourcesPackageImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/ResourcesPackage.html#getResourcesFactory()">getResourcesFactory()</a></span> - Method in interface org.eclipse.oomph.resources.<a href="./org/eclipse/oomph/resources/ResourcesPackage.html" title="interface in org.eclipse.oomph.resources">ResourcesPackage</a></dt>
<dd>
<div class="block">Returns the factory that creates the instances of the model.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/impl/ResourcesFactoryImpl.html#getResourcesPackage()">getResourcesPackage()</a></span> - Method in class org.eclipse.oomph.resources.impl.<a href="./org/eclipse/oomph/resources/impl/ResourcesFactoryImpl.html" title="class in org.eclipse.oomph.resources.impl">ResourcesFactoryImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/ResourcesFactory.html#getResourcesPackage()">getResourcesPackage()</a></span> - Method in interface org.eclipse.oomph.resources.<a href="./org/eclipse/oomph/resources/ResourcesFactory.html" title="interface in org.eclipse.oomph.resources">ResourcesFactory</a></dt>
<dd>
<div class="block">Returns the package supported by this factory.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/backend/LocalBackendSystem.html#getRoot()">getRoot()</a></span> - Method in class org.eclipse.oomph.resources.backend.<a href="./org/eclipse/oomph/resources/backend/LocalBackendSystem.html" title="class in org.eclipse.oomph.resources.backend">LocalBackendSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/impl/SourceLocatorImpl.html#getRootContainer(org.eclipse.oomph.resources.SourceLocator)">getRootContainer(SourceLocator)</a></span> - Static method in class org.eclipse.oomph.resources.impl.<a href="./org/eclipse/oomph/resources/impl/SourceLocatorImpl.html" title="class in org.eclipse.oomph.resources.impl">SourceLocatorImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/OomphPlugin.html#getRootFile()">getRootFile()</a></span> - Method in class org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/OomphPlugin.html" title="class in org.eclipse.oomph.util">OomphPlugin</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/impl/SourceLocatorImpl.html#getRootFolder()">getRootFolder()</a></span> - Method in class org.eclipse.oomph.resources.impl.<a href="./org/eclipse/oomph/resources/impl/SourceLocatorImpl.html" title="class in org.eclipse.oomph.resources.impl">SourceLocatorImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/SourceLocator.html#getRootFolder()">getRootFolder()</a></span> - Method in interface org.eclipse.oomph.resources.<a href="./org/eclipse/oomph/resources/SourceLocator.html" title="interface in org.eclipse.oomph.resources">SourceLocator</a></dt>
<dd>
<div class="block">Returns the value of the '<em><b>Root Folder</b></em>' attribute.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/base/util/BaseUtil.html#getRootURI(org.eclipse.emf.ecore.EObject)">getRootURI(EObject)</a></span> - Static method in class org.eclipse.oomph.base.util.<a href="./org/eclipse/oomph/base/util/BaseUtil.html" title="class in org.eclipse.oomph.base.util">BaseUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/OomphPlugin.html#getService(java.lang.Class)">getService(Class&lt;T&gt;)</a></span> - Method in class org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/OomphPlugin.html" title="class in org.eclipse.oomph.util">OomphPlugin</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/ServiceUtil.html#getService(org.osgi.framework.BundleContext,%20java.lang.Class)">getService(BundleContext, Class&lt;T&gt;)</a></span> - Static method in class org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/ServiceUtil.html" title="class in org.eclipse.oomph.util">ServiceUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/CollectionUtil.html#getSet(java.util.Map,%20K)">getSet(Map&lt;K, Set&lt;V&gt;&gt;, K)</a></span> - Static method in class org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/CollectionUtil.html" title="class in org.eclipse.oomph.util">CollectionUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/IOUtil.html#getSHA1(java.lang.String)">getSHA1(String)</a></span> - Static method in class org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/IOUtil.html" title="class in org.eclipse.oomph.util">IOUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/IOUtil.html#getSHA1(java.io.InputStream)">getSHA1(InputStream)</a></span> - Static method in class org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/IOUtil.html" title="class in org.eclipse.oomph.util">IOUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/ui/UICallback.html#getShell()">getShell()</a></span> - Method in class org.eclipse.oomph.ui.<a href="./org/eclipse/oomph/ui/UICallback.html" title="class in org.eclipse.oomph.ui">UICallback</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/ui/UIUtil.html#getShell()">getShell()</a></span> - Static method in class org.eclipse.oomph.ui.<a href="./org/eclipse/oomph/ui/UIUtil.html" title="class in org.eclipse.oomph.ui">UIUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/ui/AbstractDialog.html#getShellText()">getShellText()</a></span> - Method in class org.eclipse.oomph.ui.<a href="./org/eclipse/oomph/ui/AbstractDialog.html" title="class in org.eclipse.oomph.ui">AbstractDialog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/ui/UICallback.html#getShellText()">getShellText()</a></span> - Method in class org.eclipse.oomph.ui.<a href="./org/eclipse/oomph/ui/UICallback.html" title="class in org.eclipse.oomph.ui">UICallback</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/base/Annotation.html#getSource()">getSource()</a></span> - Method in interface org.eclipse.oomph.base.<a href="./org/eclipse/oomph/base/Annotation.html" title="interface in org.eclipse.oomph.base">Annotation</a></dt>
<dd>
<div class="block">Returns the value of the '<em><b>Source</b></em>' attribute.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/base/impl/AnnotationImpl.html#getSource()">getSource()</a></span> - Method in class org.eclipse.oomph.base.impl.<a href="./org/eclipse/oomph/base/impl/AnnotationImpl.html" title="class in org.eclipse.oomph.base.impl">AnnotationImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/impl/ResourcesPackageImpl.html#getSourceLocator()">getSourceLocator()</a></span> - Method in class org.eclipse.oomph.resources.impl.<a href="./org/eclipse/oomph/resources/impl/ResourcesPackageImpl.html" title="class in org.eclipse.oomph.resources.impl">ResourcesPackageImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/ResourcesPackage.html#getSourceLocator()">getSourceLocator()</a></span> - Method in interface org.eclipse.oomph.resources.<a href="./org/eclipse/oomph/resources/ResourcesPackage.html" title="interface in org.eclipse.oomph.resources">ResourcesPackage</a></dt>
<dd>
<div class="block">Returns the meta object for class '<a href="./org/eclipse/oomph/resources/SourceLocator.html" title="interface in org.eclipse.oomph.resources"><code><em>Source Locator</em></code></a>'.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/impl/ResourcesPackageImpl.html#getSourceLocator__HandleProjects__EList_ProjectHandler_MultiStatus_IProgressMonitor()">getSourceLocator__HandleProjects__EList_ProjectHandler_MultiStatus_IProgressMonitor()</a></span> - Method in class org.eclipse.oomph.resources.impl.<a href="./org/eclipse/oomph/resources/impl/ResourcesPackageImpl.html" title="class in org.eclipse.oomph.resources.impl">ResourcesPackageImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/ResourcesPackage.html#getSourceLocator__HandleProjects__EList_ProjectHandler_MultiStatus_IProgressMonitor()">getSourceLocator__HandleProjects__EList_ProjectHandler_MultiStatus_IProgressMonitor()</a></span> - Method in interface org.eclipse.oomph.resources.<a href="./org/eclipse/oomph/resources/ResourcesPackage.html" title="interface in org.eclipse.oomph.resources">ResourcesPackage</a></dt>
<dd>
<div class="block">Returns the meta object for the '<a href="./org/eclipse/oomph/resources/SourceLocator.html#handleProjects(org.eclipse.emf.common.util.EList,%20org.eclipse.oomph.resources.ProjectHandler,%20org.eclipse.core.runtime.MultiStatus,%20org.eclipse.core.runtime.IProgressMonitor)"><code><em>Handle Projects</em></code></a>' operation.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/impl/ResourcesPackageImpl.html#getSourceLocator__LoadProject__EList_BackendContainer_IProgressMonitor()">getSourceLocator__LoadProject__EList_BackendContainer_IProgressMonitor()</a></span> - Method in class org.eclipse.oomph.resources.impl.<a href="./org/eclipse/oomph/resources/impl/ResourcesPackageImpl.html" title="class in org.eclipse.oomph.resources.impl">ResourcesPackageImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/ResourcesPackage.html#getSourceLocator__LoadProject__EList_BackendContainer_IProgressMonitor()">getSourceLocator__LoadProject__EList_BackendContainer_IProgressMonitor()</a></span> - Method in interface org.eclipse.oomph.resources.<a href="./org/eclipse/oomph/resources/ResourcesPackage.html" title="interface in org.eclipse.oomph.resources">ResourcesPackage</a></dt>
<dd>
<div class="block">Returns the meta object for the '<a href="./org/eclipse/oomph/resources/SourceLocator.html#loadProject(org.eclipse.emf.common.util.EList,%20org.eclipse.oomph.resources.backend.BackendContainer,%20org.eclipse.core.runtime.IProgressMonitor)"><code><em>Load Project</em></code></a>' operation.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/impl/ResourcesPackageImpl.html#getSourceLocator__Matches__IProject()">getSourceLocator__Matches__IProject()</a></span> - Method in class org.eclipse.oomph.resources.impl.<a href="./org/eclipse/oomph/resources/impl/ResourcesPackageImpl.html" title="class in org.eclipse.oomph.resources.impl">ResourcesPackageImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/ResourcesPackage.html#getSourceLocator__Matches__IProject()">getSourceLocator__Matches__IProject()</a></span> - Method in interface org.eclipse.oomph.resources.<a href="./org/eclipse/oomph/resources/ResourcesPackage.html" title="interface in org.eclipse.oomph.resources">ResourcesPackage</a></dt>
<dd>
<div class="block">Returns the meta object for the '<a href="./org/eclipse/oomph/resources/SourceLocator.html#matches(org.eclipse.core.resources.IProject)"><code><em>Matches</em></code></a>' operation.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/impl/ResourcesPackageImpl.html#getSourceLocator_ExcludedPaths()">getSourceLocator_ExcludedPaths()</a></span> - Method in class org.eclipse.oomph.resources.impl.<a href="./org/eclipse/oomph/resources/impl/ResourcesPackageImpl.html" title="class in org.eclipse.oomph.resources.impl">ResourcesPackageImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/ResourcesPackage.html#getSourceLocator_ExcludedPaths()">getSourceLocator_ExcludedPaths()</a></span> - Method in interface org.eclipse.oomph.resources.<a href="./org/eclipse/oomph/resources/ResourcesPackage.html" title="interface in org.eclipse.oomph.resources">ResourcesPackage</a></dt>
<dd>
<div class="block">Returns the meta object for the attribute list '<a href="./org/eclipse/oomph/resources/SourceLocator.html#getExcludedPaths()"><code><em>Excluded Paths</em></code></a>'.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/impl/ResourcesPackageImpl.html#getSourceLocator_LocateNestedProjects()">getSourceLocator_LocateNestedProjects()</a></span> - Method in class org.eclipse.oomph.resources.impl.<a href="./org/eclipse/oomph/resources/impl/ResourcesPackageImpl.html" title="class in org.eclipse.oomph.resources.impl">ResourcesPackageImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/ResourcesPackage.html#getSourceLocator_LocateNestedProjects()">getSourceLocator_LocateNestedProjects()</a></span> - Method in interface org.eclipse.oomph.resources.<a href="./org/eclipse/oomph/resources/ResourcesPackage.html" title="interface in org.eclipse.oomph.resources">ResourcesPackage</a></dt>
<dd>
<div class="block">Returns the meta object for the attribute '<a href="./org/eclipse/oomph/resources/SourceLocator.html#isLocateNestedProjects()"><code><em>Locate Nested Projects</em></code></a>'.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/impl/ResourcesPackageImpl.html#getSourceLocator_Predicates()">getSourceLocator_Predicates()</a></span> - Method in class org.eclipse.oomph.resources.impl.<a href="./org/eclipse/oomph/resources/impl/ResourcesPackageImpl.html" title="class in org.eclipse.oomph.resources.impl">ResourcesPackageImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/ResourcesPackage.html#getSourceLocator_Predicates()">getSourceLocator_Predicates()</a></span> - Method in interface org.eclipse.oomph.resources.<a href="./org/eclipse/oomph/resources/ResourcesPackage.html" title="interface in org.eclipse.oomph.resources">ResourcesPackage</a></dt>
<dd>
<div class="block">Returns the meta object for the containment reference list '<a href="./org/eclipse/oomph/resources/SourceLocator.html#getPredicates()"><code><em>Predicates</em></code></a>'.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/impl/ResourcesPackageImpl.html#getSourceLocator_ProjectFactories()">getSourceLocator_ProjectFactories()</a></span> - Method in class org.eclipse.oomph.resources.impl.<a href="./org/eclipse/oomph/resources/impl/ResourcesPackageImpl.html" title="class in org.eclipse.oomph.resources.impl">ResourcesPackageImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/ResourcesPackage.html#getSourceLocator_ProjectFactories()">getSourceLocator_ProjectFactories()</a></span> - Method in interface org.eclipse.oomph.resources.<a href="./org/eclipse/oomph/resources/ResourcesPackage.html" title="interface in org.eclipse.oomph.resources">ResourcesPackage</a></dt>
<dd>
<div class="block">Returns the meta object for the containment reference list '<a href="./org/eclipse/oomph/resources/SourceLocator.html#getProjectFactories()"><code><em>Project Factories</em></code></a>'.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/impl/ResourcesPackageImpl.html#getSourceLocator_RootFolder()">getSourceLocator_RootFolder()</a></span> - Method in class org.eclipse.oomph.resources.impl.<a href="./org/eclipse/oomph/resources/impl/ResourcesPackageImpl.html" title="class in org.eclipse.oomph.resources.impl">ResourcesPackageImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/ResourcesPackage.html#getSourceLocator_RootFolder()">getSourceLocator_RootFolder()</a></span> - Method in interface org.eclipse.oomph.resources.<a href="./org/eclipse/oomph/resources/ResourcesPackage.html" title="interface in org.eclipse.oomph.resources">ResourcesPackage</a></dt>
<dd>
<div class="block">Returns the meta object for the attribute '<a href="./org/eclipse/oomph/resources/SourceLocator.html#getRootFolder()"><code><em>Root Folder</em></code></a>'.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/OomphPlugin.html#getStateLocation()">getStateLocation()</a></span> - Method in class org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/OomphPlugin.html" title="class in org.eclipse.oomph.util">OomphPlugin</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/OomphPlugin.html#getStatus(java.lang.Object)">getStatus(Object)</a></span> - Method in class org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/OomphPlugin.html" title="class in org.eclipse.oomph.util">OomphPlugin</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/base/BasePackage.html#getStringToStringMapEntry()">getStringToStringMapEntry()</a></span> - Method in interface org.eclipse.oomph.base.<a href="./org/eclipse/oomph/base/BasePackage.html" title="interface in org.eclipse.oomph.base">BasePackage</a></dt>
<dd>
<div class="block">Returns the meta object for class '<a href="http://download.oracle.com/javase/1.5.0/docs/api/java/util/Map.Entry.html?is-external=true" title="class or interface in java.util"><code><em>String To String Map Entry</em></code></a>'.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/base/impl/BasePackageImpl.html#getStringToStringMapEntry()">getStringToStringMapEntry()</a></span> - Method in class org.eclipse.oomph.base.impl.<a href="./org/eclipse/oomph/base/impl/BasePackageImpl.html" title="class in org.eclipse.oomph.base.impl">BasePackageImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/base/BasePackage.html#getStringToStringMapEntry_Key()">getStringToStringMapEntry_Key()</a></span> - Method in interface org.eclipse.oomph.base.<a href="./org/eclipse/oomph/base/BasePackage.html" title="interface in org.eclipse.oomph.base">BasePackage</a></dt>
<dd>
<div class="block">Returns the meta object for the attribute '<a href="http://download.oracle.com/javase/1.5.0/docs/api/java/util/Map.Entry.html?is-external=true" title="class or interface in java.util"><code><em>Key</em></code></a>'.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/base/impl/BasePackageImpl.html#getStringToStringMapEntry_Key()">getStringToStringMapEntry_Key()</a></span> - Method in class org.eclipse.oomph.base.impl.<a href="./org/eclipse/oomph/base/impl/BasePackageImpl.html" title="class in org.eclipse.oomph.base.impl">BasePackageImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/base/BasePackage.html#getStringToStringMapEntry_Value()">getStringToStringMapEntry_Value()</a></span> - Method in interface org.eclipse.oomph.base.<a href="./org/eclipse/oomph/base/BasePackage.html" title="interface in org.eclipse.oomph.base">BasePackage</a></dt>
<dd>
<div class="block">Returns the meta object for the attribute '<a href="http://download.oracle.com/javase/1.5.0/docs/api/java/util/Map.Entry.html?is-external=true" title="class or interface in java.util"><code><em>Value</em></code></a>'.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/base/impl/BasePackageImpl.html#getStringToStringMapEntry_Value()">getStringToStringMapEntry_Value()</a></span> - Method in class org.eclipse.oomph.base.impl.<a href="./org/eclipse/oomph/base/impl/BasePackageImpl.html" title="class in org.eclipse.oomph.base.impl">BasePackageImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/ui/OomphUIPlugin.html#getSWTImage(org.eclipse.jface.resource.ImageDescriptor)">getSWTImage(ImageDescriptor)</a></span> - Method in class org.eclipse.oomph.ui.<a href="./org/eclipse/oomph/ui/OomphUIPlugin.html" title="class in org.eclipse.oomph.ui">OomphUIPlugin</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/ui/OomphUIPlugin.html#getSWTImage(java.lang.String)">getSWTImage(String)</a></span> - Method in class org.eclipse.oomph.ui.<a href="./org/eclipse/oomph/ui/OomphUIPlugin.html" title="class in org.eclipse.oomph.ui">OomphUIPlugin</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/backend/BackendResource.html#getSystem()">getSystem()</a></span> - Method in class org.eclipse.oomph.resources.backend.<a href="./org/eclipse/oomph/resources/backend/BackendResource.html" title="class in org.eclipse.oomph.resources.backend">BackendResource</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/backend/BackendResource.html#getSystemRelativePath()">getSystemRelativePath()</a></span> - Method in class org.eclipse.oomph.resources.backend.<a href="./org/eclipse/oomph/resources/backend/BackendResource.html" title="class in org.eclipse.oomph.resources.backend">BackendResource</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/backend/BackendResource.html#getSystemRelativeURI()">getSystemRelativeURI()</a></span> - Method in class org.eclipse.oomph.resources.backend.<a href="./org/eclipse/oomph/resources/backend/BackendResource.html" title="class in org.eclipse.oomph.resources.backend">BackendResource</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/backend/BackendSystem.html#getSystemURI()">getSystemURI()</a></span> - Method in class org.eclipse.oomph.resources.backend.<a href="./org/eclipse/oomph/resources/backend/BackendSystem.html" title="class in org.eclipse.oomph.resources.backend">BackendSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/pde/TargetPlatformUtil.html#getTargetDefinition(java.lang.String,%20org.eclipse.core.runtime.IProgressMonitor)">getTargetDefinition(String, IProgressMonitor)</a></span> - Static method in class org.eclipse.oomph.util.pde.<a href="./org/eclipse/oomph/util/pde/TargetPlatformUtil.html" title="class in org.eclipse.oomph.util.pde">TargetPlatformUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/ZIPUtil.FileSystemUnzipHandler.html#getTargetFolder()">getTargetFolder()</a></span> - Method in class org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/ZIPUtil.FileSystemUnzipHandler.html" title="class in org.eclipse.oomph.util">ZIPUtil.FileSystemUnzipHandler</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/base/BasePackage.html#getText()">getText()</a></span> - Method in interface org.eclipse.oomph.base.<a href="./org/eclipse/oomph/base/BasePackage.html" title="interface in org.eclipse.oomph.base">BasePackage</a></dt>
<dd>
<div class="block">Returns the meta object for data type '<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"><code><em>Text</em></code></a>'.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/base/impl/BasePackageImpl.html#getText()">getText()</a></span> - Method in class org.eclipse.oomph.base.impl.<a href="./org/eclipse/oomph/base/impl/BasePackageImpl.html" title="class in org.eclipse.oomph.base.impl">BasePackageImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/ui/AbstractDialog.html#getTitle()">getTitle()</a></span> - Method in class org.eclipse.oomph.ui.<a href="./org/eclipse/oomph/ui/AbstractDialog.html" title="class in org.eclipse.oomph.ui">AbstractDialog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/ui/ToggleCommandHandler.html#getToggleState(java.lang.String)">getToggleState(String)</a></span> - Static method in class org.eclipse.oomph.ui.<a href="./org/eclipse/oomph/ui/ToggleCommandHandler.html" title="class in org.eclipse.oomph.ui">ToggleCommandHandler</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/backend/BackendFile.html#getType()">getType()</a></span> - Method in class org.eclipse.oomph.resources.backend.<a href="./org/eclipse/oomph/resources/backend/BackendFile.html" title="class in org.eclipse.oomph.resources.backend">BackendFile</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/backend/BackendFolder.html#getType()">getType()</a></span> - Method in class org.eclipse.oomph.resources.backend.<a href="./org/eclipse/oomph/resources/backend/BackendFolder.html" title="class in org.eclipse.oomph.resources.backend">BackendFolder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/backend/BackendResource.html#getType()">getType()</a></span> - Method in class org.eclipse.oomph.resources.backend.<a href="./org/eclipse/oomph/resources/backend/BackendResource.html" title="class in org.eclipse.oomph.resources.backend">BackendResource</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/backend/BackendSystem.html#getType()">getType()</a></span> - Method in class org.eclipse.oomph.resources.backend.<a href="./org/eclipse/oomph/resources/backend/BackendSystem.html" title="class in org.eclipse.oomph.resources.backend">BackendSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/backend/LocalBackendSystem.Member.html#getType()">getType()</a></span> - Method in class org.eclipse.oomph.resources.backend.<a href="./org/eclipse/oomph/resources/backend/LocalBackendSystem.Member.html" title="class in org.eclipse.oomph.resources.backend">LocalBackendSystem.Member</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/base/impl/StringToStringMapEntryImpl.html#getTypedKey()">getTypedKey()</a></span> - Method in class org.eclipse.oomph.base.impl.<a href="./org/eclipse/oomph/base/impl/StringToStringMapEntryImpl.html" title="class in org.eclipse.oomph.base.impl">StringToStringMapEntryImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/base/impl/StringToStringMapEntryImpl.html#getTypedValue()">getTypedValue()</a></span> - Method in class org.eclipse.oomph.base.impl.<a href="./org/eclipse/oomph/base/impl/StringToStringMapEntryImpl.html" title="class in org.eclipse.oomph.base.impl">StringToStringMapEntryImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/base/BasePackage.html#getURI()">getURI()</a></span> - Method in interface org.eclipse.oomph.base.<a href="./org/eclipse/oomph/base/BasePackage.html" title="interface in org.eclipse.oomph.base">BasePackage</a></dt>
<dd>
<div class="block">Returns the meta object for data type '<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"><code><em>URI</em></code></a>'.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/base/impl/BasePackageImpl.html#getURI()">getURI()</a></span> - Method in class org.eclipse.oomph.base.impl.<a href="./org/eclipse/oomph/base/impl/BasePackageImpl.html" title="class in org.eclipse.oomph.base.impl">BasePackageImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/OomphPlugin.html#getUserLocation()">getUserLocation()</a></span> - Method in class org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/OomphPlugin.html" title="class in org.eclipse.oomph.util">OomphPlugin</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/base/impl/StringToStringMapEntryImpl.html#getValue()">getValue()</a></span> - Method in class org.eclipse.oomph.base.impl.<a href="./org/eclipse/oomph/base/impl/StringToStringMapEntryImpl.html" title="class in org.eclipse.oomph.base.impl">StringToStringMapEntryImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/ReflectUtil.html#getValue(java.lang.reflect.Field,%20java.lang.Object)">getValue(Field, Object)</a></span> - Static method in class org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/ReflectUtil.html" title="class in org.eclipse.oomph.util">ReflectUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/ReflectUtil.html#getValue(java.lang.String,%20java.lang.Object)">getValue(String, Object)</a></span> - Static method in class org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/ReflectUtil.html" title="class in org.eclipse.oomph.util">ReflectUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/ui/AbstractDialog.html#getWidth()">getWidth()</a></span> - Method in class org.eclipse.oomph.ui.<a href="./org/eclipse/oomph/ui/AbstractDialog.html" title="class in org.eclipse.oomph.ui">AbstractDialog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/ui/OomphUIPlugin.html#getWorkbench()">getWorkbench()</a></span> - Method in class org.eclipse.oomph.ui.<a href="./org/eclipse/oomph/ui/OomphUIPlugin.html" title="class in org.eclipse.oomph.ui">OomphUIPlugin</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/impl/EclipseProjectFactoryImpl.html#getXMLFileName()">getXMLFileName()</a></span> - Method in class org.eclipse.oomph.resources.impl.<a href="./org/eclipse/oomph/resources/impl/EclipseProjectFactoryImpl.html" title="class in org.eclipse.oomph.resources.impl">EclipseProjectFactoryImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/impl/MavenProjectFactoryImpl.html#getXMLFileName()">getXMLFileName()</a></span> - Method in class org.eclipse.oomph.resources.impl.<a href="./org/eclipse/oomph/resources/impl/MavenProjectFactoryImpl.html" title="class in org.eclipse.oomph.resources.impl">MavenProjectFactoryImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/impl/XMLProjectFactoryImpl.html#getXMLFileName()">getXMLFileName()</a></span> - Method in class org.eclipse.oomph.resources.impl.<a href="./org/eclipse/oomph/resources/impl/XMLProjectFactoryImpl.html" title="class in org.eclipse.oomph.resources.impl">XMLProjectFactoryImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/impl/ResourcesPackageImpl.html#getXMLProjectFactory()">getXMLProjectFactory()</a></span> - Method in class org.eclipse.oomph.resources.impl.<a href="./org/eclipse/oomph/resources/impl/ResourcesPackageImpl.html" title="class in org.eclipse.oomph.resources.impl">ResourcesPackageImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/ResourcesPackage.html#getXMLProjectFactory()">getXMLProjectFactory()</a></span> - Method in interface org.eclipse.oomph.resources.<a href="./org/eclipse/oomph/resources/ResourcesPackage.html" title="interface in org.eclipse.oomph.resources">ResourcesPackage</a></dt>
<dd>
<div class="block">Returns the meta object for class '<a href="./org/eclipse/oomph/resources/XMLProjectFactory.html" title="interface in org.eclipse.oomph.resources"><code><em>XML Project Factory</em></code></a>'.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/ui/UIUtil.html#grabVertical(org.eclipse.swt.layout.GridData)">grabVertical(GridData)</a></span> - Static method in class org.eclipse.oomph.ui.<a href="./org/eclipse/oomph/ui/UIUtil.html" title="class in org.eclipse.oomph.ui">UIUtil</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="_H_">
<!-- -->
</a>
<h2 class="title">H</h2>
<dl>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/XMLUtil.html#handleChildElements(org.w3c.dom.Element,%20org.eclipse.oomph.util.XMLUtil.ElementHandler)">handleChildElements(Element, XMLUtil.ElementHandler)</a></span> - Static method in class org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/XMLUtil.html" title="class in org.eclipse.oomph.util">XMLUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/XMLUtil.ElementHandler.html#handleElement(org.w3c.dom.Element)">handleElement(Element)</a></span> - Method in interface org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/XMLUtil.ElementHandler.html" title="interface in org.eclipse.oomph.util">XMLUtil.ElementHandler</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/XMLUtil.html#handleElements(org.w3c.dom.NodeList,%20org.eclipse.oomph.util.XMLUtil.ElementHandler)">handleElements(NodeList, XMLUtil.ElementHandler)</a></span> - Static method in class org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/XMLUtil.html" title="class in org.eclipse.oomph.util">XMLUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/XMLUtil.html#handleElementsByTagName(org.w3c.dom.Element,%20java.lang.String,%20org.eclipse.oomph.util.XMLUtil.ElementHandler)">handleElementsByTagName(Element, String, XMLUtil.ElementHandler)</a></span> - Static method in class org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/XMLUtil.html" title="class in org.eclipse.oomph.util">XMLUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/ZIPUtil.FileSystemZipHandler.html#handleEntry(org.eclipse.oomph.util.ZIPUtil.EntryContext)">handleEntry(ZIPUtil.EntryContext)</a></span> - Method in class org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/ZIPUtil.FileSystemZipHandler.html" title="class in org.eclipse.oomph.util">ZIPUtil.FileSystemZipHandler</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/ZIPUtil.ZipEntryHandler.html#handleEntry(org.eclipse.oomph.util.ZIPUtil.EntryContext)">handleEntry(ZIPUtil.EntryContext)</a></span> - Method in interface org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/ZIPUtil.ZipEntryHandler.html" title="interface in org.eclipse.oomph.util">ZIPUtil.ZipEntryHandler</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/ui/UIUtil.html#handleException(java.lang.Throwable)">handleException(Throwable)</a></span> - Static method in class org.eclipse.oomph.ui.<a href="./org/eclipse/oomph/ui/UIUtil.html" title="class in org.eclipse.oomph.ui">UIUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/ProjectHandler.Collector.html#handleProject(org.eclipse.core.resources.IProject,%20org.eclipse.oomph.resources.backend.BackendContainer)">handleProject(IProject, BackendContainer)</a></span> - Method in class org.eclipse.oomph.resources.<a href="./org/eclipse/oomph/resources/ProjectHandler.Collector.html" title="class in org.eclipse.oomph.resources">ProjectHandler.Collector</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/ProjectHandler.html#handleProject(org.eclipse.core.resources.IProject,%20org.eclipse.oomph.resources.backend.BackendContainer)">handleProject(IProject, BackendContainer)</a></span> - Method in interface org.eclipse.oomph.resources.<a href="./org/eclipse/oomph/resources/ProjectHandler.html" title="interface in org.eclipse.oomph.resources">ProjectHandler</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/impl/SourceLocatorImpl.html#handleProjects(org.eclipse.emf.common.util.EList,%20org.eclipse.oomph.resources.ProjectHandler,%20org.eclipse.core.runtime.MultiStatus,%20org.eclipse.core.runtime.IProgressMonitor)">handleProjects(EList&lt;ProjectFactory&gt;, ProjectHandler, MultiStatus, IProgressMonitor)</a></span> - Method in class org.eclipse.oomph.resources.impl.<a href="./org/eclipse/oomph/resources/impl/SourceLocatorImpl.html" title="class in org.eclipse.oomph.resources.impl">SourceLocatorImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/impl/SourceLocatorImpl.html#handleProjects(org.eclipse.oomph.resources.SourceLocator,%20org.eclipse.emf.common.util.EList,%20org.eclipse.oomph.resources.ProjectHandler,%20org.eclipse.core.runtime.MultiStatus,%20org.eclipse.core.runtime.IProgressMonitor)">handleProjects(SourceLocator, EList&lt;ProjectFactory&gt;, ProjectHandler, MultiStatus, IProgressMonitor)</a></span> - Static method in class org.eclipse.oomph.resources.impl.<a href="./org/eclipse/oomph/resources/impl/SourceLocatorImpl.html" title="class in org.eclipse.oomph.resources.impl">SourceLocatorImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/SourceLocator.html#handleProjects(org.eclipse.emf.common.util.EList,%20org.eclipse.oomph.resources.ProjectHandler,%20org.eclipse.core.runtime.MultiStatus,%20org.eclipse.core.runtime.IProgressMonitor)">handleProjects(EList&lt;ProjectFactory&gt;, ProjectHandler, MultiStatus, IProgressMonitor)</a></span> - Method in interface org.eclipse.oomph.resources.<a href="./org/eclipse/oomph/resources/SourceLocator.html" title="interface in org.eclipse.oomph.resources">SourceLocator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/base/impl/StringToStringMapEntryImpl.html#hash">hash</a></span> - Variable in class org.eclipse.oomph.base.impl.<a href="./org/eclipse/oomph/base/impl/StringToStringMapEntryImpl.html" title="class in org.eclipse.oomph.base.impl">StringToStringMapEntryImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/backend/BackendResource.html#hashCode()">hashCode()</a></span> - Method in class org.eclipse.oomph.resources.backend.<a href="./org/eclipse/oomph/resources/backend/BackendResource.html" title="class in org.eclipse.oomph.resources.backend">BackendResource</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/ObjectUtil.html#hashCode(java.lang.Object)">hashCode(Object)</a></span> - Static method in class org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/ObjectUtil.html" title="class in org.eclipse.oomph.util">ObjectUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/Pair.html#hashCode()">hashCode()</a></span> - Method in class org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/Pair.html" title="class in org.eclipse.oomph.util">Pair</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/AbstractIterator.html#hasNext()">hasNext()</a></span> - Method in class org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/AbstractIterator.html" title="class in org.eclipse.oomph.util">AbstractIterator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/HexUtil.html#hexToBytes(java.lang.String)">hexToBytes(String)</a></span> - Static method in class org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/HexUtil.html" title="class in org.eclipse.oomph.util">HexUtil</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/eclipse/oomph/util/HexUtil.html" title="class in org.eclipse.oomph.util"><span class="strong">HexUtil</span></a> - Class in <a href="./org/eclipse/oomph/util/package-summary.html">org.eclipse.oomph.util</a></dt>
<dd>
<div class="block">Provides static methods that convert to and from hexadecimal string formats.</div>
</dd>
</dl>
<a name="_I_">
<!-- -->
</a>
<h2 class="title">I</h2>
<dl>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/StringUtil.html#implode(java.util.List,%20char)">implode(List&lt;String&gt;, char)</a></span> - Static method in class org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/StringUtil.html" title="class in org.eclipse.oomph.util">StringUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/StringUtil.html#implode(java.util.List,%20char,%20char)">implode(List&lt;String&gt;, char, char)</a></span> - Static method in class org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/StringUtil.html" title="class in org.eclipse.oomph.util">StringUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/backend/BackendContainer.html#importIntoWorkspace(org.eclipse.core.resources.IProject,%20org.eclipse.core.runtime.IProgressMonitor)">importIntoWorkspace(IProject, IProgressMonitor)</a></span> - Method in class org.eclipse.oomph.resources.backend.<a href="./org/eclipse/oomph/resources/backend/BackendContainer.html" title="class in org.eclipse.oomph.resources.backend">BackendContainer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/backend/BackendSystem.html#importIntoWorkspace(org.eclipse.oomph.resources.backend.BackendContainer,%20org.eclipse.core.resources.IProject,%20org.eclipse.core.runtime.IProgressMonitor)">importIntoWorkspace(BackendContainer, IProject, IProgressMonitor)</a></span> - Method in class org.eclipse.oomph.resources.backend.<a href="./org/eclipse/oomph/resources/backend/BackendSystem.html" title="class in org.eclipse.oomph.resources.backend">BackendSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/backend/LocalBackendSystem.html#importIntoWorkspace(org.eclipse.oomph.resources.backend.BackendContainer,%20org.eclipse.core.resources.IProject,%20org.eclipse.core.runtime.IProgressMonitor)">importIntoWorkspace(BackendContainer, IProject, IProgressMonitor)</a></span> - Method in class org.eclipse.oomph.resources.backend.<a href="./org/eclipse/oomph/resources/backend/LocalBackendSystem.html" title="class in org.eclipse.oomph.resources.backend">LocalBackendSystem</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/ResourcesUtil.html#importProject(java.io.File,%20org.eclipse.core.runtime.IProgressMonitor)">importProject(File, IProgressMonitor)</a></span> - Static method in class org.eclipse.oomph.resources.<a href="./org/eclipse/oomph/resources/ResourcesUtil.html" title="class in org.eclipse.oomph.resources">ResourcesUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/ResourcesUtil.html#importProject(java.io.File,%20java.lang.String,%20org.eclipse.core.runtime.IProgressMonitor)">importProject(File, String, IProgressMonitor)</a></span> - Static method in class org.eclipse.oomph.resources.<a href="./org/eclipse/oomph/resources/ResourcesUtil.html" title="class in org.eclipse.oomph.resources">ResourcesUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/ResourcesUtil.html#importProjects(java.util.Collection,%20org.eclipse.core.runtime.IProgressMonitor)">importProjects(Collection&lt;File&gt;, IProgressMonitor)</a></span> - Static method in class org.eclipse.oomph.resources.<a href="./org/eclipse/oomph/resources/ResourcesUtil.html" title="class in org.eclipse.oomph.resources">ResourcesUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/Predicates.html#included(java.util.Set)">included(Set&lt;T&gt;)</a></span> - Static method in class org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/Predicates.html" title="class in org.eclipse.oomph.util">Predicates</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/ui/UICallback.html#information(boolean,%20java.lang.String)">information(boolean, String)</a></span> - Method in class org.eclipse.oomph.ui.<a href="./org/eclipse/oomph/ui/UICallback.html" title="class in org.eclipse.oomph.ui">UICallback</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/UserCallback.html#information(boolean,%20java.lang.String)">information(boolean, String)</a></span> - Method in class org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/UserCallback.html" title="class in org.eclipse.oomph.util">UserCallback</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/base/impl/BaseFactoryImpl.html#init()">init()</a></span> - Static method in class org.eclipse.oomph.base.impl.<a href="./org/eclipse/oomph/base/impl/BaseFactoryImpl.html" title="class in org.eclipse.oomph.base.impl">BaseFactoryImpl</a></dt>
<dd>
<div class="block">Creates the default factory implementation.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/base/impl/BasePackageImpl.html#init()">init()</a></span> - Static method in class org.eclipse.oomph.base.impl.<a href="./org/eclipse/oomph/base/impl/BasePackageImpl.html" title="class in org.eclipse.oomph.base.impl">BasePackageImpl</a></dt>
<dd>
<div class="block">Creates, registers, and initializes the <b>Package</b> for this model, and for any others upon which it depends.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/impl/PredicatesFactoryImpl.html#init()">init()</a></span> - Static method in class org.eclipse.oomph.predicates.impl.<a href="./org/eclipse/oomph/predicates/impl/PredicatesFactoryImpl.html" title="class in org.eclipse.oomph.predicates.impl">PredicatesFactoryImpl</a></dt>
<dd>
<div class="block">Creates the default factory implementation.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/impl/PredicatesPackageImpl.html#init()">init()</a></span> - Static method in class org.eclipse.oomph.predicates.impl.<a href="./org/eclipse/oomph/predicates/impl/PredicatesPackageImpl.html" title="class in org.eclipse.oomph.predicates.impl">PredicatesPackageImpl</a></dt>
<dd>
<div class="block">Creates, registers, and initializes the <b>Package</b> for this model, and for any others upon which it depends.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/impl/ResourcesFactoryImpl.html#init()">init()</a></span> - Static method in class org.eclipse.oomph.resources.impl.<a href="./org/eclipse/oomph/resources/impl/ResourcesFactoryImpl.html" title="class in org.eclipse.oomph.resources.impl">ResourcesFactoryImpl</a></dt>
<dd>
<div class="block">Creates the default factory implementation.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/impl/ResourcesPackageImpl.html#init()">init()</a></span> - Static method in class org.eclipse.oomph.resources.impl.<a href="./org/eclipse/oomph/resources/impl/ResourcesPackageImpl.html" title="class in org.eclipse.oomph.resources.impl">ResourcesPackageImpl</a></dt>
<dd>
<div class="block">Creates, registers, and initializes the <b>Package</b> for this model, and for any others upon which it depends.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/base/impl/BasePackageImpl.html#initializePackageContents()">initializePackageContents()</a></span> - Method in class org.eclipse.oomph.base.impl.<a href="./org/eclipse/oomph/base/impl/BasePackageImpl.html" title="class in org.eclipse.oomph.base.impl">BasePackageImpl</a></dt>
<dd>
<div class="block">Complete the initialization of the package and its meta-model.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/impl/PredicatesPackageImpl.html#initializePackageContents()">initializePackageContents()</a></span> - Method in class org.eclipse.oomph.predicates.impl.<a href="./org/eclipse/oomph/predicates/impl/PredicatesPackageImpl.html" title="class in org.eclipse.oomph.predicates.impl">PredicatesPackageImpl</a></dt>
<dd>
<div class="block">Complete the initialization of the package and its meta-model.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/impl/ResourcesPackageImpl.html#initializePackageContents()">initializePackageContents()</a></span> - Method in class org.eclipse.oomph.resources.impl.<a href="./org/eclipse/oomph/resources/impl/ResourcesPackageImpl.html" title="class in org.eclipse.oomph.resources.impl">ResourcesPackageImpl</a></dt>
<dd>
<div class="block">Complete the initialization of the package and its meta-model.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/base/util/BaseValidator.html#INSTANCE">INSTANCE</a></span> - Static variable in class org.eclipse.oomph.base.util.<a href="./org/eclipse/oomph/base/util/BaseValidator.html" title="class in org.eclipse.oomph.base.util">BaseValidator</a></dt>
<dd>
<div class="block">The cached model package
<!-- begin-user-doc -->
<!-- end-user-doc --></div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/backend/BackendSystem.IFactory.Registry.html#INSTANCE">INSTANCE</a></span> - Static variable in class org.eclipse.oomph.resources.backend.<a href="./org/eclipse/oomph/resources/backend/BackendSystem.IFactory.Registry.html" title="class in org.eclipse.oomph.resources.backend">BackendSystem.IFactory.Registry</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/backend/BackendSystem.Registry.html#INSTANCE">INSTANCE</a></span> - Static variable in class org.eclipse.oomph.resources.backend.<a href="./org/eclipse/oomph/resources/backend/BackendSystem.Registry.html" title="class in org.eclipse.oomph.resources.backend">BackendSystem.Registry</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/SubMonitor.html#internalWorked(double)">internalWorked(double)</a></span> - Method in class org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/SubMonitor.html" title="class in org.eclipse.oomph.util">SubMonitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/ReflectUtil.html#invokeMethod(java.lang.reflect.Method,%20java.lang.Object,%20java.lang.Object...)">invokeMethod(Method, Object, Object...)</a></span> - Static method in class org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/ReflectUtil.html" title="class in org.eclipse.oomph.util">ReflectUtil</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/eclipse/oomph/util/IOExceptionWithCause.html" title="class in org.eclipse.oomph.util"><span class="strong">IOExceptionWithCause</span></a> - Exception in <a href="./org/eclipse/oomph/util/package-summary.html">org.eclipse.oomph.util</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/IOExceptionWithCause.html#IOExceptionWithCause()">IOExceptionWithCause()</a></span> - Constructor for exception org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/IOExceptionWithCause.html" title="class in org.eclipse.oomph.util">IOExceptionWithCause</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/IOExceptionWithCause.html#IOExceptionWithCause(java.lang.String)">IOExceptionWithCause(String)</a></span> - Constructor for exception org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/IOExceptionWithCause.html" title="class in org.eclipse.oomph.util">IOExceptionWithCause</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/IOExceptionWithCause.html#IOExceptionWithCause(java.lang.Throwable)">IOExceptionWithCause(Throwable)</a></span> - Constructor for exception org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/IOExceptionWithCause.html" title="class in org.eclipse.oomph.util">IOExceptionWithCause</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/IOExceptionWithCause.html#IOExceptionWithCause(java.lang.String,%20java.lang.Throwable)">IOExceptionWithCause(String, Throwable)</a></span> - Constructor for exception org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/IOExceptionWithCause.html" title="class in org.eclipse.oomph.util">IOExceptionWithCause</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/eclipse/oomph/util/IORuntimeException.html" title="class in org.eclipse.oomph.util"><span class="strong">IORuntimeException</span></a> - Exception in <a href="./org/eclipse/oomph/util/package-summary.html">org.eclipse.oomph.util</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/IORuntimeException.html#IORuntimeException()">IORuntimeException()</a></span> - Constructor for exception org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/IORuntimeException.html" title="class in org.eclipse.oomph.util">IORuntimeException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/IORuntimeException.html#IORuntimeException(java.lang.String)">IORuntimeException(String)</a></span> - Constructor for exception org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/IORuntimeException.html" title="class in org.eclipse.oomph.util">IORuntimeException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/IORuntimeException.html#IORuntimeException(java.lang.Throwable)">IORuntimeException(Throwable)</a></span> - Constructor for exception org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/IORuntimeException.html" title="class in org.eclipse.oomph.util">IORuntimeException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/IORuntimeException.html#IORuntimeException(java.lang.String,%20java.lang.Throwable)">IORuntimeException(String, Throwable)</a></span> - Constructor for exception org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/IORuntimeException.html" title="class in org.eclipse.oomph.util">IORuntimeException</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/eclipse/oomph/util/IOUtil.html" title="class in org.eclipse.oomph.util"><span class="strong">IOUtil</span></a> - Class in <a href="./org/eclipse/oomph/util/package-summary.html">org.eclipse.oomph.util</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/eclipse/oomph/util/IRunnable.html" title="interface in org.eclipse.oomph.util"><span class="strong">IRunnable</span></a> - Interface in <a href="./org/eclipse/oomph/util/package-summary.html">org.eclipse.oomph.util</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/pde/TargetPlatformUtil.html#isActiveTargetDefinition(org.eclipse.pde.core.target.ITargetDefinition)">isActiveTargetDefinition(ITargetDefinition)</a></span> - Static method in class org.eclipse.oomph.util.pde.<a href="./org/eclipse/oomph/util/pde/TargetPlatformUtil.html" title="class in org.eclipse.oomph.util.pde">TargetPlatformUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/SubMonitor.html#isCanceled()">isCanceled()</a></span> - Method in class org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/SubMonitor.html" title="class in org.eclipse.oomph.util">SubMonitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/Confirmer.Confirmation.html#isConfirmed()">isConfirmed()</a></span> - Method in class org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/Confirmer.Confirmation.html" title="class in org.eclipse.oomph.util">Confirmer.Confirmation</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/backend/BackendResource.html#isContainer()">isContainer()</a></span> - Method in class org.eclipse.oomph.resources.backend.<a href="./org/eclipse/oomph/resources/backend/BackendResource.html" title="class in org.eclipse.oomph.resources.backend">BackendResource</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/OomphPlugin.html#isDebugging()">isDebugging()</a></span> - Method in class org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/OomphPlugin.html" title="class in org.eclipse.oomph.util">OomphPlugin</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/OomphPlugin.BundleFile.html#isDirectory()">isDirectory()</a></span> - Method in class org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/OomphPlugin.BundleFile.html" title="class in org.eclipse.oomph.util">OomphPlugin.BundleFile</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/ConcurrentArray.html#isEmpty()">isEmpty()</a></span> - Method in class org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/ConcurrentArray.html" title="class in org.eclipse.oomph.util">ConcurrentArray</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/StringUtil.html#isEmpty(java.lang.String)">isEmpty(String)</a></span> - Static method in class org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/StringUtil.html" title="class in org.eclipse.oomph.util">StringUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/OfflineMode.html#isEnabled()">isEnabled()</a></span> - Static method in class org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/OfflineMode.html" title="class in org.eclipse.oomph.util">OfflineMode</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/impl/ProjectFactoryImpl.html#isExcludedPath(org.eclipse.oomph.resources.backend.BackendContainer,%20org.eclipse.oomph.resources.backend.BackendContainer)">isExcludedPath(BackendContainer, BackendContainer)</a></span> - Method in class org.eclipse.oomph.resources.impl.<a href="./org/eclipse/oomph/resources/impl/ProjectFactoryImpl.html" title="class in org.eclipse.oomph.resources.impl">ProjectFactoryImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/ProjectFactory.html#isExcludedPath(org.eclipse.oomph.resources.backend.BackendContainer,%20org.eclipse.oomph.resources.backend.BackendContainer)">isExcludedPath(BackendContainer, BackendContainer)</a></span> - Method in interface org.eclipse.oomph.resources.<a href="./org/eclipse/oomph/resources/ProjectFactory.html" title="interface in org.eclipse.oomph.resources">ProjectFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/base/util/BaseAdapterFactory.html#isFactoryForType(java.lang.Object)">isFactoryForType(Object)</a></span> - Method in class org.eclipse.oomph.base.util.<a href="./org/eclipse/oomph/base/util/BaseAdapterFactory.html" title="class in org.eclipse.oomph.base.util">BaseAdapterFactory</a></dt>
<dd>
<div class="block">Returns whether this factory is applicable for the type of the object.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/util/PredicatesAdapterFactory.html#isFactoryForType(java.lang.Object)">isFactoryForType(Object)</a></span> - Method in class org.eclipse.oomph.predicates.util.<a href="./org/eclipse/oomph/predicates/util/PredicatesAdapterFactory.html" title="class in org.eclipse.oomph.predicates.util">PredicatesAdapterFactory</a></dt>
<dd>
<div class="block">Returns whether this factory is applicable for the type of the object.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/util/ResourcesAdapterFactory.html#isFactoryForType(java.lang.Object)">isFactoryForType(Object)</a></span> - Method in class org.eclipse.oomph.resources.util.<a href="./org/eclipse/oomph/resources/util/ResourcesAdapterFactory.html" title="class in org.eclipse.oomph.resources.util">ResourcesAdapterFactory</a></dt>
<dd>
<div class="block">Returns whether this factory is applicable for the type of the object.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/backend/BackendResource.html#isLocal()">isLocal()</a></span> - Method in class org.eclipse.oomph.resources.backend.<a href="./org/eclipse/oomph/resources/backend/BackendResource.html" title="class in org.eclipse.oomph.resources.backend">BackendResource</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/ResourcesUtil.html#isLocal(org.eclipse.core.resources.IResource)">isLocal(IResource)</a></span> - Static method in class org.eclipse.oomph.resources.<a href="./org/eclipse/oomph/resources/ResourcesUtil.html" title="class in org.eclipse.oomph.resources">ResourcesUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/impl/SourceLocatorImpl.html#isLocateNestedProjects()">isLocateNestedProjects()</a></span> - Method in class org.eclipse.oomph.resources.impl.<a href="./org/eclipse/oomph/resources/impl/SourceLocatorImpl.html" title="class in org.eclipse.oomph.resources.impl">SourceLocatorImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/SourceLocator.html#isLocateNestedProjects()">isLocateNestedProjects()</a></span> - Method in interface org.eclipse.oomph.resources.<a href="./org/eclipse/oomph/resources/SourceLocator.html" title="interface in org.eclipse.oomph.resources">SourceLocator</a></dt>
<dd>
<div class="block">Returns the value of the '<em><b>Locate Nested Projects</b></em>' attribute.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/OomphPlugin.html#isOSGiRunning()">isOSGiRunning()</a></span> - Method in class org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/OomphPlugin.html" title="class in org.eclipse.oomph.util">OomphPlugin</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/PropertiesUtil.html#isProperty(java.lang.String)">isProperty(String)</a></span> - Static method in class org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/PropertiesUtil.html" title="class in org.eclipse.oomph.util">PropertiesUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/Confirmer.Confirmation.html#isRemember()">isRemember()</a></span> - Method in class org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/Confirmer.Confirmation.html" title="class in org.eclipse.oomph.util">Confirmer.Confirmation</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/IOUtil.html#isSerializeable(java.lang.Object)">isSerializeable(Object)</a></span> - Static method in class org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/IOUtil.html" title="class in org.eclipse.oomph.util">IOUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/base/util/BaseSwitch.html#isSwitchFor(org.eclipse.emf.ecore.EPackage)">isSwitchFor(EPackage)</a></span> - Method in class org.eclipse.oomph.base.util.<a href="./org/eclipse/oomph/base/util/BaseSwitch.html" title="class in org.eclipse.oomph.base.util">BaseSwitch</a></dt>
<dd>
<div class="block">Checks whether this is a switch for the given package.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/util/PredicatesSwitch.html#isSwitchFor(org.eclipse.emf.ecore.EPackage)">isSwitchFor(EPackage)</a></span> - Method in class org.eclipse.oomph.predicates.util.<a href="./org/eclipse/oomph/predicates/util/PredicatesSwitch.html" title="class in org.eclipse.oomph.predicates.util">PredicatesSwitch</a></dt>
<dd>
<div class="block">Checks whether this is a switch for the given package.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/util/ResourcesSwitch.html#isSwitchFor(org.eclipse.emf.ecore.EPackage)">isSwitchFor(EPackage)</a></span> - Method in class org.eclipse.oomph.resources.util.<a href="./org/eclipse/oomph/resources/util/ResourcesSwitch.html" title="class in org.eclipse.oomph.resources.util">ResourcesSwitch</a></dt>
<dd>
<div class="block">Checks whether this is a switch for the given package.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/AbstractFilteredIterator.html#isValid(T)">isValid(T)</a></span> - Method in class org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/AbstractFilteredIterator.html" title="class in org.eclipse.oomph.util">AbstractFilteredIterator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/PredicateIterator.html#isValid(T)">isValid(T)</a></span> - Method in class org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/PredicateIterator.html" title="class in org.eclipse.oomph.util">PredicateIterator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/base/util/BaseValidator.html#isWellFormedURI(java.lang.String)">isWellFormedURI(String)</a></span> - Static method in class org.eclipse.oomph.base.util.<a href="./org/eclipse/oomph/base/util/BaseValidator.html" title="class in org.eclipse.oomph.base.util">BaseValidator</a></dt>
<dd>
<div class="block">A well formed URI string must have a non-zero length,
and must encode any special characters such as the space character.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/SynchronizedCounter.html#isZero()">isZero()</a></span> - Method in class org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/SynchronizedCounter.html" title="class in org.eclipse.oomph.util">SynchronizedCounter</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="_K_">
<!-- -->
</a>
<h2 class="title">K</h2>
<dl>
<dt><span class="strong"><a href="./org/eclipse/oomph/base/impl/StringToStringMapEntryImpl.html#key">key</a></span> - Variable in class org.eclipse.oomph.base.impl.<a href="./org/eclipse/oomph/base/impl/StringToStringMapEntryImpl.html" title="class in org.eclipse.oomph.base.impl">StringToStringMapEntryImpl</a></dt>
<dd>
<div class="block">The cached value of the '<a href="./org/eclipse/oomph/base/impl/StringToStringMapEntryImpl.html#getTypedKey()"><code><em>Key</em></code></a>' attribute.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/base/BaseAnnotationConstants.html#KEY_DIAGNOSTIC">KEY_DIAGNOSTIC</a></span> - Static variable in class org.eclipse.oomph.base.<a href="./org/eclipse/oomph/base/BaseAnnotationConstants.html" title="class in org.eclipse.oomph.base">BaseAnnotationConstants</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/base/BaseAnnotationConstants.html#KEY_ECLASS">KEY_ECLASS</a></span> - Static variable in class org.eclipse.oomph.base.<a href="./org/eclipse/oomph/base/BaseAnnotationConstants.html" title="class in org.eclipse.oomph.base">BaseAnnotationConstants</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/base/impl/StringToStringMapEntryImpl.html#KEY_EDEFAULT">KEY_EDEFAULT</a></span> - Static variable in class org.eclipse.oomph.base.impl.<a href="./org/eclipse/oomph/base/impl/StringToStringMapEntryImpl.html" title="class in org.eclipse.oomph.base.impl">StringToStringMapEntryImpl</a></dt>
<dd>
<div class="block">The default value of the '<a href="./org/eclipse/oomph/base/impl/StringToStringMapEntryImpl.html#getTypedKey()"><code><em>Key</em></code></a>' attribute.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/base/util/EAnnotationConstants.html#KEY_IMAGE_BASE_URI">KEY_IMAGE_BASE_URI</a></span> - Static variable in class org.eclipse.oomph.base.util.<a href="./org/eclipse/oomph/base/util/EAnnotationConstants.html" title="class in org.eclipse.oomph.base.util">EAnnotationConstants</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/base/util/EAnnotationConstants.html#KEY_IMAGE_URI">KEY_IMAGE_URI</a></span> - Static variable in class org.eclipse.oomph.base.util.<a href="./org/eclipse/oomph/base/util/EAnnotationConstants.html" title="class in org.eclipse.oomph.base.util">EAnnotationConstants</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="_L_">
<!-- -->
</a>
<h2 class="title">L</h2>
<dl>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/ConcurrentArray.html#lastElementRemoved()">lastElementRemoved()</a></span> - Method in class org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/ConcurrentArray.html" title="class in org.eclipse.oomph.util">ConcurrentArray</a></dt>
<dd>
<div class="block">Synchronized through <a href="./org/eclipse/oomph/util/ConcurrentArray.html#remove(E)"><code>ConcurrentArray.remove(Object)</code></a>.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/EclipseProjectFactory.html#LIST">LIST</a></span> - Static variable in interface org.eclipse.oomph.resources.<a href="./org/eclipse/oomph/resources/EclipseProjectFactory.html" title="interface in org.eclipse.oomph.resources">EclipseProjectFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/MavenProjectFactory.html#LIST">LIST</a></span> - Static variable in interface org.eclipse.oomph.resources.<a href="./org/eclipse/oomph/resources/MavenProjectFactory.html" title="interface in org.eclipse.oomph.resources">MavenProjectFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/IOUtil.html#listBreadthFirst(java.io.File)">listBreadthFirst(File)</a></span> - Static method in class org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/IOUtil.html" title="class in org.eclipse.oomph.util">IOUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/IOUtil.html#listDepthFirst(java.io.File)">listDepthFirst(File)</a></span> - Static method in class org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/IOUtil.html" title="class in org.eclipse.oomph.util">IOUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/ui/PersistentButton.DialogSettingsPersistence.html#load(boolean)">load(boolean)</a></span> - Method in class org.eclipse.oomph.ui.<a href="./org/eclipse/oomph/ui/PersistentButton.DialogSettingsPersistence.html" title="class in org.eclipse.oomph.ui">PersistentButton.DialogSettingsPersistence</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/ui/PersistentButton.Persistence.html#load(boolean)">load(boolean)</a></span> - Method in class org.eclipse.oomph.ui.<a href="./org/eclipse/oomph/ui/PersistentButton.Persistence.html" title="class in org.eclipse.oomph.ui">PersistentButton.Persistence</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/ui/PersistentButton.ToggleCommandPersistence.html#load(boolean)">load(boolean)</a></span> - Method in class org.eclipse.oomph.ui.<a href="./org/eclipse/oomph/ui/PersistentButton.ToggleCommandPersistence.html" title="class in org.eclipse.oomph.ui">PersistentButton.ToggleCommandPersistence</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/XMLUtil.html#loadDocument(javax.xml.parsers.DocumentBuilder,%20java.io.InputStream)">loadDocument(DocumentBuilder, InputStream)</a></span> - Static method in class org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/XMLUtil.html" title="class in org.eclipse.oomph.util">XMLUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/XMLUtil.html#loadDocument(javax.xml.parsers.DocumentBuilder,%20java.io.File)">loadDocument(DocumentBuilder, File)</a></span> - Static method in class org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/XMLUtil.html" title="class in org.eclipse.oomph.util">XMLUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/impl/SourceLocatorImpl.html#loadProject(org.eclipse.emf.common.util.EList,%20org.eclipse.oomph.resources.backend.BackendContainer,%20org.eclipse.core.runtime.IProgressMonitor)">loadProject(EList&lt;ProjectFactory&gt;, BackendContainer, IProgressMonitor)</a></span> - Method in class org.eclipse.oomph.resources.impl.<a href="./org/eclipse/oomph/resources/impl/SourceLocatorImpl.html" title="class in org.eclipse.oomph.resources.impl">SourceLocatorImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/impl/SourceLocatorImpl.html#loadProject(org.eclipse.oomph.resources.SourceLocator,%20org.eclipse.emf.common.util.EList,%20org.eclipse.oomph.resources.backend.BackendContainer,%20org.eclipse.oomph.resources.backend.BackendContainer,%20org.eclipse.core.runtime.IProgressMonitor)">loadProject(SourceLocator, EList&lt;ProjectFactory&gt;, BackendContainer, BackendContainer, IProgressMonitor)</a></span> - Static method in class org.eclipse.oomph.resources.impl.<a href="./org/eclipse/oomph/resources/impl/SourceLocatorImpl.html" title="class in org.eclipse.oomph.resources.impl">SourceLocatorImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/SourceLocator.html#loadProject(org.eclipse.emf.common.util.EList,%20org.eclipse.oomph.resources.backend.BackendContainer,%20org.eclipse.core.runtime.IProgressMonitor)">loadProject(EList&lt;ProjectFactory&gt;, BackendContainer, IProgressMonitor)</a></span> - Method in interface org.eclipse.oomph.resources.<a href="./org/eclipse/oomph/resources/SourceLocator.html" title="interface in org.eclipse.oomph.resources">SourceLocator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/PropertiesUtil.html#loadProperties(java.io.File)">loadProperties(File)</a></span> - Static method in class org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/PropertiesUtil.html" title="class in org.eclipse.oomph.util">PropertiesUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/PropertyFile.html#loadProperties()">loadProperties()</a></span> - Method in class org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/PropertyFile.html" title="class in org.eclipse.oomph.util">PropertyFile</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/base/util/BaseUtil.html#loadResourceSafely(org.eclipse.emf.ecore.resource.ResourceSet,%20org.eclipse.emf.common.util.URI)">loadResourceSafely(ResourceSet, URI)</a></span> - Static method in class org.eclipse.oomph.base.util.<a href="./org/eclipse/oomph/base/util/BaseUtil.html" title="class in org.eclipse.oomph.base.util">BaseUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/XMLUtil.html#loadRootElement(javax.xml.parsers.DocumentBuilder,%20java.io.InputStream)">loadRootElement(DocumentBuilder, InputStream)</a></span> - Static method in class org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/XMLUtil.html" title="class in org.eclipse.oomph.util">XMLUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/XMLUtil.html#loadRootElement(javax.xml.parsers.DocumentBuilder,%20java.io.File)">loadRootElement(DocumentBuilder, File)</a></span> - Static method in class org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/XMLUtil.html" title="class in org.eclipse.oomph.util">XMLUtil</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/eclipse/oomph/resources/backend/LocalBackendSystem.html" title="class in org.eclipse.oomph.resources.backend"><span class="strong">LocalBackendSystem</span></a> - Class in <a href="./org/eclipse/oomph/resources/backend/package-summary.html">org.eclipse.oomph.resources.backend</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/eclipse/oomph/resources/backend/LocalBackendSystem.Factory.html" title="class in org.eclipse.oomph.resources.backend"><span class="strong">LocalBackendSystem.Factory</span></a> - Class in <a href="./org/eclipse/oomph/resources/backend/package-summary.html">org.eclipse.oomph.resources.backend</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/backend/LocalBackendSystem.Factory.html#LocalBackendSystem.Factory()">LocalBackendSystem.Factory()</a></span> - Constructor for class org.eclipse.oomph.resources.backend.<a href="./org/eclipse/oomph/resources/backend/LocalBackendSystem.Factory.html" title="class in org.eclipse.oomph.resources.backend">LocalBackendSystem.Factory</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/eclipse/oomph/resources/backend/LocalBackendSystem.Member.html" title="class in org.eclipse.oomph.resources.backend"><span class="strong">LocalBackendSystem.Member</span></a> - Class in <a href="./org/eclipse/oomph/resources/backend/package-summary.html">org.eclipse.oomph.resources.backend</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/backend/LocalBackendSystem.Member.html#LocalBackendSystem.Member(java.lang.String,%20org.eclipse.oomph.resources.backend.BackendResource.Type)">LocalBackendSystem.Member(String, BackendResource.Type)</a></span> - Constructor for class org.eclipse.oomph.resources.backend.<a href="./org/eclipse/oomph/resources/backend/LocalBackendSystem.Member.html" title="class in org.eclipse.oomph.resources.backend">LocalBackendSystem.Member</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/impl/SourceLocatorImpl.html#LOCATE_NESTED_PROJECTS_EDEFAULT">LOCATE_NESTED_PROJECTS_EDEFAULT</a></span> - Static variable in class org.eclipse.oomph.resources.impl.<a href="./org/eclipse/oomph/resources/impl/SourceLocatorImpl.html" title="class in org.eclipse.oomph.resources.impl">SourceLocatorImpl</a></dt>
<dd>
<div class="block">The default value of the '<a href="./org/eclipse/oomph/resources/impl/SourceLocatorImpl.html#isLocateNestedProjects()"><code><em>Locate Nested Projects</em></code></a>' attribute.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/impl/SourceLocatorImpl.html#locateNestedProjects">locateNestedProjects</a></span> - Variable in class org.eclipse.oomph.resources.impl.<a href="./org/eclipse/oomph/resources/impl/SourceLocatorImpl.html" title="class in org.eclipse.oomph.resources.impl">SourceLocatorImpl</a></dt>
<dd>
<div class="block">The cached value of the '<a href="./org/eclipse/oomph/resources/impl/SourceLocatorImpl.html#isLocateNestedProjects()"><code><em>Locate Nested Projects</em></code></a>' attribute.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/PredicatesPackage.Literals.html#LOCATION_PREDICATE">LOCATION_PREDICATE</a></span> - Static variable in interface org.eclipse.oomph.predicates.<a href="./org/eclipse/oomph/predicates/PredicatesPackage.Literals.html" title="interface in org.eclipse.oomph.predicates">PredicatesPackage.Literals</a></dt>
<dd>
<div class="block">The meta object literal for the '<a href="./org/eclipse/oomph/predicates/impl/LocationPredicateImpl.html" title="class in org.eclipse.oomph.predicates.impl"><code><em>Location Predicate</em></code></a>' class.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/PredicatesPackage.html#LOCATION_PREDICATE">LOCATION_PREDICATE</a></span> - Static variable in interface org.eclipse.oomph.predicates.<a href="./org/eclipse/oomph/predicates/PredicatesPackage.html" title="interface in org.eclipse.oomph.predicates">PredicatesPackage</a></dt>
<dd>
<div class="block">The meta object id for the '<a href="./org/eclipse/oomph/predicates/impl/LocationPredicateImpl.html" title="class in org.eclipse.oomph.predicates.impl"><code><em>Location Predicate</em></code></a>' class.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/PredicatesPackage.html#LOCATION_PREDICATE___GET_ANNOTATION__STRING">LOCATION_PREDICATE___GET_ANNOTATION__STRING</a></span> - Static variable in interface org.eclipse.oomph.predicates.<a href="./org/eclipse/oomph/predicates/PredicatesPackage.html" title="interface in org.eclipse.oomph.predicates">PredicatesPackage</a></dt>
<dd>
<div class="block">The operation id for the '<em>Get Annotation</em>' operation.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/PredicatesPackage.html#LOCATION_PREDICATE___MATCHES__IRESOURCE">LOCATION_PREDICATE___MATCHES__IRESOURCE</a></span> - Static variable in interface org.eclipse.oomph.predicates.<a href="./org/eclipse/oomph/predicates/PredicatesPackage.html" title="interface in org.eclipse.oomph.predicates">PredicatesPackage</a></dt>
<dd>
<div class="block">The operation id for the '<em>Matches</em>' operation.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/PredicatesPackage.html#LOCATION_PREDICATE__ANNOTATIONS">LOCATION_PREDICATE__ANNOTATIONS</a></span> - Static variable in interface org.eclipse.oomph.predicates.<a href="./org/eclipse/oomph/predicates/PredicatesPackage.html" title="interface in org.eclipse.oomph.predicates">PredicatesPackage</a></dt>
<dd>
<div class="block">The feature id for the '<em><b>Annotations</b></em>' containment reference list.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/PredicatesPackage.Literals.html#LOCATION_PREDICATE__PATTERN">LOCATION_PREDICATE__PATTERN</a></span> - Static variable in interface org.eclipse.oomph.predicates.<a href="./org/eclipse/oomph/predicates/PredicatesPackage.Literals.html" title="interface in org.eclipse.oomph.predicates">PredicatesPackage.Literals</a></dt>
<dd>
<div class="block">The meta object literal for the '<em><b>Pattern</b></em>' attribute feature.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/PredicatesPackage.html#LOCATION_PREDICATE__PATTERN">LOCATION_PREDICATE__PATTERN</a></span> - Static variable in interface org.eclipse.oomph.predicates.<a href="./org/eclipse/oomph/predicates/PredicatesPackage.html" title="interface in org.eclipse.oomph.predicates">PredicatesPackage</a></dt>
<dd>
<div class="block">The feature id for the '<em><b>Pattern</b></em>' attribute.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/PredicatesPackage.html#LOCATION_PREDICATE_FEATURE_COUNT">LOCATION_PREDICATE_FEATURE_COUNT</a></span> - Static variable in interface org.eclipse.oomph.predicates.<a href="./org/eclipse/oomph/predicates/PredicatesPackage.html" title="interface in org.eclipse.oomph.predicates">PredicatesPackage</a></dt>
<dd>
<div class="block">The number of structural features of the '<em>Location Predicate</em>' class.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/PredicatesPackage.html#LOCATION_PREDICATE_OPERATION_COUNT">LOCATION_PREDICATE_OPERATION_COUNT</a></span> - Static variable in interface org.eclipse.oomph.predicates.<a href="./org/eclipse/oomph/predicates/PredicatesPackage.html" title="interface in org.eclipse.oomph.predicates">PredicatesPackage</a></dt>
<dd>
<div class="block">The number of operations of the '<em>Location Predicate</em>' class.</div>
</dd>
<dt><a href="./org/eclipse/oomph/predicates/LocationPredicate.html" title="interface in org.eclipse.oomph.predicates"><span class="strong">LocationPredicate</span></a> - Interface in <a href="./org/eclipse/oomph/predicates/package-summary.html">org.eclipse.oomph.predicates</a></dt>
<dd>
<div class="block">A representation of the model object '<em><b>Location Predicate</b></em>'.</div>
</dd>
<dt><a href="./org/eclipse/oomph/predicates/impl/LocationPredicateImpl.html" title="class in org.eclipse.oomph.predicates.impl"><span class="strong">LocationPredicateImpl</span></a> - Class in <a href="./org/eclipse/oomph/predicates/impl/package-summary.html">org.eclipse.oomph.predicates.impl</a></dt>
<dd>
<div class="block">An implementation of the model object '<em><b>Location Predicate</b></em>'.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/impl/LocationPredicateImpl.html#LocationPredicateImpl()">LocationPredicateImpl()</a></span> - Constructor for class org.eclipse.oomph.predicates.impl.<a href="./org/eclipse/oomph/predicates/impl/LocationPredicateImpl.html" title="class in org.eclipse.oomph.predicates.impl">LocationPredicateImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/OomphPlugin.html#log(java.lang.String,%20int)">log(String, int)</a></span> - Method in class org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/OomphPlugin.html" title="class in org.eclipse.oomph.util">OomphPlugin</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/OomphPlugin.html#log(java.lang.String)">log(String)</a></span> - Method in class org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/OomphPlugin.html" title="class in org.eclipse.oomph.util">OomphPlugin</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/OomphPlugin.html#log(org.eclipse.core.runtime.IStatus)">log(IStatus)</a></span> - Method in class org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/OomphPlugin.html" title="class in org.eclipse.oomph.util">OomphPlugin</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/OomphPlugin.html#log(java.lang.Throwable)">log(Throwable)</a></span> - Method in class org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/OomphPlugin.html" title="class in org.eclipse.oomph.util">OomphPlugin</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="_M_">
<!-- -->
</a>
<h2 class="title">M</h2>
<dl>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/impl/AndPredicateImpl.html#matches(org.eclipse.core.resources.IResource)">matches(IResource)</a></span> - Method in class org.eclipse.oomph.predicates.impl.<a href="./org/eclipse/oomph/predicates/impl/AndPredicateImpl.html" title="class in org.eclipse.oomph.predicates.impl">AndPredicateImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/impl/BuilderPredicateImpl.html#matches(org.eclipse.core.resources.IResource)">matches(IResource)</a></span> - Method in class org.eclipse.oomph.predicates.impl.<a href="./org/eclipse/oomph/predicates/impl/BuilderPredicateImpl.html" title="class in org.eclipse.oomph.predicates.impl">BuilderPredicateImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/impl/CommentPredicateImpl.html#matches(org.eclipse.core.resources.IResource)">matches(IResource)</a></span> - Method in class org.eclipse.oomph.predicates.impl.<a href="./org/eclipse/oomph/predicates/impl/CommentPredicateImpl.html" title="class in org.eclipse.oomph.predicates.impl">CommentPredicateImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/impl/FilePredicateImpl.html#matches(org.eclipse.core.resources.IResource)">matches(IResource)</a></span> - Method in class org.eclipse.oomph.predicates.impl.<a href="./org/eclipse/oomph/predicates/impl/FilePredicateImpl.html" title="class in org.eclipse.oomph.predicates.impl">FilePredicateImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/impl/LocationPredicateImpl.html#matches(org.eclipse.core.resources.IResource)">matches(IResource)</a></span> - Method in class org.eclipse.oomph.predicates.impl.<a href="./org/eclipse/oomph/predicates/impl/LocationPredicateImpl.html" title="class in org.eclipse.oomph.predicates.impl">LocationPredicateImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/impl/NamePredicateImpl.html#matches(org.eclipse.core.resources.IResource)">matches(IResource)</a></span> - Method in class org.eclipse.oomph.predicates.impl.<a href="./org/eclipse/oomph/predicates/impl/NamePredicateImpl.html" title="class in org.eclipse.oomph.predicates.impl">NamePredicateImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/impl/NaturePredicateImpl.html#matches(org.eclipse.core.resources.IResource)">matches(IResource)</a></span> - Method in class org.eclipse.oomph.predicates.impl.<a href="./org/eclipse/oomph/predicates/impl/NaturePredicateImpl.html" title="class in org.eclipse.oomph.predicates.impl">NaturePredicateImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/impl/NotPredicateImpl.html#matches(org.eclipse.core.resources.IResource)">matches(IResource)</a></span> - Method in class org.eclipse.oomph.predicates.impl.<a href="./org/eclipse/oomph/predicates/impl/NotPredicateImpl.html" title="class in org.eclipse.oomph.predicates.impl">NotPredicateImpl</a></dt>
<dd>
<div class="block">/**
<!-- begin-user-doc -->
<!-- end-user-doc --></div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/impl/OrPredicateImpl.html#matches(org.eclipse.core.resources.IResource)">matches(IResource)</a></span> - Method in class org.eclipse.oomph.predicates.impl.<a href="./org/eclipse/oomph/predicates/impl/OrPredicateImpl.html" title="class in org.eclipse.oomph.predicates.impl">OrPredicateImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/impl/PredicateImpl.html#matches(org.eclipse.core.resources.IResource)">matches(IResource)</a></span> - Method in class org.eclipse.oomph.predicates.impl.<a href="./org/eclipse/oomph/predicates/impl/PredicateImpl.html" title="class in org.eclipse.oomph.predicates.impl">PredicateImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/impl/RepositoryPredicateImpl.html#matches(org.eclipse.core.resources.IResource)">matches(IResource)</a></span> - Method in class org.eclipse.oomph.predicates.impl.<a href="./org/eclipse/oomph/predicates/impl/RepositoryPredicateImpl.html" title="class in org.eclipse.oomph.predicates.impl">RepositoryPredicateImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/Predicate.html#matches(org.eclipse.core.resources.IResource)">matches(IResource)</a></span> - Method in interface org.eclipse.oomph.predicates.<a href="./org/eclipse/oomph/predicates/Predicate.html" title="interface in org.eclipse.oomph.predicates">Predicate</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/impl/SourceLocatorImpl.html#matches(org.eclipse.core.resources.IProject)">matches(IProject)</a></span> - Method in class org.eclipse.oomph.resources.impl.<a href="./org/eclipse/oomph/resources/impl/SourceLocatorImpl.html" title="class in org.eclipse.oomph.resources.impl">SourceLocatorImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/SourceLocator.html#matches(org.eclipse.core.resources.IProject)">matches(IProject)</a></span> - Method in interface org.eclipse.oomph.resources.<a href="./org/eclipse/oomph/resources/SourceLocator.html" title="interface in org.eclipse.oomph.resources">SourceLocator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/ResourcesUtil.html#matchesPredicates(org.eclipse.core.resources.IProject,%20org.eclipse.emf.common.util.EList)">matchesPredicates(IProject, EList&lt;Predicate&gt;)</a></span> - Static method in class org.eclipse.oomph.resources.<a href="./org/eclipse/oomph/resources/ResourcesUtil.html" title="class in org.eclipse.oomph.resources">ResourcesUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/ResourcesPackage.Literals.html#MAVEN_PROJECT_FACTORY">MAVEN_PROJECT_FACTORY</a></span> - Static variable in interface org.eclipse.oomph.resources.<a href="./org/eclipse/oomph/resources/ResourcesPackage.Literals.html" title="interface in org.eclipse.oomph.resources">ResourcesPackage.Literals</a></dt>
<dd>
<div class="block">The meta object literal for the '<a href="./org/eclipse/oomph/resources/impl/MavenProjectFactoryImpl.html" title="class in org.eclipse.oomph.resources.impl"><code><em>Maven Project Factory</em></code></a>' class.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/ResourcesPackage.html#MAVEN_PROJECT_FACTORY">MAVEN_PROJECT_FACTORY</a></span> - Static variable in interface org.eclipse.oomph.resources.<a href="./org/eclipse/oomph/resources/ResourcesPackage.html" title="interface in org.eclipse.oomph.resources">ResourcesPackage</a></dt>
<dd>
<div class="block">The meta object id for the '<a href="./org/eclipse/oomph/resources/impl/MavenProjectFactoryImpl.html" title="class in org.eclipse.oomph.resources.impl"><code><em>Maven Project Factory</em></code></a>' class.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/ResourcesPackage.html#MAVEN_PROJECT_FACTORY___CREATE_PROJECT__BACKENDCONTAINER_BACKENDCONTAINER_IPROGRESSMONITOR">MAVEN_PROJECT_FACTORY___CREATE_PROJECT__BACKENDCONTAINER_BACKENDCONTAINER_IPROGRESSMONITOR</a></span> - Static variable in interface org.eclipse.oomph.resources.<a href="./org/eclipse/oomph/resources/ResourcesPackage.html" title="interface in org.eclipse.oomph.resources">ResourcesPackage</a></dt>
<dd>
<div class="block">The operation id for the '<em>Create Project</em>' operation.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/ResourcesPackage.html#MAVEN_PROJECT_FACTORY___GET_ANNOTATION__STRING">MAVEN_PROJECT_FACTORY___GET_ANNOTATION__STRING</a></span> - Static variable in interface org.eclipse.oomph.resources.<a href="./org/eclipse/oomph/resources/ResourcesPackage.html" title="interface in org.eclipse.oomph.resources">ResourcesPackage</a></dt>
<dd>
<div class="block">The operation id for the '<em>Get Annotation</em>' operation.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/ResourcesPackage.html#MAVEN_PROJECT_FACTORY___IS_EXCLUDED_PATH__BACKENDCONTAINER_BACKENDCONTAINER">MAVEN_PROJECT_FACTORY___IS_EXCLUDED_PATH__BACKENDCONTAINER_BACKENDCONTAINER</a></span> - Static variable in interface org.eclipse.oomph.resources.<a href="./org/eclipse/oomph/resources/ResourcesPackage.html" title="interface in org.eclipse.oomph.resources">ResourcesPackage</a></dt>
<dd>
<div class="block">The operation id for the '<em>Is Excluded Path</em>' operation.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/ResourcesPackage.html#MAVEN_PROJECT_FACTORY__ANNOTATIONS">MAVEN_PROJECT_FACTORY__ANNOTATIONS</a></span> - Static variable in interface org.eclipse.oomph.resources.<a href="./org/eclipse/oomph/resources/ResourcesPackage.html" title="interface in org.eclipse.oomph.resources">ResourcesPackage</a></dt>
<dd>
<div class="block">The feature id for the '<em><b>Annotations</b></em>' containment reference list.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/ResourcesPackage.html#MAVEN_PROJECT_FACTORY__EXCLUDED_PATHS">MAVEN_PROJECT_FACTORY__EXCLUDED_PATHS</a></span> - Static variable in interface org.eclipse.oomph.resources.<a href="./org/eclipse/oomph/resources/ResourcesPackage.html" title="interface in org.eclipse.oomph.resources">ResourcesPackage</a></dt>
<dd>
<div class="block">The feature id for the '<em><b>Excluded Paths</b></em>' attribute list.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/ResourcesPackage.html#MAVEN_PROJECT_FACTORY_FEATURE_COUNT">MAVEN_PROJECT_FACTORY_FEATURE_COUNT</a></span> - Static variable in interface org.eclipse.oomph.resources.<a href="./org/eclipse/oomph/resources/ResourcesPackage.html" title="interface in org.eclipse.oomph.resources">ResourcesPackage</a></dt>
<dd>
<div class="block">The number of structural features of the '<em>Maven Project Factory</em>' class.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/ResourcesPackage.html#MAVEN_PROJECT_FACTORY_OPERATION_COUNT">MAVEN_PROJECT_FACTORY_OPERATION_COUNT</a></span> - Static variable in interface org.eclipse.oomph.resources.<a href="./org/eclipse/oomph/resources/ResourcesPackage.html" title="interface in org.eclipse.oomph.resources">ResourcesPackage</a></dt>
<dd>
<div class="block">The number of operations of the '<em>Maven Project Factory</em>' class.</div>
</dd>
<dt><a href="./org/eclipse/oomph/resources/MavenProjectFactory.html" title="interface in org.eclipse.oomph.resources"><span class="strong">MavenProjectFactory</span></a> - Interface in <a href="./org/eclipse/oomph/resources/package-summary.html">org.eclipse.oomph.resources</a></dt>
<dd>
<div class="block">A representation of the model object '<em><b>Maven Project Factory</b></em>'.</div>
</dd>
<dt><a href="./org/eclipse/oomph/resources/impl/MavenProjectFactoryImpl.html" title="class in org.eclipse.oomph.resources.impl"><span class="strong">MavenProjectFactoryImpl</span></a> - Class in <a href="./org/eclipse/oomph/resources/impl/package-summary.html">org.eclipse.oomph.resources.impl</a></dt>
<dd>
<div class="block">An implementation of the model object '<em><b>Maven Project Factory</b></em>'.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/impl/MavenProjectFactoryImpl.html#MavenProjectFactoryImpl()">MavenProjectFactoryImpl()</a></span> - Constructor for class org.eclipse.oomph.resources.impl.<a href="./org/eclipse/oomph/resources/impl/MavenProjectFactoryImpl.html" title="class in org.eclipse.oomph.resources.impl">MavenProjectFactoryImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/IOUtil.html#mkdirs(java.io.File)">mkdirs(File)</a></span> - Static method in class org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/IOUtil.html" title="class in org.eclipse.oomph.util">IOUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/base/BasePackage.Literals.html#MODEL_ELEMENT">MODEL_ELEMENT</a></span> - Static variable in interface org.eclipse.oomph.base.<a href="./org/eclipse/oomph/base/BasePackage.Literals.html" title="interface in org.eclipse.oomph.base">BasePackage.Literals</a></dt>
<dd>
<div class="block">The meta object literal for the '<a href="./org/eclipse/oomph/base/impl/ModelElementImpl.html" title="class in org.eclipse.oomph.base.impl"><code><em>Model Element</em></code></a>' class.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/base/BasePackage.html#MODEL_ELEMENT">MODEL_ELEMENT</a></span> - Static variable in interface org.eclipse.oomph.base.<a href="./org/eclipse/oomph/base/BasePackage.html" title="interface in org.eclipse.oomph.base">BasePackage</a></dt>
<dd>
<div class="block">The meta object id for the '<a href="./org/eclipse/oomph/base/impl/ModelElementImpl.html" title="class in org.eclipse.oomph.base.impl"><code><em>Model Element</em></code></a>' class.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/base/BasePackage.Literals.html#MODEL_ELEMENT___GET_ANNOTATION__STRING">MODEL_ELEMENT___GET_ANNOTATION__STRING</a></span> - Static variable in interface org.eclipse.oomph.base.<a href="./org/eclipse/oomph/base/BasePackage.Literals.html" title="interface in org.eclipse.oomph.base">BasePackage.Literals</a></dt>
<dd>
<div class="block">The meta object literal for the '<em><b>Get Annotation</b></em>' operation.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/base/BasePackage.html#MODEL_ELEMENT___GET_ANNOTATION__STRING">MODEL_ELEMENT___GET_ANNOTATION__STRING</a></span> - Static variable in interface org.eclipse.oomph.base.<a href="./org/eclipse/oomph/base/BasePackage.html" title="interface in org.eclipse.oomph.base">BasePackage</a></dt>
<dd>
<div class="block">The operation id for the '<em>Get Annotation</em>' operation.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/base/BasePackage.Literals.html#MODEL_ELEMENT__ANNOTATIONS">MODEL_ELEMENT__ANNOTATIONS</a></span> - Static variable in interface org.eclipse.oomph.base.<a href="./org/eclipse/oomph/base/BasePackage.Literals.html" title="interface in org.eclipse.oomph.base">BasePackage.Literals</a></dt>
<dd>
<div class="block">The meta object literal for the '<em><b>Annotations</b></em>' containment reference list feature.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/base/BasePackage.html#MODEL_ELEMENT__ANNOTATIONS">MODEL_ELEMENT__ANNOTATIONS</a></span> - Static variable in interface org.eclipse.oomph.base.<a href="./org/eclipse/oomph/base/BasePackage.html" title="interface in org.eclipse.oomph.base">BasePackage</a></dt>
<dd>
<div class="block">The feature id for the '<em><b>Annotations</b></em>' containment reference list.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/base/BasePackage.html#MODEL_ELEMENT_FEATURE_COUNT">MODEL_ELEMENT_FEATURE_COUNT</a></span> - Static variable in interface org.eclipse.oomph.base.<a href="./org/eclipse/oomph/base/BasePackage.html" title="interface in org.eclipse.oomph.base">BasePackage</a></dt>
<dd>
<div class="block">The number of structural features of the '<em>Model Element</em>' class.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/base/BasePackage.html#MODEL_ELEMENT_OPERATION_COUNT">MODEL_ELEMENT_OPERATION_COUNT</a></span> - Static variable in interface org.eclipse.oomph.base.<a href="./org/eclipse/oomph/base/BasePackage.html" title="interface in org.eclipse.oomph.base">BasePackage</a></dt>
<dd>
<div class="block">The number of operations of the '<em>Model Element</em>' class.</div>
</dd>
<dt><a href="./org/eclipse/oomph/base/ModelElement.html" title="interface in org.eclipse.oomph.base"><span class="strong">ModelElement</span></a> - Interface in <a href="./org/eclipse/oomph/base/package-summary.html">org.eclipse.oomph.base</a></dt>
<dd>
<div class="block">A representation of the model object '<em><b>Element</b></em>'.</div>
</dd>
<dt><a href="./org/eclipse/oomph/base/impl/ModelElementImpl.html" title="class in org.eclipse.oomph.base.impl"><span class="strong">ModelElementImpl</span></a> - Class in <a href="./org/eclipse/oomph/base/impl/package-summary.html">org.eclipse.oomph.base.impl</a></dt>
<dd>
<div class="block">An implementation of the model object '<em><b>Element</b></em>'.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/base/impl/ModelElementImpl.html#ModelElementImpl()">ModelElementImpl()</a></span> - Constructor for class org.eclipse.oomph.base.impl.<a href="./org/eclipse/oomph/base/impl/ModelElementImpl.html" title="class in org.eclipse.oomph.base.impl">ModelElementImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/base/util/BaseAdapterFactory.html#modelPackage">modelPackage</a></span> - Static variable in class org.eclipse.oomph.base.util.<a href="./org/eclipse/oomph/base/util/BaseAdapterFactory.html" title="class in org.eclipse.oomph.base.util">BaseAdapterFactory</a></dt>
<dd>
<div class="block">The cached model package.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/base/util/BaseSwitch.html#modelPackage">modelPackage</a></span> - Static variable in class org.eclipse.oomph.base.util.<a href="./org/eclipse/oomph/base/util/BaseSwitch.html" title="class in org.eclipse.oomph.base.util">BaseSwitch</a></dt>
<dd>
<div class="block">The cached model package
<!-- begin-user-doc -->
<!-- end-user-doc --></div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/util/PredicatesAdapterFactory.html#modelPackage">modelPackage</a></span> - Static variable in class org.eclipse.oomph.predicates.util.<a href="./org/eclipse/oomph/predicates/util/PredicatesAdapterFactory.html" title="class in org.eclipse.oomph.predicates.util">PredicatesAdapterFactory</a></dt>
<dd>
<div class="block">The cached model package.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/util/PredicatesSwitch.html#modelPackage">modelPackage</a></span> - Static variable in class org.eclipse.oomph.predicates.util.<a href="./org/eclipse/oomph/predicates/util/PredicatesSwitch.html" title="class in org.eclipse.oomph.predicates.util">PredicatesSwitch</a></dt>
<dd>
<div class="block">The cached model package
<!-- begin-user-doc -->
<!-- end-user-doc --></div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/util/ResourcesAdapterFactory.html#modelPackage">modelPackage</a></span> - Static variable in class org.eclipse.oomph.resources.util.<a href="./org/eclipse/oomph/resources/util/ResourcesAdapterFactory.html" title="class in org.eclipse.oomph.resources.util">ResourcesAdapterFactory</a></dt>
<dd>
<div class="block">The cached model package.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/util/ResourcesSwitch.html#modelPackage">modelPackage</a></span> - Static variable in class org.eclipse.oomph.resources.util.<a href="./org/eclipse/oomph/resources/util/ResourcesSwitch.html" title="class in org.eclipse.oomph.resources.util">ResourcesSwitch</a></dt>
<dd>
<div class="block">The cached model package
<!-- begin-user-doc -->
<!-- end-user-doc --></div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/base/util/BaseAdapterFactory.html#modelSwitch">modelSwitch</a></span> - Variable in class org.eclipse.oomph.base.util.<a href="./org/eclipse/oomph/base/util/BaseAdapterFactory.html" title="class in org.eclipse.oomph.base.util">BaseAdapterFactory</a></dt>
<dd>
<div class="block">The switch that delegates to the <code>createXXX</code> methods.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/util/PredicatesAdapterFactory.html#modelSwitch">modelSwitch</a></span> - Variable in class org.eclipse.oomph.predicates.util.<a href="./org/eclipse/oomph/predicates/util/PredicatesAdapterFactory.html" title="class in org.eclipse.oomph.predicates.util">PredicatesAdapterFactory</a></dt>
<dd>
<div class="block">The switch that delegates to the <code>createXXX</code> methods.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/util/ResourcesAdapterFactory.html#modelSwitch">modelSwitch</a></span> - Variable in class org.eclipse.oomph.resources.util.<a href="./org/eclipse/oomph/resources/util/ResourcesAdapterFactory.html" title="class in org.eclipse.oomph.resources.util">ResourcesAdapterFactory</a></dt>
<dd>
<div class="block">The switch that delegates to the <code>createXXX</code> methods.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/ResourcesPackage.Literals.html#MULTI_STATUS">MULTI_STATUS</a></span> - Static variable in interface org.eclipse.oomph.resources.<a href="./org/eclipse/oomph/resources/ResourcesPackage.Literals.html" title="interface in org.eclipse.oomph.resources">ResourcesPackage.Literals</a></dt>
<dd>
<div class="block">The meta object literal for the '<em>Multi Status</em>' data type.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/ResourcesPackage.html#MULTI_STATUS">MULTI_STATUS</a></span> - Static variable in interface org.eclipse.oomph.resources.<a href="./org/eclipse/oomph/resources/ResourcesPackage.html" title="interface in org.eclipse.oomph.resources">ResourcesPackage</a></dt>
<dd>
<div class="block">The meta object id for the '<em>Multi Status</em>' data type.</div>
</dd>
</dl>
<a name="_N_">
<!-- -->
</a>
<h2 class="title">N</h2>
<dl>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/PredicatesPackage.Literals.html#NAME_PREDICATE">NAME_PREDICATE</a></span> - Static variable in interface org.eclipse.oomph.predicates.<a href="./org/eclipse/oomph/predicates/PredicatesPackage.Literals.html" title="interface in org.eclipse.oomph.predicates">PredicatesPackage.Literals</a></dt>
<dd>
<div class="block">The meta object literal for the '<a href="./org/eclipse/oomph/predicates/impl/NamePredicateImpl.html" title="class in org.eclipse.oomph.predicates.impl"><code><em>Name Predicate</em></code></a>' class.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/PredicatesPackage.html#NAME_PREDICATE">NAME_PREDICATE</a></span> - Static variable in interface org.eclipse.oomph.predicates.<a href="./org/eclipse/oomph/predicates/PredicatesPackage.html" title="interface in org.eclipse.oomph.predicates">PredicatesPackage</a></dt>
<dd>
<div class="block">The meta object id for the '<a href="./org/eclipse/oomph/predicates/impl/NamePredicateImpl.html" title="class in org.eclipse.oomph.predicates.impl"><code><em>Name Predicate</em></code></a>' class.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/PredicatesPackage.html#NAME_PREDICATE___GET_ANNOTATION__STRING">NAME_PREDICATE___GET_ANNOTATION__STRING</a></span> - Static variable in interface org.eclipse.oomph.predicates.<a href="./org/eclipse/oomph/predicates/PredicatesPackage.html" title="interface in org.eclipse.oomph.predicates">PredicatesPackage</a></dt>
<dd>
<div class="block">The operation id for the '<em>Get Annotation</em>' operation.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/PredicatesPackage.html#NAME_PREDICATE___MATCHES__IRESOURCE">NAME_PREDICATE___MATCHES__IRESOURCE</a></span> - Static variable in interface org.eclipse.oomph.predicates.<a href="./org/eclipse/oomph/predicates/PredicatesPackage.html" title="interface in org.eclipse.oomph.predicates">PredicatesPackage</a></dt>
<dd>
<div class="block">The operation id for the '<em>Matches</em>' operation.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/PredicatesPackage.html#NAME_PREDICATE__ANNOTATIONS">NAME_PREDICATE__ANNOTATIONS</a></span> - Static variable in interface org.eclipse.oomph.predicates.<a href="./org/eclipse/oomph/predicates/PredicatesPackage.html" title="interface in org.eclipse.oomph.predicates">PredicatesPackage</a></dt>
<dd>
<div class="block">The feature id for the '<em><b>Annotations</b></em>' containment reference list.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/PredicatesPackage.Literals.html#NAME_PREDICATE__PATTERN">NAME_PREDICATE__PATTERN</a></span> - Static variable in interface org.eclipse.oomph.predicates.<a href="./org/eclipse/oomph/predicates/PredicatesPackage.Literals.html" title="interface in org.eclipse.oomph.predicates">PredicatesPackage.Literals</a></dt>
<dd>
<div class="block">The meta object literal for the '<em><b>Pattern</b></em>' attribute feature.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/PredicatesPackage.html#NAME_PREDICATE__PATTERN">NAME_PREDICATE__PATTERN</a></span> - Static variable in interface org.eclipse.oomph.predicates.<a href="./org/eclipse/oomph/predicates/PredicatesPackage.html" title="interface in org.eclipse.oomph.predicates">PredicatesPackage</a></dt>
<dd>
<div class="block">The feature id for the '<em><b>Pattern</b></em>' attribute.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/PredicatesPackage.html#NAME_PREDICATE_FEATURE_COUNT">NAME_PREDICATE_FEATURE_COUNT</a></span> - Static variable in interface org.eclipse.oomph.predicates.<a href="./org/eclipse/oomph/predicates/PredicatesPackage.html" title="interface in org.eclipse.oomph.predicates">PredicatesPackage</a></dt>
<dd>
<div class="block">The number of structural features of the '<em>Name Predicate</em>' class.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/PredicatesPackage.html#NAME_PREDICATE_OPERATION_COUNT">NAME_PREDICATE_OPERATION_COUNT</a></span> - Static variable in interface org.eclipse.oomph.predicates.<a href="./org/eclipse/oomph/predicates/PredicatesPackage.html" title="interface in org.eclipse.oomph.predicates">PredicatesPackage</a></dt>
<dd>
<div class="block">The number of operations of the '<em>Name Predicate</em>' class.</div>
</dd>
<dt><a href="./org/eclipse/oomph/predicates/NamePredicate.html" title="interface in org.eclipse.oomph.predicates"><span class="strong">NamePredicate</span></a> - Interface in <a href="./org/eclipse/oomph/predicates/package-summary.html">org.eclipse.oomph.predicates</a></dt>
<dd>
<div class="block">A representation of the model object '<em><b>Name Predicate</b></em>'.</div>
</dd>
<dt><a href="./org/eclipse/oomph/predicates/impl/NamePredicateImpl.html" title="class in org.eclipse.oomph.predicates.impl"><span class="strong">NamePredicateImpl</span></a> - Class in <a href="./org/eclipse/oomph/predicates/impl/package-summary.html">org.eclipse.oomph.predicates.impl</a></dt>
<dd>
<div class="block">An implementation of the model object '<em><b>Name Predicate</b></em>'.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/impl/NamePredicateImpl.html#NamePredicateImpl()">NamePredicateImpl()</a></span> - Constructor for class org.eclipse.oomph.predicates.impl.<a href="./org/eclipse/oomph/predicates/impl/NamePredicateImpl.html" title="class in org.eclipse.oomph.predicates.impl">NamePredicateImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/impl/NaturePredicateImpl.html#nature">nature</a></span> - Variable in class org.eclipse.oomph.predicates.impl.<a href="./org/eclipse/oomph/predicates/impl/NaturePredicateImpl.html" title="class in org.eclipse.oomph.predicates.impl">NaturePredicateImpl</a></dt>
<dd>
<div class="block">The cached value of the '<a href="./org/eclipse/oomph/predicates/impl/NaturePredicateImpl.html#getNature()"><code><em>Nature</em></code></a>' attribute.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/impl/NaturePredicateImpl.html#NATURE_EDEFAULT">NATURE_EDEFAULT</a></span> - Static variable in class org.eclipse.oomph.predicates.impl.<a href="./org/eclipse/oomph/predicates/impl/NaturePredicateImpl.html" title="class in org.eclipse.oomph.predicates.impl">NaturePredicateImpl</a></dt>
<dd>
<div class="block">The default value of the '<a href="./org/eclipse/oomph/predicates/impl/NaturePredicateImpl.html#getNature()"><code><em>Nature</em></code></a>' attribute.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/PredicatesPackage.Literals.html#NATURE_PREDICATE">NATURE_PREDICATE</a></span> - Static variable in interface org.eclipse.oomph.predicates.<a href="./org/eclipse/oomph/predicates/PredicatesPackage.Literals.html" title="interface in org.eclipse.oomph.predicates">PredicatesPackage.Literals</a></dt>
<dd>
<div class="block">The meta object literal for the '<a href="./org/eclipse/oomph/predicates/impl/NaturePredicateImpl.html" title="class in org.eclipse.oomph.predicates.impl"><code><em>Nature Predicate</em></code></a>' class.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/PredicatesPackage.html#NATURE_PREDICATE">NATURE_PREDICATE</a></span> - Static variable in interface org.eclipse.oomph.predicates.<a href="./org/eclipse/oomph/predicates/PredicatesPackage.html" title="interface in org.eclipse.oomph.predicates">PredicatesPackage</a></dt>
<dd>
<div class="block">The meta object id for the '<a href="./org/eclipse/oomph/predicates/impl/NaturePredicateImpl.html" title="class in org.eclipse.oomph.predicates.impl"><code><em>Nature Predicate</em></code></a>' class.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/PredicatesPackage.html#NATURE_PREDICATE___GET_ANNOTATION__STRING">NATURE_PREDICATE___GET_ANNOTATION__STRING</a></span> - Static variable in interface org.eclipse.oomph.predicates.<a href="./org/eclipse/oomph/predicates/PredicatesPackage.html" title="interface in org.eclipse.oomph.predicates">PredicatesPackage</a></dt>
<dd>
<div class="block">The operation id for the '<em>Get Annotation</em>' operation.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/PredicatesPackage.html#NATURE_PREDICATE___MATCHES__IRESOURCE">NATURE_PREDICATE___MATCHES__IRESOURCE</a></span> - Static variable in interface org.eclipse.oomph.predicates.<a href="./org/eclipse/oomph/predicates/PredicatesPackage.html" title="interface in org.eclipse.oomph.predicates">PredicatesPackage</a></dt>
<dd>
<div class="block">The operation id for the '<em>Matches</em>' operation.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/PredicatesPackage.html#NATURE_PREDICATE__ANNOTATIONS">NATURE_PREDICATE__ANNOTATIONS</a></span> - Static variable in interface org.eclipse.oomph.predicates.<a href="./org/eclipse/oomph/predicates/PredicatesPackage.html" title="interface in org.eclipse.oomph.predicates">PredicatesPackage</a></dt>
<dd>
<div class="block">The feature id for the '<em><b>Annotations</b></em>' containment reference list.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/PredicatesPackage.Literals.html#NATURE_PREDICATE__NATURE">NATURE_PREDICATE__NATURE</a></span> - Static variable in interface org.eclipse.oomph.predicates.<a href="./org/eclipse/oomph/predicates/PredicatesPackage.Literals.html" title="interface in org.eclipse.oomph.predicates">PredicatesPackage.Literals</a></dt>
<dd>
<div class="block">The meta object literal for the '<em><b>Nature</b></em>' attribute feature.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/PredicatesPackage.html#NATURE_PREDICATE__NATURE">NATURE_PREDICATE__NATURE</a></span> - Static variable in interface org.eclipse.oomph.predicates.<a href="./org/eclipse/oomph/predicates/PredicatesPackage.html" title="interface in org.eclipse.oomph.predicates">PredicatesPackage</a></dt>
<dd>
<div class="block">The feature id for the '<em><b>Nature</b></em>' attribute.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/PredicatesPackage.html#NATURE_PREDICATE_FEATURE_COUNT">NATURE_PREDICATE_FEATURE_COUNT</a></span> - Static variable in interface org.eclipse.oomph.predicates.<a href="./org/eclipse/oomph/predicates/PredicatesPackage.html" title="interface in org.eclipse.oomph.predicates">PredicatesPackage</a></dt>
<dd>
<div class="block">The number of structural features of the '<em>Nature Predicate</em>' class.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/PredicatesPackage.html#NATURE_PREDICATE_OPERATION_COUNT">NATURE_PREDICATE_OPERATION_COUNT</a></span> - Static variable in interface org.eclipse.oomph.predicates.<a href="./org/eclipse/oomph/predicates/PredicatesPackage.html" title="interface in org.eclipse.oomph.predicates">PredicatesPackage</a></dt>
<dd>
<div class="block">The number of operations of the '<em>Nature Predicate</em>' class.</div>
</dd>
<dt><a href="./org/eclipse/oomph/predicates/NaturePredicate.html" title="interface in org.eclipse.oomph.predicates"><span class="strong">NaturePredicate</span></a> - Interface in <a href="./org/eclipse/oomph/predicates/package-summary.html">org.eclipse.oomph.predicates</a></dt>
<dd>
<div class="block">A representation of the model object '<em><b>Nature Predicate</b></em>'.</div>
</dd>
<dt><a href="./org/eclipse/oomph/predicates/impl/NaturePredicateImpl.html" title="class in org.eclipse.oomph.predicates.impl"><span class="strong">NaturePredicateImpl</span></a> - Class in <a href="./org/eclipse/oomph/predicates/impl/package-summary.html">org.eclipse.oomph.predicates.impl</a></dt>
<dd>
<div class="block">An implementation of the model object '<em><b>Nature Predicate</b></em>'.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/impl/NaturePredicateImpl.html#NaturePredicateImpl()">NaturePredicateImpl()</a></span> - Constructor for class org.eclipse.oomph.predicates.impl.<a href="./org/eclipse/oomph/predicates/impl/NaturePredicateImpl.html" title="class in org.eclipse.oomph.predicates.impl">NaturePredicateImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/ConcurrentArray.html#newArray(int)">newArray(int)</a></span> - Method in class org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/ConcurrentArray.html" title="class in org.eclipse.oomph.util">ConcurrentArray</a></dt>
<dd>
<div class="block">Synchronized through <a href="./org/eclipse/oomph/util/ConcurrentArray.html#add(E)"><code>ConcurrentArray.add(Object)</code></a> or <a href="./org/eclipse/oomph/util/ConcurrentArray.html#remove(E)"><code>ConcurrentArray.remove(Object)</code></a>.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/SubMonitor.html#newChild()">newChild()</a></span> - Method in class org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/SubMonitor.html" title="class in org.eclipse.oomph.util">SubMonitor</a></dt>
<dd>
<div class="block">Same as <a href="./org/eclipse/oomph/util/SubMonitor.html#newChild(int)"><code>newChild(1)</code></a>.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/SubMonitor.html#newChild(int)">newChild(int)</a></span> - Method in class org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/SubMonitor.html" title="class in org.eclipse.oomph.util">SubMonitor</a></dt>
<dd>
<div class="block">Creates a sub progress monitor that will consume the given number of ticks from the
receiver.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/SubMonitor.html#newChild(int,%20int)">newChild(int, int)</a></span> - Method in class org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/SubMonitor.html" title="class in org.eclipse.oomph.util">SubMonitor</a></dt>
<dd>
<div class="block">Creates a sub progress monitor that will consume the given number of ticks from the
receiver.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/ReflectUtil.html#newInstance(java.lang.reflect.Constructor,%20java.lang.Object...)">newInstance(Constructor&lt;T&gt;, Object...)</a></span> - Static method in class org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/ReflectUtil.html" title="class in org.eclipse.oomph.util">ReflectUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/AbstractIterator.html#next()">next()</a></span> - Method in class org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/AbstractIterator.html" title="class in org.eclipse.oomph.util">AbstractIterator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/StringUtil.html#NL">NL</a></span> - Static variable in class org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/StringUtil.html" title="class in org.eclipse.oomph.util">StringUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/PredicatesPackage.Literals.html#NOT_PREDICATE">NOT_PREDICATE</a></span> - Static variable in interface org.eclipse.oomph.predicates.<a href="./org/eclipse/oomph/predicates/PredicatesPackage.Literals.html" title="interface in org.eclipse.oomph.predicates">PredicatesPackage.Literals</a></dt>
<dd>
<div class="block">The meta object literal for the '<a href="./org/eclipse/oomph/predicates/impl/NotPredicateImpl.html" title="class in org.eclipse.oomph.predicates.impl"><code><em>Not Predicate</em></code></a>' class.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/PredicatesPackage.html#NOT_PREDICATE">NOT_PREDICATE</a></span> - Static variable in interface org.eclipse.oomph.predicates.<a href="./org/eclipse/oomph/predicates/PredicatesPackage.html" title="interface in org.eclipse.oomph.predicates">PredicatesPackage</a></dt>
<dd>
<div class="block">The meta object id for the '<a href="./org/eclipse/oomph/predicates/impl/NotPredicateImpl.html" title="class in org.eclipse.oomph.predicates.impl"><code><em>Not Predicate</em></code></a>' class.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/PredicatesPackage.html#NOT_PREDICATE___GET_ANNOTATION__STRING">NOT_PREDICATE___GET_ANNOTATION__STRING</a></span> - Static variable in interface org.eclipse.oomph.predicates.<a href="./org/eclipse/oomph/predicates/PredicatesPackage.html" title="interface in org.eclipse.oomph.predicates">PredicatesPackage</a></dt>
<dd>
<div class="block">The operation id for the '<em>Get Annotation</em>' operation.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/PredicatesPackage.html#NOT_PREDICATE___MATCHES__IRESOURCE">NOT_PREDICATE___MATCHES__IRESOURCE</a></span> - Static variable in interface org.eclipse.oomph.predicates.<a href="./org/eclipse/oomph/predicates/PredicatesPackage.html" title="interface in org.eclipse.oomph.predicates">PredicatesPackage</a></dt>
<dd>
<div class="block">The operation id for the '<em>Matches</em>' operation.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/PredicatesPackage.html#NOT_PREDICATE__ANNOTATIONS">NOT_PREDICATE__ANNOTATIONS</a></span> - Static variable in interface org.eclipse.oomph.predicates.<a href="./org/eclipse/oomph/predicates/PredicatesPackage.html" title="interface in org.eclipse.oomph.predicates">PredicatesPackage</a></dt>
<dd>
<div class="block">The feature id for the '<em><b>Annotations</b></em>' containment reference list.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/PredicatesPackage.Literals.html#NOT_PREDICATE__OPERAND">NOT_PREDICATE__OPERAND</a></span> - Static variable in interface org.eclipse.oomph.predicates.<a href="./org/eclipse/oomph/predicates/PredicatesPackage.Literals.html" title="interface in org.eclipse.oomph.predicates">PredicatesPackage.Literals</a></dt>
<dd>
<div class="block">The meta object literal for the '<em><b>Operand</b></em>' containment reference feature.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/PredicatesPackage.html#NOT_PREDICATE__OPERAND">NOT_PREDICATE__OPERAND</a></span> - Static variable in interface org.eclipse.oomph.predicates.<a href="./org/eclipse/oomph/predicates/PredicatesPackage.html" title="interface in org.eclipse.oomph.predicates">PredicatesPackage</a></dt>
<dd>
<div class="block">The feature id for the '<em><b>Operand</b></em>' containment reference.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/PredicatesPackage.html#NOT_PREDICATE_FEATURE_COUNT">NOT_PREDICATE_FEATURE_COUNT</a></span> - Static variable in interface org.eclipse.oomph.predicates.<a href="./org/eclipse/oomph/predicates/PredicatesPackage.html" title="interface in org.eclipse.oomph.predicates">PredicatesPackage</a></dt>
<dd>
<div class="block">The number of structural features of the '<em>Not Predicate</em>' class.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/PredicatesPackage.html#NOT_PREDICATE_OPERATION_COUNT">NOT_PREDICATE_OPERATION_COUNT</a></span> - Static variable in interface org.eclipse.oomph.predicates.<a href="./org/eclipse/oomph/predicates/PredicatesPackage.html" title="interface in org.eclipse.oomph.predicates">PredicatesPackage</a></dt>
<dd>
<div class="block">The number of operations of the '<em>Not Predicate</em>' class.</div>
</dd>
<dt><a href="./org/eclipse/oomph/predicates/NotPredicate.html" title="interface in org.eclipse.oomph.predicates"><span class="strong">NotPredicate</span></a> - Interface in <a href="./org/eclipse/oomph/predicates/package-summary.html">org.eclipse.oomph.predicates</a></dt>
<dd>
<div class="block">A representation of the model object '<em><b>Not Predicate</b></em>'.</div>
</dd>
<dt><a href="./org/eclipse/oomph/predicates/impl/NotPredicateImpl.html" title="class in org.eclipse.oomph.predicates.impl"><span class="strong">NotPredicateImpl</span></a> - Class in <a href="./org/eclipse/oomph/predicates/impl/package-summary.html">org.eclipse.oomph.predicates.impl</a></dt>
<dd>
<div class="block">An implementation of the model object '<em><b>Not Predicate</b></em>'.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/impl/NotPredicateImpl.html#NotPredicateImpl()">NotPredicateImpl()</a></span> - Constructor for class org.eclipse.oomph.predicates.impl.<a href="./org/eclipse/oomph/predicates/impl/NotPredicateImpl.html" title="class in org.eclipse.oomph.predicates.impl">NotPredicateImpl</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="_O_">
<!-- -->
</a>
<h2 class="title">O</h2>
<dl>
<dt><a href="./org/eclipse/oomph/util/ObjectUtil.html" title="class in org.eclipse.oomph.util"><span class="strong">ObjectUtil</span></a> - Class in <a href="./org/eclipse/oomph/util/package-summary.html">org.eclipse.oomph.util</a></dt>
<dd>
<div class="block">Various static helper methods.</div>
</dd>
<dt><a href="./org/eclipse/oomph/util/OfflineMode.html" title="class in org.eclipse.oomph.util"><span class="strong">OfflineMode</span></a> - Class in <a href="./org/eclipse/oomph/util/package-summary.html">org.eclipse.oomph.util</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/OfflineMode.html#OfflineMode()">OfflineMode()</a></span> - Constructor for class org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/OfflineMode.html" title="class in org.eclipse.oomph.util">OfflineMode</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/eclipse/oomph/util/OomphPlugin.html" title="class in org.eclipse.oomph.util"><span class="strong">OomphPlugin</span></a> - Class in <a href="./org/eclipse/oomph/util/package-summary.html">org.eclipse.oomph.util</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/OomphPlugin.html#OomphPlugin(org.eclipse.emf.common.util.ResourceLocator[])">OomphPlugin(ResourceLocator[])</a></span> - Constructor for class org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/OomphPlugin.html" title="class in org.eclipse.oomph.util">OomphPlugin</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/eclipse/oomph/util/OomphPlugin.BundleFile.html" title="class in org.eclipse.oomph.util"><span class="strong">OomphPlugin.BundleFile</span></a> - Class in <a href="./org/eclipse/oomph/util/package-summary.html">org.eclipse.oomph.util</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/OomphPlugin.BundleFile.html#OomphPlugin.BundleFile(java.lang.String,%20boolean,%20org.eclipse.oomph.util.OomphPlugin.BundleFile)">OomphPlugin.BundleFile(String, boolean, OomphPlugin.BundleFile)</a></span> - Constructor for class org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/OomphPlugin.BundleFile.html" title="class in org.eclipse.oomph.util">OomphPlugin.BundleFile</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/eclipse/oomph/ui/OomphUIPlugin.html" title="class in org.eclipse.oomph.ui"><span class="strong">OomphUIPlugin</span></a> - Class in <a href="./org/eclipse/oomph/ui/package-summary.html">org.eclipse.oomph.ui</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/ui/OomphUIPlugin.html#OomphUIPlugin(org.eclipse.emf.common.util.ResourceLocator[])">OomphUIPlugin(ResourceLocator[])</a></span> - Constructor for class org.eclipse.oomph.ui.<a href="./org/eclipse/oomph/ui/OomphUIPlugin.html" title="class in org.eclipse.oomph.ui">OomphUIPlugin</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/ui/ErrorDialog.html#open(java.lang.Throwable)">open(Throwable)</a></span> - Static method in class org.eclipse.oomph.ui.<a href="./org/eclipse/oomph/ui/ErrorDialog.html" title="class in org.eclipse.oomph.ui">ErrorDialog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/IOUtil.html#openInputStream(java.io.File)">openInputStream(File)</a></span> - Static method in class org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/IOUtil.html" title="class in org.eclipse.oomph.util">IOUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/IOUtil.html#openOutputStream(java.io.File)">openOutputStream(File)</a></span> - Static method in class org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/IOUtil.html" title="class in org.eclipse.oomph.util">IOUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/ui/AbstractDialog.html#openTray(org.eclipse.jface.dialogs.DialogTray)">openTray(DialogTray)</a></span> - Method in class org.eclipse.oomph.ui.<a href="./org/eclipse/oomph/ui/AbstractDialog.html" title="class in org.eclipse.oomph.ui">AbstractDialog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/impl/NotPredicateImpl.html#operand">operand</a></span> - Variable in class org.eclipse.oomph.predicates.impl.<a href="./org/eclipse/oomph/predicates/impl/NotPredicateImpl.html" title="class in org.eclipse.oomph.predicates.impl">NotPredicateImpl</a></dt>
<dd>
<div class="block">The cached value of the '<a href="./org/eclipse/oomph/predicates/impl/NotPredicateImpl.html#getOperand()"><code><em>Operand</em></code></a>' containment reference.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/impl/AndPredicateImpl.html#operands">operands</a></span> - Variable in class org.eclipse.oomph.predicates.impl.<a href="./org/eclipse/oomph/predicates/impl/AndPredicateImpl.html" title="class in org.eclipse.oomph.predicates.impl">AndPredicateImpl</a></dt>
<dd>
<div class="block">The cached value of the '<a href="./org/eclipse/oomph/predicates/impl/AndPredicateImpl.html#getOperands()"><code><em>Operands</em></code></a>' containment reference list.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/impl/OrPredicateImpl.html#operands">operands</a></span> - Variable in class org.eclipse.oomph.predicates.impl.<a href="./org/eclipse/oomph/predicates/impl/OrPredicateImpl.html" title="class in org.eclipse.oomph.predicates.impl">OrPredicateImpl</a></dt>
<dd>
<div class="block">The cached value of the '<a href="./org/eclipse/oomph/predicates/impl/OrPredicateImpl.html#getOperands()"><code><em>Operands</em></code></a>' containment reference list.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/PredicatesPackage.Literals.html#OR_PREDICATE">OR_PREDICATE</a></span> - Static variable in interface org.eclipse.oomph.predicates.<a href="./org/eclipse/oomph/predicates/PredicatesPackage.Literals.html" title="interface in org.eclipse.oomph.predicates">PredicatesPackage.Literals</a></dt>
<dd>
<div class="block">The meta object literal for the '<a href="./org/eclipse/oomph/predicates/impl/OrPredicateImpl.html" title="class in org.eclipse.oomph.predicates.impl"><code><em>Or Predicate</em></code></a>' class.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/PredicatesPackage.html#OR_PREDICATE">OR_PREDICATE</a></span> - Static variable in interface org.eclipse.oomph.predicates.<a href="./org/eclipse/oomph/predicates/PredicatesPackage.html" title="interface in org.eclipse.oomph.predicates">PredicatesPackage</a></dt>
<dd>
<div class="block">The meta object id for the '<a href="./org/eclipse/oomph/predicates/impl/OrPredicateImpl.html" title="class in org.eclipse.oomph.predicates.impl"><code><em>Or Predicate</em></code></a>' class.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/PredicatesPackage.html#OR_PREDICATE___GET_ANNOTATION__STRING">OR_PREDICATE___GET_ANNOTATION__STRING</a></span> - Static variable in interface org.eclipse.oomph.predicates.<a href="./org/eclipse/oomph/predicates/PredicatesPackage.html" title="interface in org.eclipse.oomph.predicates">PredicatesPackage</a></dt>
<dd>
<div class="block">The operation id for the '<em>Get Annotation</em>' operation.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/PredicatesPackage.html#OR_PREDICATE___MATCHES__IRESOURCE">OR_PREDICATE___MATCHES__IRESOURCE</a></span> - Static variable in interface org.eclipse.oomph.predicates.<a href="./org/eclipse/oomph/predicates/PredicatesPackage.html" title="interface in org.eclipse.oomph.predicates">PredicatesPackage</a></dt>
<dd>
<div class="block">The operation id for the '<em>Matches</em>' operation.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/PredicatesPackage.html#OR_PREDICATE__ANNOTATIONS">OR_PREDICATE__ANNOTATIONS</a></span> - Static variable in interface org.eclipse.oomph.predicates.<a href="./org/eclipse/oomph/predicates/PredicatesPackage.html" title="interface in org.eclipse.oomph.predicates">PredicatesPackage</a></dt>
<dd>
<div class="block">The feature id for the '<em><b>Annotations</b></em>' containment reference list.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/PredicatesPackage.Literals.html#OR_PREDICATE__OPERANDS">OR_PREDICATE__OPERANDS</a></span> - Static variable in interface org.eclipse.oomph.predicates.<a href="./org/eclipse/oomph/predicates/PredicatesPackage.Literals.html" title="interface in org.eclipse.oomph.predicates">PredicatesPackage.Literals</a></dt>
<dd>
<div class="block">The meta object literal for the '<em><b>Operands</b></em>' containment reference list feature.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/PredicatesPackage.html#OR_PREDICATE__OPERANDS">OR_PREDICATE__OPERANDS</a></span> - Static variable in interface org.eclipse.oomph.predicates.<a href="./org/eclipse/oomph/predicates/PredicatesPackage.html" title="interface in org.eclipse.oomph.predicates">PredicatesPackage</a></dt>
<dd>
<div class="block">The feature id for the '<em><b>Operands</b></em>' containment reference list.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/PredicatesPackage.html#OR_PREDICATE_FEATURE_COUNT">OR_PREDICATE_FEATURE_COUNT</a></span> - Static variable in interface org.eclipse.oomph.predicates.<a href="./org/eclipse/oomph/predicates/PredicatesPackage.html" title="interface in org.eclipse.oomph.predicates">PredicatesPackage</a></dt>
<dd>
<div class="block">The number of structural features of the '<em>Or Predicate</em>' class.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/PredicatesPackage.html#OR_PREDICATE_OPERATION_COUNT">OR_PREDICATE_OPERATION_COUNT</a></span> - Static variable in interface org.eclipse.oomph.predicates.<a href="./org/eclipse/oomph/predicates/PredicatesPackage.html" title="interface in org.eclipse.oomph.predicates">PredicatesPackage</a></dt>
<dd>
<div class="block">The number of operations of the '<em>Or Predicate</em>' class.</div>
</dd>
<dt><a href="./org/eclipse/oomph/base/package-summary.html">org.eclipse.oomph.base</a> - package org.eclipse.oomph.base</dt>
<dd>&nbsp;</dd>
<dt><a href="./org/eclipse/oomph/base/impl/package-summary.html">org.eclipse.oomph.base.impl</a> - package org.eclipse.oomph.base.impl</dt>
<dd>&nbsp;</dd>
<dt><a href="./org/eclipse/oomph/base/util/package-summary.html">org.eclipse.oomph.base.util</a> - package org.eclipse.oomph.base.util</dt>
<dd>&nbsp;</dd>
<dt><a href="./org/eclipse/oomph/predicates/package-summary.html">org.eclipse.oomph.predicates</a> - package org.eclipse.oomph.predicates</dt>
<dd>
<div class="block">The generated EMF API of the predicates model.</div>
</dd>
<dt><a href="./org/eclipse/oomph/predicates/impl/package-summary.html">org.eclipse.oomph.predicates.impl</a> - package org.eclipse.oomph.predicates.impl</dt>
<dd>
<div class="block">The generated EMF implementation of the predicates model.</div>
</dd>
<dt><a href="./org/eclipse/oomph/predicates/util/package-summary.html">org.eclipse.oomph.predicates.util</a> - package org.eclipse.oomph.predicates.util</dt>
<dd>
<div class="block">The generated EMF utilities of the predicates model.</div>
</dd>
<dt><a href="./org/eclipse/oomph/resources/package-summary.html">org.eclipse.oomph.resources</a> - package org.eclipse.oomph.resources</dt>
<dd>&nbsp;</dd>
<dt><a href="./org/eclipse/oomph/resources/backend/package-summary.html">org.eclipse.oomph.resources.backend</a> - package org.eclipse.oomph.resources.backend</dt>
<dd>&nbsp;</dd>
<dt><a href="./org/eclipse/oomph/resources/impl/package-summary.html">org.eclipse.oomph.resources.impl</a> - package org.eclipse.oomph.resources.impl</dt>
<dd>&nbsp;</dd>
<dt><a href="./org/eclipse/oomph/resources/util/package-summary.html">org.eclipse.oomph.resources.util</a> - package org.eclipse.oomph.resources.util</dt>
<dd>&nbsp;</dd>
<dt><a href="./org/eclipse/oomph/ui/package-summary.html">org.eclipse.oomph.ui</a> - package org.eclipse.oomph.ui</dt>
<dd>&nbsp;</dd>
<dt><a href="./org/eclipse/oomph/util/package-summary.html">org.eclipse.oomph.util</a> - package org.eclipse.oomph.util</dt>
<dd>&nbsp;</dd>
<dt><a href="./org/eclipse/oomph/util/pde/package-summary.html">org.eclipse.oomph.util.pde</a> - package org.eclipse.oomph.util.pde</dt>
<dd>&nbsp;</dd>
<dt><a href="./org/eclipse/oomph/predicates/OrPredicate.html" title="interface in org.eclipse.oomph.predicates"><span class="strong">OrPredicate</span></a> - Interface in <a href="./org/eclipse/oomph/predicates/package-summary.html">org.eclipse.oomph.predicates</a></dt>
<dd>
<div class="block">A representation of the model object '<em><b>Or Predicate</b></em>'.</div>
</dd>
<dt><a href="./org/eclipse/oomph/predicates/impl/OrPredicateImpl.html" title="class in org.eclipse.oomph.predicates.impl"><span class="strong">OrPredicateImpl</span></a> - Class in <a href="./org/eclipse/oomph/predicates/impl/package-summary.html">org.eclipse.oomph.predicates.impl</a></dt>
<dd>
<div class="block">An implementation of the model object '<em><b>Or Predicate</b></em>'.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/impl/OrPredicateImpl.html#OrPredicateImpl()">OrPredicateImpl()</a></span> - Constructor for class org.eclipse.oomph.predicates.impl.<a href="./org/eclipse/oomph/predicates/impl/OrPredicateImpl.html" title="class in org.eclipse.oomph.predicates.impl">OrPredicateImpl</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="_P_">
<!-- -->
</a>
<h2 class="title">P</h2>
<dl>
<dt><a href="./org/eclipse/oomph/util/Pair.html" title="class in org.eclipse.oomph.util"><span class="strong">Pair</span></a>&lt;<a href="./org/eclipse/oomph/util/Pair.html" title="type parameter in Pair">T1</a>,<a href="./org/eclipse/oomph/util/Pair.html" title="type parameter in Pair">T2</a>&gt; - Class in <a href="./org/eclipse/oomph/util/package-summary.html">org.eclipse.oomph.util</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/Pair.html#Pair()">Pair()</a></span> - Constructor for class org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/Pair.html" title="class in org.eclipse.oomph.util">Pair</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/Pair.html#Pair(T1,%20T2)">Pair(T1, T2)</a></span> - Constructor for class org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/Pair.html" title="class in org.eclipse.oomph.util">Pair</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/Pair.html#Pair(org.eclipse.oomph.util.Pair)">Pair(Pair&lt;T1, T2&gt;)</a></span> - Constructor for class org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/Pair.html" title="class in org.eclipse.oomph.util">Pair</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/impl/CommentPredicateImpl.html#pattern">pattern</a></span> - Variable in class org.eclipse.oomph.predicates.impl.<a href="./org/eclipse/oomph/predicates/impl/CommentPredicateImpl.html" title="class in org.eclipse.oomph.predicates.impl">CommentPredicateImpl</a></dt>
<dd>
<div class="block">The cached value of the '<a href="./org/eclipse/oomph/predicates/impl/CommentPredicateImpl.html#getPattern()"><code><em>Pattern</em></code></a>' attribute.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/impl/LocationPredicateImpl.html#pattern">pattern</a></span> - Variable in class org.eclipse.oomph.predicates.impl.<a href="./org/eclipse/oomph/predicates/impl/LocationPredicateImpl.html" title="class in org.eclipse.oomph.predicates.impl">LocationPredicateImpl</a></dt>
<dd>
<div class="block">The cached value of the '<a href="./org/eclipse/oomph/predicates/impl/LocationPredicateImpl.html#getPattern()"><code><em>Pattern</em></code></a>' attribute.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/impl/NamePredicateImpl.html#pattern">pattern</a></span> - Variable in class org.eclipse.oomph.predicates.impl.<a href="./org/eclipse/oomph/predicates/impl/NamePredicateImpl.html" title="class in org.eclipse.oomph.predicates.impl">NamePredicateImpl</a></dt>
<dd>
<div class="block">The cached value of the '<a href="./org/eclipse/oomph/predicates/impl/NamePredicateImpl.html#getPattern()"><code><em>Pattern</em></code></a>' attribute.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/impl/CommentPredicateImpl.html#PATTERN_EDEFAULT">PATTERN_EDEFAULT</a></span> - Static variable in class org.eclipse.oomph.predicates.impl.<a href="./org/eclipse/oomph/predicates/impl/CommentPredicateImpl.html" title="class in org.eclipse.oomph.predicates.impl">CommentPredicateImpl</a></dt>
<dd>
<div class="block">The default value of the '<a href="./org/eclipse/oomph/predicates/impl/CommentPredicateImpl.html#getPattern()"><code><em>Pattern</em></code></a>' attribute.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/impl/LocationPredicateImpl.html#PATTERN_EDEFAULT">PATTERN_EDEFAULT</a></span> - Static variable in class org.eclipse.oomph.predicates.impl.<a href="./org/eclipse/oomph/predicates/impl/LocationPredicateImpl.html" title="class in org.eclipse.oomph.predicates.impl">LocationPredicateImpl</a></dt>
<dd>
<div class="block">The default value of the '<a href="./org/eclipse/oomph/predicates/impl/LocationPredicateImpl.html#getPattern()"><code><em>Pattern</em></code></a>' attribute.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/impl/NamePredicateImpl.html#PATTERN_EDEFAULT">PATTERN_EDEFAULT</a></span> - Static variable in class org.eclipse.oomph.predicates.impl.<a href="./org/eclipse/oomph/predicates/impl/NamePredicateImpl.html" title="class in org.eclipse.oomph.predicates.impl">NamePredicateImpl</a></dt>
<dd>
<div class="block">The default value of the '<a href="./org/eclipse/oomph/predicates/impl/NamePredicateImpl.html#getPattern()"><code><em>Pattern</em></code></a>' attribute.</div>
</dd>
<dt><a href="./org/eclipse/oomph/ui/PersistentButton.html" title="class in org.eclipse.oomph.ui"><span class="strong">PersistentButton</span></a> - Class in <a href="./org/eclipse/oomph/ui/package-summary.html">org.eclipse.oomph.ui</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/ui/PersistentButton.html#PersistentButton(org.eclipse.swt.widgets.Composite,%20int,%20boolean,%20org.eclipse.oomph.ui.PersistentButton.Persistence)">PersistentButton(Composite, int, boolean, PersistentButton.Persistence)</a></span> - Constructor for class org.eclipse.oomph.ui.<a href="./org/eclipse/oomph/ui/PersistentButton.html" title="class in org.eclipse.oomph.ui">PersistentButton</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/eclipse/oomph/ui/PersistentButton.DialogSettingsPersistence.html" title="class in org.eclipse.oomph.ui"><span class="strong">PersistentButton.DialogSettingsPersistence</span></a> - Class in <a href="./org/eclipse/oomph/ui/package-summary.html">org.eclipse.oomph.ui</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/ui/PersistentButton.DialogSettingsPersistence.html#PersistentButton.DialogSettingsPersistence(org.eclipse.jface.dialogs.IDialogSettings,%20java.lang.String)">PersistentButton.DialogSettingsPersistence(IDialogSettings, String)</a></span> - Constructor for class org.eclipse.oomph.ui.<a href="./org/eclipse/oomph/ui/PersistentButton.DialogSettingsPersistence.html" title="class in org.eclipse.oomph.ui">PersistentButton.DialogSettingsPersistence</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/eclipse/oomph/ui/PersistentButton.Persistence.html" title="class in org.eclipse.oomph.ui"><span class="strong">PersistentButton.Persistence</span></a> - Class in <a href="./org/eclipse/oomph/ui/package-summary.html">org.eclipse.oomph.ui</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/ui/PersistentButton.Persistence.html#PersistentButton.Persistence()">PersistentButton.Persistence()</a></span> - Constructor for class org.eclipse.oomph.ui.<a href="./org/eclipse/oomph/ui/PersistentButton.Persistence.html" title="class in org.eclipse.oomph.ui">PersistentButton.Persistence</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/eclipse/oomph/ui/PersistentButton.ToggleCommandPersistence.html" title="class in org.eclipse.oomph.ui"><span class="strong">PersistentButton.ToggleCommandPersistence</span></a> - Class in <a href="./org/eclipse/oomph/ui/package-summary.html">org.eclipse.oomph.ui</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/ui/PersistentButton.ToggleCommandPersistence.html#PersistentButton.ToggleCommandPersistence(java.lang.String)">PersistentButton.ToggleCommandPersistence(String)</a></span> - Constructor for class org.eclipse.oomph.ui.<a href="./org/eclipse/oomph/ui/PersistentButton.ToggleCommandPersistence.html" title="class in org.eclipse.oomph.ui">PersistentButton.ToggleCommandPersistence</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/eclipse/oomph/predicates/Predicate.html" title="interface in org.eclipse.oomph.predicates"><span class="strong">Predicate</span></a> - Interface in <a href="./org/eclipse/oomph/predicates/package-summary.html">org.eclipse.oomph.predicates</a></dt>
<dd>
<div class="block">A representation of the model object '<em><b>Predicate</b></em>'.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/PredicatesPackage.Literals.html#PREDICATE">PREDICATE</a></span> - Static variable in interface org.eclipse.oomph.predicates.<a href="./org/eclipse/oomph/predicates/PredicatesPackage.Literals.html" title="interface in org.eclipse.oomph.predicates">PredicatesPackage.Literals</a></dt>
<dd>
<div class="block">The meta object literal for the '<a href="./org/eclipse/oomph/predicates/impl/PredicateImpl.html" title="class in org.eclipse.oomph.predicates.impl"><code><em>Predicate</em></code></a>' class.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/PredicatesPackage.html#PREDICATE">PREDICATE</a></span> - Static variable in interface org.eclipse.oomph.predicates.<a href="./org/eclipse/oomph/predicates/PredicatesPackage.html" title="interface in org.eclipse.oomph.predicates">PredicatesPackage</a></dt>
<dd>
<div class="block">The meta object id for the '<a href="./org/eclipse/oomph/predicates/impl/PredicateImpl.html" title="class in org.eclipse.oomph.predicates.impl"><code><em>Predicate</em></code></a>' class.</div>
</dd>
<dt><a href="./org/eclipse/oomph/util/Predicate.html" title="interface in org.eclipse.oomph.util"><span class="strong">Predicate</span></a>&lt;<a href="./org/eclipse/oomph/util/Predicate.html" title="type parameter in Predicate">T</a>&gt; - Interface in <a href="./org/eclipse/oomph/util/package-summary.html">org.eclipse.oomph.util</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/PredicatesPackage.html#PREDICATE___GET_ANNOTATION__STRING">PREDICATE___GET_ANNOTATION__STRING</a></span> - Static variable in interface org.eclipse.oomph.predicates.<a href="./org/eclipse/oomph/predicates/PredicatesPackage.html" title="interface in org.eclipse.oomph.predicates">PredicatesPackage</a></dt>
<dd>
<div class="block">The operation id for the '<em>Get Annotation</em>' operation.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/PredicatesPackage.Literals.html#PREDICATE___MATCHES__IRESOURCE">PREDICATE___MATCHES__IRESOURCE</a></span> - Static variable in interface org.eclipse.oomph.predicates.<a href="./org/eclipse/oomph/predicates/PredicatesPackage.Literals.html" title="interface in org.eclipse.oomph.predicates">PredicatesPackage.Literals</a></dt>
<dd>
<div class="block">The meta object literal for the '<em><b>Matches</b></em>' operation.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/PredicatesPackage.html#PREDICATE___MATCHES__IRESOURCE">PREDICATE___MATCHES__IRESOURCE</a></span> - Static variable in interface org.eclipse.oomph.predicates.<a href="./org/eclipse/oomph/predicates/PredicatesPackage.html" title="interface in org.eclipse.oomph.predicates">PredicatesPackage</a></dt>
<dd>
<div class="block">The operation id for the '<em>Matches</em>' operation.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/PredicatesPackage.html#PREDICATE__ANNOTATIONS">PREDICATE__ANNOTATIONS</a></span> - Static variable in interface org.eclipse.oomph.predicates.<a href="./org/eclipse/oomph/predicates/PredicatesPackage.html" title="interface in org.eclipse.oomph.predicates">PredicatesPackage</a></dt>
<dd>
<div class="block">The feature id for the '<em><b>Annotations</b></em>' containment reference list.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/PredicatesPackage.html#PREDICATE_FEATURE_COUNT">PREDICATE_FEATURE_COUNT</a></span> - Static variable in interface org.eclipse.oomph.predicates.<a href="./org/eclipse/oomph/predicates/PredicatesPackage.html" title="interface in org.eclipse.oomph.predicates">PredicatesPackage</a></dt>
<dd>
<div class="block">The number of structural features of the '<em>Predicate</em>' class.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/PredicatesPackage.html#PREDICATE_OPERATION_COUNT">PREDICATE_OPERATION_COUNT</a></span> - Static variable in interface org.eclipse.oomph.predicates.<a href="./org/eclipse/oomph/predicates/PredicatesPackage.html" title="interface in org.eclipse.oomph.predicates">PredicatesPackage</a></dt>
<dd>
<div class="block">The number of operations of the '<em>Predicate</em>' class.</div>
</dd>
<dt><a href="./org/eclipse/oomph/predicates/impl/PredicateImpl.html" title="class in org.eclipse.oomph.predicates.impl"><span class="strong">PredicateImpl</span></a> - Class in <a href="./org/eclipse/oomph/predicates/impl/package-summary.html">org.eclipse.oomph.predicates.impl</a></dt>
<dd>
<div class="block">An implementation of the model object '<em><b>Predicate</b></em>'.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/impl/PredicateImpl.html#PredicateImpl()">PredicateImpl()</a></span> - Constructor for class org.eclipse.oomph.predicates.impl.<a href="./org/eclipse/oomph/predicates/impl/PredicateImpl.html" title="class in org.eclipse.oomph.predicates.impl">PredicateImpl</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/eclipse/oomph/util/PredicateIterator.html" title="class in org.eclipse.oomph.util"><span class="strong">PredicateIterator</span></a>&lt;<a href="./org/eclipse/oomph/util/PredicateIterator.html" title="type parameter in PredicateIterator">T</a>&gt; - Class in <a href="./org/eclipse/oomph/util/package-summary.html">org.eclipse.oomph.util</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/PredicateIterator.html#PredicateIterator(java.util.Iterator,%20org.eclipse.oomph.util.Predicate)">PredicateIterator(Iterator&lt;T&gt;, Predicate&lt;? super T&gt;)</a></span> - Constructor for class org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/PredicateIterator.html" title="class in org.eclipse.oomph.util">PredicateIterator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/PredicateIterator.html#PredicateIterator(org.eclipse.oomph.util.Predicate,%20java.util.Iterator)">PredicateIterator(Predicate&lt;? super T&gt;, Iterator&lt;T&gt;)</a></span> - Constructor for class org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/PredicateIterator.html" title="class in org.eclipse.oomph.util">PredicateIterator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/impl/SourceLocatorImpl.html#predicates">predicates</a></span> - Variable in class org.eclipse.oomph.resources.impl.<a href="./org/eclipse/oomph/resources/impl/SourceLocatorImpl.html" title="class in org.eclipse.oomph.resources.impl">SourceLocatorImpl</a></dt>
<dd>
<div class="block">The cached value of the '<a href="./org/eclipse/oomph/resources/impl/SourceLocatorImpl.html#getPredicates()"><code><em>Predicates</em></code></a>' containment reference list.</div>
</dd>
<dt><a href="./org/eclipse/oomph/util/Predicates.html" title="class in org.eclipse.oomph.util"><span class="strong">Predicates</span></a> - Class in <a href="./org/eclipse/oomph/util/package-summary.html">org.eclipse.oomph.util</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/eclipse/oomph/util/Predicates.ExcludedPredicate.html" title="class in org.eclipse.oomph.util"><span class="strong">Predicates.ExcludedPredicate</span></a>&lt;<a href="./org/eclipse/oomph/util/Predicates.ExcludedPredicate.html" title="type parameter in Predicates.ExcludedPredicate">T</a>&gt; - Class in <a href="./org/eclipse/oomph/util/package-summary.html">org.eclipse.oomph.util</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/Predicates.ExcludedPredicate.html#Predicates.ExcludedPredicate(java.util.Set)">Predicates.ExcludedPredicate(Set&lt;T&gt;)</a></span> - Constructor for class org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/Predicates.ExcludedPredicate.html" title="class in org.eclipse.oomph.util">Predicates.ExcludedPredicate</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/eclipse/oomph/util/Predicates.IncludedPredicate.html" title="class in org.eclipse.oomph.util"><span class="strong">Predicates.IncludedPredicate</span></a>&lt;<a href="./org/eclipse/oomph/util/Predicates.IncludedPredicate.html" title="type parameter in Predicates.IncludedPredicate">T</a>&gt; - Class in <a href="./org/eclipse/oomph/util/package-summary.html">org.eclipse.oomph.util</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/Predicates.IncludedPredicate.html#Predicates.IncludedPredicate(java.util.Set)">Predicates.IncludedPredicate(Set&lt;T&gt;)</a></span> - Constructor for class org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/Predicates.IncludedPredicate.html" title="class in org.eclipse.oomph.util">Predicates.IncludedPredicate</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/eclipse/oomph/util/Predicates.UniquePredicate.html" title="class in org.eclipse.oomph.util"><span class="strong">Predicates.UniquePredicate</span></a>&lt;<a href="./org/eclipse/oomph/util/Predicates.UniquePredicate.html" title="type parameter in Predicates.UniquePredicate">T</a>&gt; - Class in <a href="./org/eclipse/oomph/util/package-summary.html">org.eclipse.oomph.util</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/Predicates.UniquePredicate.html#Predicates.UniquePredicate()">Predicates.UniquePredicate()</a></span> - Constructor for class org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/Predicates.UniquePredicate.html" title="class in org.eclipse.oomph.util">Predicates.UniquePredicate</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/eclipse/oomph/predicates/util/PredicatesAdapterFactory.html" title="class in org.eclipse.oomph.predicates.util"><span class="strong">PredicatesAdapterFactory</span></a> - Class in <a href="./org/eclipse/oomph/predicates/util/package-summary.html">org.eclipse.oomph.predicates.util</a></dt>
<dd>
<div class="block">The <b>Adapter Factory</b> for the model.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/util/PredicatesAdapterFactory.html#PredicatesAdapterFactory()">PredicatesAdapterFactory()</a></span> - Constructor for class org.eclipse.oomph.predicates.util.<a href="./org/eclipse/oomph/predicates/util/PredicatesAdapterFactory.html" title="class in org.eclipse.oomph.predicates.util">PredicatesAdapterFactory</a></dt>
<dd>
<div class="block">Creates an instance of the adapter factory.</div>
</dd>
<dt><a href="./org/eclipse/oomph/predicates/PredicatesFactory.html" title="interface in org.eclipse.oomph.predicates"><span class="strong">PredicatesFactory</span></a> - Interface in <a href="./org/eclipse/oomph/predicates/package-summary.html">org.eclipse.oomph.predicates</a></dt>
<dd>
<div class="block">The <b>Factory</b> for the model.</div>
</dd>
<dt><a href="./org/eclipse/oomph/predicates/impl/PredicatesFactoryImpl.html" title="class in org.eclipse.oomph.predicates.impl"><span class="strong">PredicatesFactoryImpl</span></a> - Class in <a href="./org/eclipse/oomph/predicates/impl/package-summary.html">org.eclipse.oomph.predicates.impl</a></dt>
<dd>
<div class="block">An implementation of the model <b>Factory</b>.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/impl/PredicatesFactoryImpl.html#PredicatesFactoryImpl()">PredicatesFactoryImpl()</a></span> - Constructor for class org.eclipse.oomph.predicates.impl.<a href="./org/eclipse/oomph/predicates/impl/PredicatesFactoryImpl.html" title="class in org.eclipse.oomph.predicates.impl">PredicatesFactoryImpl</a></dt>
<dd>
<div class="block">Creates an instance of the factory.</div>
</dd>
<dt><a href="./org/eclipse/oomph/predicates/PredicatesPackage.html" title="interface in org.eclipse.oomph.predicates"><span class="strong">PredicatesPackage</span></a> - Interface in <a href="./org/eclipse/oomph/predicates/package-summary.html">org.eclipse.oomph.predicates</a></dt>
<dd>
<div class="block">The <b>Package</b> for the model.</div>
</dd>
<dt><a href="./org/eclipse/oomph/predicates/PredicatesPackage.Literals.html" title="interface in org.eclipse.oomph.predicates"><span class="strong">PredicatesPackage.Literals</span></a> - Interface in <a href="./org/eclipse/oomph/predicates/package-summary.html">org.eclipse.oomph.predicates</a></dt>
<dd>
<div class="block">Defines literals for the meta objects that represent
each class,
each feature of each class,
each operation of each class,
each enum,
and each data type
<!-- end-user-doc --></div>
</dd>
<dt><a href="./org/eclipse/oomph/predicates/impl/PredicatesPackageImpl.html" title="class in org.eclipse.oomph.predicates.impl"><span class="strong">PredicatesPackageImpl</span></a> - Class in <a href="./org/eclipse/oomph/predicates/impl/package-summary.html">org.eclipse.oomph.predicates.impl</a></dt>
<dd>
<div class="block">An implementation of the model <b>Package</b>.</div>
</dd>
<dt><a href="./org/eclipse/oomph/predicates/util/PredicatesSwitch.html" title="class in org.eclipse.oomph.predicates.util"><span class="strong">PredicatesSwitch</span></a>&lt;<a href="./org/eclipse/oomph/predicates/util/PredicatesSwitch.html" title="type parameter in PredicatesSwitch">T</a>&gt; - Class in <a href="./org/eclipse/oomph/predicates/util/package-summary.html">org.eclipse.oomph.predicates.util</a></dt>
<dd>
<div class="block">The <b>Switch</b> for the model's inheritance hierarchy.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/util/PredicatesSwitch.html#PredicatesSwitch()">PredicatesSwitch()</a></span> - Constructor for class org.eclipse.oomph.predicates.util.<a href="./org/eclipse/oomph/predicates/util/PredicatesSwitch.html" title="class in org.eclipse.oomph.predicates.util">PredicatesSwitch</a></dt>
<dd>
<div class="block">Creates an instance of the switch.</div>
</dd>
<dt><a href="./org/eclipse/oomph/util/ProbingSubMonitor.html" title="class in org.eclipse.oomph.util"><span class="strong">ProbingSubMonitor</span></a> - Class in <a href="./org/eclipse/oomph/util/package-summary.html">org.eclipse.oomph.util</a></dt>
<dd>
<div class="block">An instrumented <a href="./org/eclipse/oomph/util/SubMonitor.html" title="class in org.eclipse.oomph.util"><code>sub monitor</code></a> that automatically collects and reports usage statistics.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/ResourcesPackage.Literals.html#PROGRESS_MONITOR">PROGRESS_MONITOR</a></span> - Static variable in interface org.eclipse.oomph.resources.<a href="./org/eclipse/oomph/resources/ResourcesPackage.Literals.html" title="interface in org.eclipse.oomph.resources">ResourcesPackage.Literals</a></dt>
<dd>
<div class="block">The meta object literal for the '<em>Progress Monitor</em>' data type.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/ResourcesPackage.html#PROGRESS_MONITOR">PROGRESS_MONITOR</a></span> - Static variable in interface org.eclipse.oomph.resources.<a href="./org/eclipse/oomph/resources/ResourcesPackage.html" title="interface in org.eclipse.oomph.resources">ResourcesPackage</a></dt>
<dd>
<div class="block">The meta object id for the '<em>Progress Monitor</em>' data type.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/impl/RepositoryPredicateImpl.html#project">project</a></span> - Variable in class org.eclipse.oomph.predicates.impl.<a href="./org/eclipse/oomph/predicates/impl/RepositoryPredicateImpl.html" title="class in org.eclipse.oomph.predicates.impl">RepositoryPredicateImpl</a></dt>
<dd>
<div class="block">The cached value of the '<a href="./org/eclipse/oomph/predicates/impl/RepositoryPredicateImpl.html#getProject()"><code><em>Project</em></code></a>' attribute.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/PredicatesPackage.Literals.html#PROJECT">PROJECT</a></span> - Static variable in interface org.eclipse.oomph.predicates.<a href="./org/eclipse/oomph/predicates/PredicatesPackage.Literals.html" title="interface in org.eclipse.oomph.predicates">PredicatesPackage.Literals</a></dt>
<dd>
<div class="block">The meta object literal for the '<em>Project</em>' data type.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/PredicatesPackage.html#PROJECT">PROJECT</a></span> - Static variable in interface org.eclipse.oomph.predicates.<a href="./org/eclipse/oomph/predicates/PredicatesPackage.html" title="interface in org.eclipse.oomph.predicates">PredicatesPackage</a></dt>
<dd>
<div class="block">The meta object id for the '<em>Project</em>' data type.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/impl/RepositoryPredicateImpl.html#PROJECT_EDEFAULT">PROJECT_EDEFAULT</a></span> - Static variable in class org.eclipse.oomph.predicates.impl.<a href="./org/eclipse/oomph/predicates/impl/RepositoryPredicateImpl.html" title="class in org.eclipse.oomph.predicates.impl">RepositoryPredicateImpl</a></dt>
<dd>
<div class="block">The default value of the '<a href="./org/eclipse/oomph/predicates/impl/RepositoryPredicateImpl.html#getProject()"><code><em>Project</em></code></a>' attribute.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/ResourcesPackage.Literals.html#PROJECT_FACTORY">PROJECT_FACTORY</a></span> - Static variable in interface org.eclipse.oomph.resources.<a href="./org/eclipse/oomph/resources/ResourcesPackage.Literals.html" title="interface in org.eclipse.oomph.resources">ResourcesPackage.Literals</a></dt>
<dd>
<div class="block">The meta object literal for the '<a href="./org/eclipse/oomph/resources/impl/ProjectFactoryImpl.html" title="class in org.eclipse.oomph.resources.impl"><code><em>Project Factory</em></code></a>' class.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/ResourcesPackage.html#PROJECT_FACTORY">PROJECT_FACTORY</a></span> - Static variable in interface org.eclipse.oomph.resources.<a href="./org/eclipse/oomph/resources/ResourcesPackage.html" title="interface in org.eclipse.oomph.resources">ResourcesPackage</a></dt>
<dd>
<div class="block">The meta object id for the '<a href="./org/eclipse/oomph/resources/impl/ProjectFactoryImpl.html" title="class in org.eclipse.oomph.resources.impl"><code><em>Project Factory</em></code></a>' class.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/ResourcesPackage.Literals.html#PROJECT_FACTORY___CREATE_PROJECT__BACKENDCONTAINER_BACKENDCONTAINER_IPROGRESSMONITOR">PROJECT_FACTORY___CREATE_PROJECT__BACKENDCONTAINER_BACKENDCONTAINER_IPROGRESSMONITOR</a></span> - Static variable in interface org.eclipse.oomph.resources.<a href="./org/eclipse/oomph/resources/ResourcesPackage.Literals.html" title="interface in org.eclipse.oomph.resources">ResourcesPackage.Literals</a></dt>
<dd>
<div class="block">The meta object literal for the '<em><b>Create Project</b></em>' operation.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/ResourcesPackage.html#PROJECT_FACTORY___CREATE_PROJECT__BACKENDCONTAINER_BACKENDCONTAINER_IPROGRESSMONITOR">PROJECT_FACTORY___CREATE_PROJECT__BACKENDCONTAINER_BACKENDCONTAINER_IPROGRESSMONITOR</a></span> - Static variable in interface org.eclipse.oomph.resources.<a href="./org/eclipse/oomph/resources/ResourcesPackage.html" title="interface in org.eclipse.oomph.resources">ResourcesPackage</a></dt>
<dd>
<div class="block">The operation id for the '<em>Create Project</em>' operation.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/ResourcesPackage.html#PROJECT_FACTORY___GET_ANNOTATION__STRING">PROJECT_FACTORY___GET_ANNOTATION__STRING</a></span> - Static variable in interface org.eclipse.oomph.resources.<a href="./org/eclipse/oomph/resources/ResourcesPackage.html" title="interface in org.eclipse.oomph.resources">ResourcesPackage</a></dt>
<dd>
<div class="block">The operation id for the '<em>Get Annotation</em>' operation.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/ResourcesPackage.Literals.html#PROJECT_FACTORY___IS_EXCLUDED_PATH__BACKENDCONTAINER_BACKENDCONTAINER">PROJECT_FACTORY___IS_EXCLUDED_PATH__BACKENDCONTAINER_BACKENDCONTAINER</a></span> - Static variable in interface org.eclipse.oomph.resources.<a href="./org/eclipse/oomph/resources/ResourcesPackage.Literals.html" title="interface in org.eclipse.oomph.resources">ResourcesPackage.Literals</a></dt>
<dd>
<div class="block">The meta object literal for the '<em><b>Is Excluded Path</b></em>' operation.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/ResourcesPackage.html#PROJECT_FACTORY___IS_EXCLUDED_PATH__BACKENDCONTAINER_BACKENDCONTAINER">PROJECT_FACTORY___IS_EXCLUDED_PATH__BACKENDCONTAINER_BACKENDCONTAINER</a></span> - Static variable in interface org.eclipse.oomph.resources.<a href="./org/eclipse/oomph/resources/ResourcesPackage.html" title="interface in org.eclipse.oomph.resources">ResourcesPackage</a></dt>
<dd>
<div class="block">The operation id for the '<em>Is Excluded Path</em>' operation.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/ResourcesPackage.html#PROJECT_FACTORY__ANNOTATIONS">PROJECT_FACTORY__ANNOTATIONS</a></span> - Static variable in interface org.eclipse.oomph.resources.<a href="./org/eclipse/oomph/resources/ResourcesPackage.html" title="interface in org.eclipse.oomph.resources">ResourcesPackage</a></dt>
<dd>
<div class="block">The feature id for the '<em><b>Annotations</b></em>' containment reference list.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/ResourcesPackage.Literals.html#PROJECT_FACTORY__EXCLUDED_PATHS">PROJECT_FACTORY__EXCLUDED_PATHS</a></span> - Static variable in interface org.eclipse.oomph.resources.<a href="./org/eclipse/oomph/resources/ResourcesPackage.Literals.html" title="interface in org.eclipse.oomph.resources">ResourcesPackage.Literals</a></dt>
<dd>
<div class="block">The meta object literal for the '<em><b>Excluded Paths</b></em>' attribute list feature.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/ResourcesPackage.html#PROJECT_FACTORY__EXCLUDED_PATHS">PROJECT_FACTORY__EXCLUDED_PATHS</a></span> - Static variable in interface org.eclipse.oomph.resources.<a href="./org/eclipse/oomph/resources/ResourcesPackage.html" title="interface in org.eclipse.oomph.resources">ResourcesPackage</a></dt>
<dd>
<div class="block">The feature id for the '<em><b>Excluded Paths</b></em>' attribute list.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/ResourcesPackage.html#PROJECT_FACTORY_FEATURE_COUNT">PROJECT_FACTORY_FEATURE_COUNT</a></span> - Static variable in interface org.eclipse.oomph.resources.<a href="./org/eclipse/oomph/resources/ResourcesPackage.html" title="interface in org.eclipse.oomph.resources">ResourcesPackage</a></dt>
<dd>
<div class="block">The number of structural features of the '<em>Project Factory</em>' class.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/ResourcesPackage.html#PROJECT_FACTORY_OPERATION_COUNT">PROJECT_FACTORY_OPERATION_COUNT</a></span> - Static variable in interface org.eclipse.oomph.resources.<a href="./org/eclipse/oomph/resources/ResourcesPackage.html" title="interface in org.eclipse.oomph.resources">ResourcesPackage</a></dt>
<dd>
<div class="block">The number of operations of the '<em>Project Factory</em>' class.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/ResourcesPackage.Literals.html#PROJECT_HANDLER">PROJECT_HANDLER</a></span> - Static variable in interface org.eclipse.oomph.resources.<a href="./org/eclipse/oomph/resources/ResourcesPackage.Literals.html" title="interface in org.eclipse.oomph.resources">ResourcesPackage.Literals</a></dt>
<dd>
<div class="block">The meta object literal for the '<em>Project Handler</em>' data type.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/ResourcesPackage.html#PROJECT_HANDLER">PROJECT_HANDLER</a></span> - Static variable in interface org.eclipse.oomph.resources.<a href="./org/eclipse/oomph/resources/ResourcesPackage.html" title="interface in org.eclipse.oomph.resources">ResourcesPackage</a></dt>
<dd>
<div class="block">The meta object id for the '<em>Project Handler</em>' data type.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/impl/SourceLocatorImpl.html#projectFactories">projectFactories</a></span> - Variable in class org.eclipse.oomph.resources.impl.<a href="./org/eclipse/oomph/resources/impl/SourceLocatorImpl.html" title="class in org.eclipse.oomph.resources.impl">SourceLocatorImpl</a></dt>
<dd>
<div class="block">The cached value of the '<a href="./org/eclipse/oomph/resources/impl/SourceLocatorImpl.html#getProjectFactories()"><code><em>Project Factories</em></code></a>' containment reference list.</div>
</dd>
<dt><a href="./org/eclipse/oomph/resources/ProjectFactory.html" title="interface in org.eclipse.oomph.resources"><span class="strong">ProjectFactory</span></a> - Interface in <a href="./org/eclipse/oomph/resources/package-summary.html">org.eclipse.oomph.resources</a></dt>
<dd>
<div class="block">A representation of the model object '<em><b>Project Factory</b></em>'.</div>
</dd>
<dt><a href="./org/eclipse/oomph/resources/impl/ProjectFactoryImpl.html" title="class in org.eclipse.oomph.resources.impl"><span class="strong">ProjectFactoryImpl</span></a> - Class in <a href="./org/eclipse/oomph/resources/impl/package-summary.html">org.eclipse.oomph.resources.impl</a></dt>
<dd>
<div class="block">An implementation of the model object '<em><b>Project Factory</b></em>'.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/impl/ProjectFactoryImpl.html#ProjectFactoryImpl()">ProjectFactoryImpl()</a></span> - Constructor for class org.eclipse.oomph.resources.impl.<a href="./org/eclipse/oomph/resources/impl/ProjectFactoryImpl.html" title="class in org.eclipse.oomph.resources.impl">ProjectFactoryImpl</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/eclipse/oomph/resources/ProjectHandler.html" title="interface in org.eclipse.oomph.resources"><span class="strong">ProjectHandler</span></a> - Interface in <a href="./org/eclipse/oomph/resources/package-summary.html">org.eclipse.oomph.resources</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/eclipse/oomph/resources/ProjectHandler.Collector.html" title="class in org.eclipse.oomph.resources"><span class="strong">ProjectHandler.Collector</span></a> - Class in <a href="./org/eclipse/oomph/resources/package-summary.html">org.eclipse.oomph.resources</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/ProjectHandler.Collector.html#ProjectHandler.Collector()">ProjectHandler.Collector()</a></span> - Constructor for class org.eclipse.oomph.resources.<a href="./org/eclipse/oomph/resources/ProjectHandler.Collector.html" title="class in org.eclipse.oomph.resources">ProjectHandler.Collector</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/eclipse/oomph/util/PropertiesUtil.html" title="class in org.eclipse.oomph.util"><span class="strong">PropertiesUtil</span></a> - Class in <a href="./org/eclipse/oomph/util/package-summary.html">org.eclipse.oomph.util</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/eclipse/oomph/util/PropertyFile.html" title="class in org.eclipse.oomph.util"><span class="strong">PropertyFile</span></a> - Class in <a href="./org/eclipse/oomph/util/package-summary.html">org.eclipse.oomph.util</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/PropertyFile.html#PropertyFile(java.io.File)">PropertyFile(File)</a></span> - Constructor for class org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/PropertyFile.html" title="class in org.eclipse.oomph.util">PropertyFile</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/CollectionUtil.html#putAll(java.util.Map,%20java.util.Map)">putAll(Map&lt;K, Set&lt;V&gt;&gt;, Map&lt;? extends K, ? extends V&gt;)</a></span> - Static method in class org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/CollectionUtil.html" title="class in org.eclipse.oomph.util">CollectionUtil</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="_Q_">
<!-- -->
</a>
<h2 class="title">Q</h2>
<dl>
<dt><span class="strong"><a href="./org/eclipse/oomph/ui/UICallback.html#question(java.lang.String)">question(String)</a></span> - Method in class org.eclipse.oomph.ui.<a href="./org/eclipse/oomph/ui/UICallback.html" title="class in org.eclipse.oomph.ui">UICallback</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/UserCallback.html#question(java.lang.String)">question(String)</a></span> - Method in class org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/UserCallback.html" title="class in org.eclipse.oomph.util">UserCallback</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="_R_">
<!-- -->
</a>
<h2 class="title">R</h2>
<dl>
<dt><span class="strong"><a href="./org/eclipse/oomph/base/util/BaseUtil.html#readFile(org.eclipse.emf.ecore.resource.URIConverter,%20java.util.Map,%20org.eclipse.emf.common.util.URI)">readFile(URIConverter, Map&lt;?, ?&gt;, URI)</a></span> - Static method in class org.eclipse.oomph.base.util.<a href="./org/eclipse/oomph/base/util/BaseUtil.html" title="class in org.eclipse.oomph.base.util">BaseUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/IOUtil.html#readFile(java.io.File)">readFile(File)</a></span> - Static method in class org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/IOUtil.html" title="class in org.eclipse.oomph.util">IOUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/IOUtil.html#readLines(java.io.File,%20java.lang.String)">readLines(File, String)</a></span> - Static method in class org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/IOUtil.html" title="class in org.eclipse.oomph.util">IOUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/IOUtil.html#readUTF8(java.io.File)">readUTF8(File)</a></span> - Static method in class org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/IOUtil.html" title="class in org.eclipse.oomph.util">IOUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/IOUtil.html#readXML(java.io.InputStream)">readXML(InputStream)</a></span> - Static method in class org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/IOUtil.html" title="class in org.eclipse.oomph.util">IOUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/base/impl/AnnotationImpl.html#references">references</a></span> - Variable in class org.eclipse.oomph.base.impl.<a href="./org/eclipse/oomph/base/impl/AnnotationImpl.html" title="class in org.eclipse.oomph.base.impl">AnnotationImpl</a></dt>
<dd>
<div class="block">The cached value of the '<a href="./org/eclipse/oomph/base/impl/AnnotationImpl.html#getReferences()"><code><em>References</em></code></a>' reference list.</div>
</dd>
<dt><a href="./org/eclipse/oomph/util/ReflectUtil.html" title="class in org.eclipse.oomph.util"><span class="strong">ReflectUtil</span></a> - Class in <a href="./org/eclipse/oomph/util/package-summary.html">org.eclipse.oomph.util</a></dt>
<dd>
<div class="block">Various static helper methods for dealing with Java reflection.</div>
</dd>
<dt><a href="./org/eclipse/oomph/util/ReflectUtil.ReflectionException.html" title="class in org.eclipse.oomph.util"><span class="strong">ReflectUtil.ReflectionException</span></a> - Exception in <a href="./org/eclipse/oomph/util/package-summary.html">org.eclipse.oomph.util</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/ReflectUtil.ReflectionException.html#ReflectUtil.ReflectionException()">ReflectUtil.ReflectionException()</a></span> - Constructor for exception org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/ReflectUtil.ReflectionException.html" title="class in org.eclipse.oomph.util">ReflectUtil.ReflectionException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/ReflectUtil.ReflectionException.html#ReflectUtil.ReflectionException(java.lang.String,%20java.lang.Throwable)">ReflectUtil.ReflectionException(String, Throwable)</a></span> - Constructor for exception org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/ReflectUtil.ReflectionException.html" title="class in org.eclipse.oomph.util">ReflectUtil.ReflectionException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/ReflectUtil.ReflectionException.html#ReflectUtil.ReflectionException(java.lang.String)">ReflectUtil.ReflectionException(String)</a></span> - Constructor for exception org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/ReflectUtil.ReflectionException.html" title="class in org.eclipse.oomph.util">ReflectUtil.ReflectionException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/ReflectUtil.ReflectionException.html#ReflectUtil.ReflectionException(java.lang.Throwable)">ReflectUtil.ReflectionException(Throwable)</a></span> - Constructor for exception org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/ReflectUtil.ReflectionException.html" title="class in org.eclipse.oomph.util">ReflectUtil.ReflectionException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/AbstractIterator.html#remove()">remove()</a></span> - Method in class org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/AbstractIterator.html" title="class in org.eclipse.oomph.util">AbstractIterator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/ConcurrentArray.html#remove(E)">remove(E)</a></span> - Method in class org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/ConcurrentArray.html" title="class in org.eclipse.oomph.util">ConcurrentArray</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/backend/BackendSystem.IFactory.Registry.html#removeFactory(java.lang.String)">removeFactory(String)</a></span> - Method in class org.eclipse.oomph.resources.backend.<a href="./org/eclipse/oomph/resources/backend/BackendSystem.IFactory.Registry.html" title="class in org.eclipse.oomph.resources.backend">BackendSystem.IFactory.Registry</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/backend/BackendSystem.IFactory.Registry.html#removeFactory(org.eclipse.oomph.resources.backend.BackendSystem.IFactory)">removeFactory(BackendSystem.IFactory)</a></span> - Method in class org.eclipse.oomph.resources.backend.<a href="./org/eclipse/oomph/resources/backend/BackendSystem.IFactory.Registry.html" title="class in org.eclipse.oomph.resources.backend">BackendSystem.IFactory.Registry</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/pde/TargetPlatformUtil.html#removeListener(org.eclipse.oomph.util.pde.TargetPlatformListener)">removeListener(TargetPlatformListener)</a></span> - Static method in class org.eclipse.oomph.util.pde.<a href="./org/eclipse/oomph/util/pde/TargetPlatformUtil.html" title="class in org.eclipse.oomph.util.pde">TargetPlatformUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/PropertyFile.html#removeProperty(java.lang.String)">removeProperty(String)</a></span> - Method in class org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/PropertyFile.html" title="class in org.eclipse.oomph.util">PropertyFile</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/ProbingSubMonitor.html#reportStatistics()">reportStatistics()</a></span> - Static method in class org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/ProbingSubMonitor.html" title="class in org.eclipse.oomph.util">ProbingSubMonitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/PredicatesPackage.Literals.html#REPOSITORY_PREDICATE">REPOSITORY_PREDICATE</a></span> - Static variable in interface org.eclipse.oomph.predicates.<a href="./org/eclipse/oomph/predicates/PredicatesPackage.Literals.html" title="interface in org.eclipse.oomph.predicates">PredicatesPackage.Literals</a></dt>
<dd>
<div class="block">The meta object literal for the '<a href="./org/eclipse/oomph/predicates/impl/RepositoryPredicateImpl.html" title="class in org.eclipse.oomph.predicates.impl"><code><em>Repository Predicate</em></code></a>' class.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/PredicatesPackage.html#REPOSITORY_PREDICATE">REPOSITORY_PREDICATE</a></span> - Static variable in interface org.eclipse.oomph.predicates.<a href="./org/eclipse/oomph/predicates/PredicatesPackage.html" title="interface in org.eclipse.oomph.predicates">PredicatesPackage</a></dt>
<dd>
<div class="block">The meta object id for the '<a href="./org/eclipse/oomph/predicates/impl/RepositoryPredicateImpl.html" title="class in org.eclipse.oomph.predicates.impl"><code><em>Repository Predicate</em></code></a>' class.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/PredicatesPackage.html#REPOSITORY_PREDICATE___GET_ANNOTATION__STRING">REPOSITORY_PREDICATE___GET_ANNOTATION__STRING</a></span> - Static variable in interface org.eclipse.oomph.predicates.<a href="./org/eclipse/oomph/predicates/PredicatesPackage.html" title="interface in org.eclipse.oomph.predicates">PredicatesPackage</a></dt>
<dd>
<div class="block">The operation id for the '<em>Get Annotation</em>' operation.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/PredicatesPackage.html#REPOSITORY_PREDICATE___MATCHES__IRESOURCE">REPOSITORY_PREDICATE___MATCHES__IRESOURCE</a></span> - Static variable in interface org.eclipse.oomph.predicates.<a href="./org/eclipse/oomph/predicates/PredicatesPackage.html" title="interface in org.eclipse.oomph.predicates">PredicatesPackage</a></dt>
<dd>
<div class="block">The operation id for the '<em>Matches</em>' operation.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/PredicatesPackage.html#REPOSITORY_PREDICATE__ANNOTATIONS">REPOSITORY_PREDICATE__ANNOTATIONS</a></span> - Static variable in interface org.eclipse.oomph.predicates.<a href="./org/eclipse/oomph/predicates/PredicatesPackage.html" title="interface in org.eclipse.oomph.predicates">PredicatesPackage</a></dt>
<dd>
<div class="block">The feature id for the '<em><b>Annotations</b></em>' containment reference list.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/PredicatesPackage.Literals.html#REPOSITORY_PREDICATE__PROJECT">REPOSITORY_PREDICATE__PROJECT</a></span> - Static variable in interface org.eclipse.oomph.predicates.<a href="./org/eclipse/oomph/predicates/PredicatesPackage.Literals.html" title="interface in org.eclipse.oomph.predicates">PredicatesPackage.Literals</a></dt>
<dd>
<div class="block">The meta object literal for the '<em><b>Project</b></em>' attribute feature.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/PredicatesPackage.html#REPOSITORY_PREDICATE__PROJECT">REPOSITORY_PREDICATE__PROJECT</a></span> - Static variable in interface org.eclipse.oomph.predicates.<a href="./org/eclipse/oomph/predicates/PredicatesPackage.html" title="interface in org.eclipse.oomph.predicates">PredicatesPackage</a></dt>
<dd>
<div class="block">The feature id for the '<em><b>Project</b></em>' attribute.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/PredicatesPackage.html#REPOSITORY_PREDICATE_FEATURE_COUNT">REPOSITORY_PREDICATE_FEATURE_COUNT</a></span> - Static variable in interface org.eclipse.oomph.predicates.<a href="./org/eclipse/oomph/predicates/PredicatesPackage.html" title="interface in org.eclipse.oomph.predicates">PredicatesPackage</a></dt>
<dd>
<div class="block">The number of structural features of the '<em>Repository Predicate</em>' class.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/PredicatesPackage.html#REPOSITORY_PREDICATE_OPERATION_COUNT">REPOSITORY_PREDICATE_OPERATION_COUNT</a></span> - Static variable in interface org.eclipse.oomph.predicates.<a href="./org/eclipse/oomph/predicates/PredicatesPackage.html" title="interface in org.eclipse.oomph.predicates">PredicatesPackage</a></dt>
<dd>
<div class="block">The number of operations of the '<em>Repository Predicate</em>' class.</div>
</dd>
<dt><a href="./org/eclipse/oomph/predicates/RepositoryPredicate.html" title="interface in org.eclipse.oomph.predicates"><span class="strong">RepositoryPredicate</span></a> - Interface in <a href="./org/eclipse/oomph/predicates/package-summary.html">org.eclipse.oomph.predicates</a></dt>
<dd>
<div class="block">A representation of the model object '<em><b>Repository Predicate</b></em>'.</div>
</dd>
<dt><a href="./org/eclipse/oomph/predicates/impl/RepositoryPredicateImpl.html" title="class in org.eclipse.oomph.predicates.impl"><span class="strong">RepositoryPredicateImpl</span></a> - Class in <a href="./org/eclipse/oomph/predicates/impl/package-summary.html">org.eclipse.oomph.predicates.impl</a></dt>
<dd>
<div class="block">An implementation of the model object '<em><b>Repository Predicate</b></em>'.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/impl/RepositoryPredicateImpl.html#RepositoryPredicateImpl()">RepositoryPredicateImpl()</a></span> - Constructor for class org.eclipse.oomph.predicates.impl.<a href="./org/eclipse/oomph/predicates/impl/RepositoryPredicateImpl.html" title="class in org.eclipse.oomph.predicates.impl">RepositoryPredicateImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/ProbingSubMonitor.html#resetStatistics()">resetStatistics()</a></span> - Static method in class org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/ProbingSubMonitor.html" title="class in org.eclipse.oomph.util">ProbingSubMonitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/PredicatesPackage.Literals.html#RESOURCE">RESOURCE</a></span> - Static variable in interface org.eclipse.oomph.predicates.<a href="./org/eclipse/oomph/predicates/PredicatesPackage.Literals.html" title="interface in org.eclipse.oomph.predicates">PredicatesPackage.Literals</a></dt>
<dd>
<div class="block">The meta object literal for the '<em>Resource</em>' data type.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/PredicatesPackage.html#RESOURCE">RESOURCE</a></span> - Static variable in interface org.eclipse.oomph.predicates.<a href="./org/eclipse/oomph/predicates/PredicatesPackage.html" title="interface in org.eclipse.oomph.predicates">PredicatesPackage</a></dt>
<dd>
<div class="block">The meta object id for the '<em>Resource</em>' data type.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/backend/BackendResource.html#RESOURCE_SCHEME">RESOURCE_SCHEME</a></span> - Static variable in class org.eclipse.oomph.resources.backend.<a href="./org/eclipse/oomph/resources/backend/BackendResource.html" title="class in org.eclipse.oomph.resources.backend">BackendResource</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/eclipse/oomph/resources/util/ResourcesAdapterFactory.html" title="class in org.eclipse.oomph.resources.util"><span class="strong">ResourcesAdapterFactory</span></a> - Class in <a href="./org/eclipse/oomph/resources/util/package-summary.html">org.eclipse.oomph.resources.util</a></dt>
<dd>
<div class="block">The <b>Adapter Factory</b> for the model.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/util/ResourcesAdapterFactory.html#ResourcesAdapterFactory()">ResourcesAdapterFactory()</a></span> - Constructor for class org.eclipse.oomph.resources.util.<a href="./org/eclipse/oomph/resources/util/ResourcesAdapterFactory.html" title="class in org.eclipse.oomph.resources.util">ResourcesAdapterFactory</a></dt>
<dd>
<div class="block">Creates an instance of the adapter factory.</div>
</dd>
<dt><a href="./org/eclipse/oomph/resources/ResourcesFactory.html" title="interface in org.eclipse.oomph.resources"><span class="strong">ResourcesFactory</span></a> - Interface in <a href="./org/eclipse/oomph/resources/package-summary.html">org.eclipse.oomph.resources</a></dt>
<dd>
<div class="block">The <b>Factory</b> for the model.</div>
</dd>
<dt><a href="./org/eclipse/oomph/resources/impl/ResourcesFactoryImpl.html" title="class in org.eclipse.oomph.resources.impl"><span class="strong">ResourcesFactoryImpl</span></a> - Class in <a href="./org/eclipse/oomph/resources/impl/package-summary.html">org.eclipse.oomph.resources.impl</a></dt>
<dd>
<div class="block">An implementation of the model <b>Factory</b>.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/impl/ResourcesFactoryImpl.html#ResourcesFactoryImpl()">ResourcesFactoryImpl()</a></span> - Constructor for class org.eclipse.oomph.resources.impl.<a href="./org/eclipse/oomph/resources/impl/ResourcesFactoryImpl.html" title="class in org.eclipse.oomph.resources.impl">ResourcesFactoryImpl</a></dt>
<dd>
<div class="block">Creates an instance of the factory.</div>
</dd>
<dt><a href="./org/eclipse/oomph/resources/ResourcesPackage.html" title="interface in org.eclipse.oomph.resources"><span class="strong">ResourcesPackage</span></a> - Interface in <a href="./org/eclipse/oomph/resources/package-summary.html">org.eclipse.oomph.resources</a></dt>
<dd>
<div class="block">The <b>Package</b> for the model.</div>
</dd>
<dt><a href="./org/eclipse/oomph/resources/ResourcesPackage.Literals.html" title="interface in org.eclipse.oomph.resources"><span class="strong">ResourcesPackage.Literals</span></a> - Interface in <a href="./org/eclipse/oomph/resources/package-summary.html">org.eclipse.oomph.resources</a></dt>
<dd>
<div class="block">Defines literals for the meta objects that represent
each class,
each feature of each class,
each operation of each class,
each enum,
and each data type
<!-- end-user-doc --></div>
</dd>
<dt><a href="./org/eclipse/oomph/resources/impl/ResourcesPackageImpl.html" title="class in org.eclipse.oomph.resources.impl"><span class="strong">ResourcesPackageImpl</span></a> - Class in <a href="./org/eclipse/oomph/resources/impl/package-summary.html">org.eclipse.oomph.resources.impl</a></dt>
<dd>
<div class="block">An implementation of the model <b>Package</b>.</div>
</dd>
<dt><a href="./org/eclipse/oomph/resources/util/ResourcesSwitch.html" title="class in org.eclipse.oomph.resources.util"><span class="strong">ResourcesSwitch</span></a>&lt;<a href="./org/eclipse/oomph/resources/util/ResourcesSwitch.html" title="type parameter in ResourcesSwitch">T</a>&gt; - Class in <a href="./org/eclipse/oomph/resources/util/package-summary.html">org.eclipse.oomph.resources.util</a></dt>
<dd>
<div class="block">The <b>Switch</b> for the model's inheritance hierarchy.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/util/ResourcesSwitch.html#ResourcesSwitch()">ResourcesSwitch()</a></span> - Constructor for class org.eclipse.oomph.resources.util.<a href="./org/eclipse/oomph/resources/util/ResourcesSwitch.html" title="class in org.eclipse.oomph.resources.util">ResourcesSwitch</a></dt>
<dd>
<div class="block">Creates an instance of the switch.</div>
</dd>
<dt><a href="./org/eclipse/oomph/resources/ResourcesUtil.html" title="class in org.eclipse.oomph.resources"><span class="strong">ResourcesUtil</span></a> - Class in <a href="./org/eclipse/oomph/resources/package-summary.html">org.eclipse.oomph.resources</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/eclipse/oomph/resources/ResourcesUtil.ImportResult.html" title="enum in org.eclipse.oomph.resources"><span class="strong">ResourcesUtil.ImportResult</span></a> - Enum in <a href="./org/eclipse/oomph/resources/package-summary.html">org.eclipse.oomph.resources</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/eclipse/oomph/resources/ResourcesUtil.RunnableWithFile.html" title="interface in org.eclipse.oomph.resources"><span class="strong">ResourcesUtil.RunnableWithFile</span></a> - Interface in <a href="./org/eclipse/oomph/resources/package-summary.html">org.eclipse.oomph.resources</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/impl/SourceLocatorImpl.html#ROOT_FOLDER_EDEFAULT">ROOT_FOLDER_EDEFAULT</a></span> - Static variable in class org.eclipse.oomph.resources.impl.<a href="./org/eclipse/oomph/resources/impl/SourceLocatorImpl.html" title="class in org.eclipse.oomph.resources.impl">SourceLocatorImpl</a></dt>
<dd>
<div class="block">The default value of the '<a href="./org/eclipse/oomph/resources/impl/SourceLocatorImpl.html#getRootFolder()"><code><em>Root Folder</em></code></a>' attribute.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/impl/SourceLocatorImpl.html#rootFolder">rootFolder</a></span> - Variable in class org.eclipse.oomph.resources.impl.<a href="./org/eclipse/oomph/resources/impl/SourceLocatorImpl.html" title="class in org.eclipse.oomph.resources.impl">SourceLocatorImpl</a></dt>
<dd>
<div class="block">The cached value of the '<a href="./org/eclipse/oomph/resources/impl/SourceLocatorImpl.html#getRootFolder()"><code><em>Root Folder</em></code></a>' attribute.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/ResourcesUtil.RunnableWithFile.html#run(java.io.File,%20java.io.File)">run(File, File)</a></span> - Method in interface org.eclipse.oomph.resources.<a href="./org/eclipse/oomph/resources/ResourcesUtil.RunnableWithFile.html" title="interface in org.eclipse.oomph.resources">ResourcesUtil.RunnableWithFile</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/IRunnable.html#run(org.eclipse.core.runtime.IProgressMonitor)">run(IProgressMonitor)</a></span> - Method in interface org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/IRunnable.html" title="interface in org.eclipse.oomph.util">IRunnable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/pde/TargetPlatformRunnable.html#run(org.eclipse.pde.core.target.ITargetPlatformService)">run(ITargetPlatformService)</a></span> - Method in interface org.eclipse.oomph.util.pde.<a href="./org/eclipse/oomph/util/pde/TargetPlatformRunnable.html" title="interface in org.eclipse.oomph.util.pde">TargetPlatformRunnable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/ui/UICallback.html#runInProgressDialog(boolean,%20org.eclipse.oomph.util.IRunnable)">runInProgressDialog(boolean, IRunnable)</a></span> - Method in class org.eclipse.oomph.ui.<a href="./org/eclipse/oomph/ui/UICallback.html" title="class in org.eclipse.oomph.ui">UICallback</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/ui/UIUtil.html#runInProgressDialog(org.eclipse.swt.widgets.Shell,%20org.eclipse.jface.operation.IRunnableWithProgress)">runInProgressDialog(Shell, IRunnableWithProgress)</a></span> - Static method in class org.eclipse.oomph.ui.<a href="./org/eclipse/oomph/ui/UIUtil.html" title="class in org.eclipse.oomph.ui">UIUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/UserCallback.html#runInProgressDialog(boolean,%20org.eclipse.oomph.util.IRunnable)">runInProgressDialog(boolean, IRunnable)</a></span> - Method in class org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/UserCallback.html" title="class in org.eclipse.oomph.util">UserCallback</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/ResourcesUtil.html#runWithFile(org.eclipse.core.resources.IProject,%20org.eclipse.core.runtime.IPath,%20org.eclipse.oomph.resources.ResourcesUtil.RunnableWithFile)">runWithFile(IProject, IPath, ResourcesUtil.RunnableWithFile)</a></span> - Static method in class org.eclipse.oomph.resources.<a href="./org/eclipse/oomph/resources/ResourcesUtil.html" title="class in org.eclipse.oomph.resources">ResourcesUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/pde/TargetPlatformUtil.html#runWithTargetPlatformService(org.eclipse.oomph.util.pde.TargetPlatformRunnable)">runWithTargetPlatformService(TargetPlatformRunnable&lt;T&gt;)</a></span> - Static method in class org.eclipse.oomph.util.pde.<a href="./org/eclipse/oomph/util/pde/TargetPlatformUtil.html" title="class in org.eclipse.oomph.util.pde">TargetPlatformUtil</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="_S_">
<!-- -->
</a>
<h2 class="title">S</h2>
<dl>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/StringUtil.html#safe(java.lang.String)">safe(String)</a></span> - Static method in class org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/StringUtil.html" title="class in org.eclipse.oomph.util">StringUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/ui/PersistentButton.DialogSettingsPersistence.html#save(boolean)">save(boolean)</a></span> - Method in class org.eclipse.oomph.ui.<a href="./org/eclipse/oomph/ui/PersistentButton.DialogSettingsPersistence.html" title="class in org.eclipse.oomph.ui">PersistentButton.DialogSettingsPersistence</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/ui/PersistentButton.Persistence.html#save(boolean)">save(boolean)</a></span> - Method in class org.eclipse.oomph.ui.<a href="./org/eclipse/oomph/ui/PersistentButton.Persistence.html" title="class in org.eclipse.oomph.ui">PersistentButton.Persistence</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/ui/PersistentButton.ToggleCommandPersistence.html#save(boolean)">save(boolean)</a></span> - Method in class org.eclipse.oomph.ui.<a href="./org/eclipse/oomph/ui/PersistentButton.ToggleCommandPersistence.html" title="class in org.eclipse.oomph.ui">PersistentButton.ToggleCommandPersistence</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/base/util/BaseUtil.html#saveEObject(org.eclipse.emf.ecore.EObject)">saveEObject(EObject)</a></span> - Static method in class org.eclipse.oomph.base.util.<a href="./org/eclipse/oomph/base/util/BaseUtil.html" title="class in org.eclipse.oomph.base.util">BaseUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/PropertiesUtil.html#saveProperties(java.io.File,%20java.util.Map,%20boolean)">saveProperties(File, Map&lt;String, String&gt;, boolean)</a></span> - Static method in class org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/PropertiesUtil.html" title="class in org.eclipse.oomph.util">PropertiesUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/PropertyFile.html#saveProperties(java.util.Map)">saveProperties(Map&lt;String, String&gt;)</a></span> - Method in class org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/PropertyFile.html" title="class in org.eclipse.oomph.util">PropertyFile</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/IOUtil.html#serialize(java.io.Serializable)">serialize(Serializable)</a></span> - Static method in class org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/IOUtil.html" title="class in org.eclipse.oomph.util">IOUtil</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/eclipse/oomph/util/ServiceUtil.html" title="class in org.eclipse.oomph.util"><span class="strong">ServiceUtil</span></a> - Class in <a href="./org/eclipse/oomph/util/package-summary.html">org.eclipse.oomph.util</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/SubMonitor.html#setBlocked(org.eclipse.core.runtime.IStatus)">setBlocked(IStatus)</a></span> - Method in class org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/SubMonitor.html" title="class in org.eclipse.oomph.util">SubMonitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/BuilderPredicate.html#setBuilder(java.lang.String)">setBuilder(String)</a></span> - Method in interface org.eclipse.oomph.predicates.<a href="./org/eclipse/oomph/predicates/BuilderPredicate.html" title="interface in org.eclipse.oomph.predicates">BuilderPredicate</a></dt>
<dd>
<div class="block">Sets the value of the '<a href="./org/eclipse/oomph/predicates/BuilderPredicate.html#getBuilder()"><code><em>Builder</em></code></a>' attribute.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/impl/BuilderPredicateImpl.html#setBuilder(java.lang.String)">setBuilder(String)</a></span> - Method in class org.eclipse.oomph.predicates.impl.<a href="./org/eclipse/oomph/predicates/impl/BuilderPredicateImpl.html" title="class in org.eclipse.oomph.predicates.impl">BuilderPredicateImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/SubMonitor.html#setCanceled(boolean)">setCanceled(boolean)</a></span> - Method in class org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/SubMonitor.html" title="class in org.eclipse.oomph.util">SubMonitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/FilePredicate.html#setContentPattern(java.lang.String)">setContentPattern(String)</a></span> - Method in interface org.eclipse.oomph.predicates.<a href="./org/eclipse/oomph/predicates/FilePredicate.html" title="interface in org.eclipse.oomph.predicates">FilePredicate</a></dt>
<dd>
<div class="block">Sets the value of the '<a href="./org/eclipse/oomph/predicates/FilePredicate.html#getContentPattern()"><code><em>Content Pattern</em></code></a>' attribute.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/impl/FilePredicateImpl.html#setContentPattern(java.lang.String)">setContentPattern(String)</a></span> - Method in class org.eclipse.oomph.predicates.impl.<a href="./org/eclipse/oomph/predicates/impl/FilePredicateImpl.html" title="class in org.eclipse.oomph.predicates.impl">FilePredicateImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/OomphPlugin.BundleFile.html#setContents(java.lang.String)">setContents(String)</a></span> - Method in class org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/OomphPlugin.BundleFile.html" title="class in org.eclipse.oomph.util">OomphPlugin.BundleFile</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/OomphPlugin.html#setDebugging(boolean)">setDebugging(boolean)</a></span> - Method in class org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/OomphPlugin.html" title="class in org.eclipse.oomph.util">OomphPlugin</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/Pair.html#setElement1(T1)">setElement1(T1)</a></span> - Method in class org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/Pair.html" title="class in org.eclipse.oomph.util">Pair</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/Pair.html#setElement2(T2)">setElement2(T2)</a></span> - Method in class org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/Pair.html" title="class in org.eclipse.oomph.util">Pair</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/OfflineMode.html#setEnabled(boolean)">setEnabled(boolean)</a></span> - Static method in class org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/OfflineMode.html" title="class in org.eclipse.oomph.util">OfflineMode</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/FilePredicate.html#setFilePattern(java.lang.String)">setFilePattern(String)</a></span> - Method in interface org.eclipse.oomph.predicates.<a href="./org/eclipse/oomph/predicates/FilePredicate.html" title="interface in org.eclipse.oomph.predicates">FilePredicate</a></dt>
<dd>
<div class="block">Sets the value of the '<a href="./org/eclipse/oomph/predicates/FilePredicate.html#getFilePattern()"><code><em>File Pattern</em></code></a>' attribute.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/impl/FilePredicateImpl.html#setFilePattern(java.lang.String)">setFilePattern(String)</a></span> - Method in class org.eclipse.oomph.predicates.impl.<a href="./org/eclipse/oomph/predicates/impl/FilePredicateImpl.html" title="class in org.eclipse.oomph.predicates.impl">FilePredicateImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/base/impl/StringToStringMapEntryImpl.html#setHash(int)">setHash(int)</a></span> - Method in class org.eclipse.oomph.base.impl.<a href="./org/eclipse/oomph/base/impl/StringToStringMapEntryImpl.html" title="class in org.eclipse.oomph.base.impl">StringToStringMapEntryImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/ZIPUtil.EntryContext.html#setInputStream(java.io.InputStream)">setInputStream(InputStream)</a></span> - Method in class org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/ZIPUtil.EntryContext.html" title="class in org.eclipse.oomph.util">ZIPUtil.EntryContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/base/impl/StringToStringMapEntryImpl.html#setKey(java.lang.String)">setKey(String)</a></span> - Method in class org.eclipse.oomph.base.impl.<a href="./org/eclipse/oomph/base/impl/StringToStringMapEntryImpl.html" title="class in org.eclipse.oomph.base.impl">StringToStringMapEntryImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/impl/SourceLocatorImpl.html#setLocateNestedProjects(boolean)">setLocateNestedProjects(boolean)</a></span> - Method in class org.eclipse.oomph.resources.impl.<a href="./org/eclipse/oomph/resources/impl/SourceLocatorImpl.html" title="class in org.eclipse.oomph.resources.impl">SourceLocatorImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/SourceLocator.html#setLocateNestedProjects(boolean)">setLocateNestedProjects(boolean)</a></span> - Method in interface org.eclipse.oomph.resources.<a href="./org/eclipse/oomph/resources/SourceLocator.html" title="interface in org.eclipse.oomph.resources">SourceLocator</a></dt>
<dd>
<div class="block">Sets the value of the '<a href="./org/eclipse/oomph/resources/SourceLocator.html#isLocateNestedProjects()"><code><em>Locate Nested Projects</em></code></a>' attribute.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/base/Annotation.html#setModelElement(org.eclipse.oomph.base.ModelElement)">setModelElement(ModelElement)</a></span> - Method in interface org.eclipse.oomph.base.<a href="./org/eclipse/oomph/base/Annotation.html" title="interface in org.eclipse.oomph.base">Annotation</a></dt>
<dd>
<div class="block">Sets the value of the '<a href="./org/eclipse/oomph/base/Annotation.html#getModelElement()"><code><em>Model Element</em></code></a>' container reference.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/base/impl/AnnotationImpl.html#setModelElement(org.eclipse.oomph.base.ModelElement)">setModelElement(ModelElement)</a></span> - Method in class org.eclipse.oomph.base.impl.<a href="./org/eclipse/oomph/base/impl/AnnotationImpl.html" title="class in org.eclipse.oomph.base.impl">AnnotationImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/ZIPUtil.EntryContext.html#setName(java.lang.String,%20boolean)">setName(String, boolean)</a></span> - Method in class org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/ZIPUtil.EntryContext.html" title="class in org.eclipse.oomph.util">ZIPUtil.EntryContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/impl/NaturePredicateImpl.html#setNature(java.lang.String)">setNature(String)</a></span> - Method in class org.eclipse.oomph.predicates.impl.<a href="./org/eclipse/oomph/predicates/impl/NaturePredicateImpl.html" title="class in org.eclipse.oomph.predicates.impl">NaturePredicateImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/NaturePredicate.html#setNature(java.lang.String)">setNature(String)</a></span> - Method in interface org.eclipse.oomph.predicates.<a href="./org/eclipse/oomph/predicates/NaturePredicate.html" title="interface in org.eclipse.oomph.predicates">NaturePredicate</a></dt>
<dd>
<div class="block">Sets the value of the '<a href="./org/eclipse/oomph/predicates/NaturePredicate.html#getNature()"><code><em>Nature</em></code></a>' attribute.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/impl/NotPredicateImpl.html#setOperand(org.eclipse.oomph.predicates.Predicate)">setOperand(Predicate)</a></span> - Method in class org.eclipse.oomph.predicates.impl.<a href="./org/eclipse/oomph/predicates/impl/NotPredicateImpl.html" title="class in org.eclipse.oomph.predicates.impl">NotPredicateImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/NotPredicate.html#setOperand(org.eclipse.oomph.predicates.Predicate)">setOperand(Predicate)</a></span> - Method in interface org.eclipse.oomph.predicates.<a href="./org/eclipse/oomph/predicates/NotPredicate.html" title="interface in org.eclipse.oomph.predicates">NotPredicate</a></dt>
<dd>
<div class="block">Sets the value of the '<a href="./org/eclipse/oomph/predicates/NotPredicate.html#getOperand()"><code><em>Operand</em></code></a>' containment reference.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/CommentPredicate.html#setPattern(java.lang.String)">setPattern(String)</a></span> - Method in interface org.eclipse.oomph.predicates.<a href="./org/eclipse/oomph/predicates/CommentPredicate.html" title="interface in org.eclipse.oomph.predicates">CommentPredicate</a></dt>
<dd>
<div class="block">Sets the value of the '<a href="./org/eclipse/oomph/predicates/CommentPredicate.html#getPattern()"><code><em>Pattern</em></code></a>' attribute.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/impl/CommentPredicateImpl.html#setPattern(java.lang.String)">setPattern(String)</a></span> - Method in class org.eclipse.oomph.predicates.impl.<a href="./org/eclipse/oomph/predicates/impl/CommentPredicateImpl.html" title="class in org.eclipse.oomph.predicates.impl">CommentPredicateImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/impl/LocationPredicateImpl.html#setPattern(java.lang.String)">setPattern(String)</a></span> - Method in class org.eclipse.oomph.predicates.impl.<a href="./org/eclipse/oomph/predicates/impl/LocationPredicateImpl.html" title="class in org.eclipse.oomph.predicates.impl">LocationPredicateImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/impl/NamePredicateImpl.html#setPattern(java.lang.String)">setPattern(String)</a></span> - Method in class org.eclipse.oomph.predicates.impl.<a href="./org/eclipse/oomph/predicates/impl/NamePredicateImpl.html" title="class in org.eclipse.oomph.predicates.impl">NamePredicateImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/LocationPredicate.html#setPattern(java.lang.String)">setPattern(String)</a></span> - Method in interface org.eclipse.oomph.predicates.<a href="./org/eclipse/oomph/predicates/LocationPredicate.html" title="interface in org.eclipse.oomph.predicates">LocationPredicate</a></dt>
<dd>
<div class="block">Sets the value of the '<a href="./org/eclipse/oomph/predicates/LocationPredicate.html#getPattern()"><code><em>Pattern</em></code></a>' attribute.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/NamePredicate.html#setPattern(java.lang.String)">setPattern(String)</a></span> - Method in interface org.eclipse.oomph.predicates.<a href="./org/eclipse/oomph/predicates/NamePredicate.html" title="interface in org.eclipse.oomph.predicates">NamePredicate</a></dt>
<dd>
<div class="block">Sets the value of the '<a href="./org/eclipse/oomph/predicates/NamePredicate.html#getPattern()"><code><em>Pattern</em></code></a>' attribute.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/impl/CommentPredicateImpl.html#setPatternGen(java.lang.String)">setPatternGen(String)</a></span> - Method in class org.eclipse.oomph.predicates.impl.<a href="./org/eclipse/oomph/predicates/impl/CommentPredicateImpl.html" title="class in org.eclipse.oomph.predicates.impl">CommentPredicateImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/impl/LocationPredicateImpl.html#setPatternGen(java.lang.String)">setPatternGen(String)</a></span> - Method in class org.eclipse.oomph.predicates.impl.<a href="./org/eclipse/oomph/predicates/impl/LocationPredicateImpl.html" title="class in org.eclipse.oomph.predicates.impl">LocationPredicateImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/impl/NamePredicateImpl.html#setPatternGen(java.lang.String)">setPatternGen(String)</a></span> - Method in class org.eclipse.oomph.predicates.impl.<a href="./org/eclipse/oomph/predicates/impl/NamePredicateImpl.html" title="class in org.eclipse.oomph.predicates.impl">NamePredicateImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/impl/RepositoryPredicateImpl.html#setProject(org.eclipse.core.resources.IProject)">setProject(IProject)</a></span> - Method in class org.eclipse.oomph.predicates.impl.<a href="./org/eclipse/oomph/predicates/impl/RepositoryPredicateImpl.html" title="class in org.eclipse.oomph.predicates.impl">RepositoryPredicateImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/RepositoryPredicate.html#setProject(org.eclipse.core.resources.IProject)">setProject(IProject)</a></span> - Method in interface org.eclipse.oomph.predicates.<a href="./org/eclipse/oomph/predicates/RepositoryPredicate.html" title="interface in org.eclipse.oomph.predicates">RepositoryPredicate</a></dt>
<dd>
<div class="block">Sets the value of the '<a href="./org/eclipse/oomph/predicates/RepositoryPredicate.html#getProject()"><code><em>Project</em></code></a>' attribute.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/PropertyFile.html#setProperty(java.lang.String,%20java.lang.String)">setProperty(String, String)</a></span> - Method in class org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/PropertyFile.html" title="class in org.eclipse.oomph.util">PropertyFile</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/impl/SourceLocatorImpl.html#setRootFolder(java.lang.String)">setRootFolder(String)</a></span> - Method in class org.eclipse.oomph.resources.impl.<a href="./org/eclipse/oomph/resources/impl/SourceLocatorImpl.html" title="class in org.eclipse.oomph.resources.impl">SourceLocatorImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/SourceLocator.html#setRootFolder(java.lang.String)">setRootFolder(String)</a></span> - Method in interface org.eclipse.oomph.resources.<a href="./org/eclipse/oomph/resources/SourceLocator.html" title="interface in org.eclipse.oomph.resources">SourceLocator</a></dt>
<dd>
<div class="block">Sets the value of the '<a href="./org/eclipse/oomph/resources/SourceLocator.html#getRootFolder()"><code><em>Root Folder</em></code></a>' attribute.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/ui/PersistentButton.html#setSelection(boolean)">setSelection(boolean)</a></span> - Method in class org.eclipse.oomph.ui.<a href="./org/eclipse/oomph/ui/PersistentButton.html" title="class in org.eclipse.oomph.ui">PersistentButton</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/base/Annotation.html#setSource(java.lang.String)">setSource(String)</a></span> - Method in interface org.eclipse.oomph.base.<a href="./org/eclipse/oomph/base/Annotation.html" title="interface in org.eclipse.oomph.base">Annotation</a></dt>
<dd>
<div class="block">Sets the value of the '<a href="./org/eclipse/oomph/base/Annotation.html#getSource()"><code><em>Source</em></code></a>' attribute.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/base/impl/AnnotationImpl.html#setSource(java.lang.String)">setSource(String)</a></span> - Method in class org.eclipse.oomph.base.impl.<a href="./org/eclipse/oomph/base/impl/AnnotationImpl.html" title="class in org.eclipse.oomph.base.impl">AnnotationImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/SubMonitor.html#setTaskName(java.lang.String)">setTaskName(String)</a></span> - Method in class org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/SubMonitor.html" title="class in org.eclipse.oomph.util">SubMonitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/ui/AbstractDialog.html#setTitleImage(org.eclipse.swt.graphics.Image)">setTitleImage(Image)</a></span> - Method in class org.eclipse.oomph.ui.<a href="./org/eclipse/oomph/ui/AbstractDialog.html" title="class in org.eclipse.oomph.ui">AbstractDialog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/ui/ToggleCommandHandler.html#setToggleState(java.lang.String,%20boolean)">setToggleState(String, boolean)</a></span> - Static method in class org.eclipse.oomph.ui.<a href="./org/eclipse/oomph/ui/ToggleCommandHandler.html" title="class in org.eclipse.oomph.ui">ToggleCommandHandler</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/base/impl/StringToStringMapEntryImpl.html#setTypedKey(java.lang.String)">setTypedKey(String)</a></span> - Method in class org.eclipse.oomph.base.impl.<a href="./org/eclipse/oomph/base/impl/StringToStringMapEntryImpl.html" title="class in org.eclipse.oomph.base.impl">StringToStringMapEntryImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/base/impl/StringToStringMapEntryImpl.html#setTypedValue(java.lang.String)">setTypedValue(String)</a></span> - Method in class org.eclipse.oomph.base.impl.<a href="./org/eclipse/oomph/base/impl/StringToStringMapEntryImpl.html" title="class in org.eclipse.oomph.base.impl">StringToStringMapEntryImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/base/impl/StringToStringMapEntryImpl.html#setValue(java.lang.String)">setValue(String)</a></span> - Method in class org.eclipse.oomph.base.impl.<a href="./org/eclipse/oomph/base/impl/StringToStringMapEntryImpl.html" title="class in org.eclipse.oomph.base.impl">StringToStringMapEntryImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/ReflectUtil.html#setValue(java.lang.reflect.Field,%20java.lang.Object,%20java.lang.Object)">setValue(Field, Object, Object)</a></span> - Static method in class org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/ReflectUtil.html" title="class in org.eclipse.oomph.util">ReflectUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/ReflectUtil.html#setValue(java.lang.reflect.Field,%20java.lang.Object,%20java.lang.Object,%20boolean)">setValue(Field, Object, Object, boolean)</a></span> - Static method in class org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/ReflectUtil.html" title="class in org.eclipse.oomph.util">ReflectUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/SubMonitor.html#setWorkRemaining(int)">setWorkRemaining(int)</a></span> - Method in class org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/SubMonitor.html" title="class in org.eclipse.oomph.util">SubMonitor</a></dt>
<dd>
<div class="block">Sets the work remaining for this SubMonitor instance.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/SubMonitor.html#skipped(int)">skipped(int)</a></span> - Method in class org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/SubMonitor.html" title="class in org.eclipse.oomph.util">SubMonitor</a></dt>
<dd>
<div class="block">Same as <a href="./org/eclipse/oomph/util/SubMonitor.html#setWorkRemaining(int)"><code>setWorkRemaining(totalParent - usedForParent)</code></a>.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/SubMonitor.html#skipped()">skipped()</a></span> - Method in class org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/SubMonitor.html" title="class in org.eclipse.oomph.util">SubMonitor</a></dt>
<dd>
<div class="block">Same as <a href="./org/eclipse/oomph/util/SubMonitor.html#skipped(int)"><code>skipped(1)</code></a>.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/base/impl/AnnotationImpl.html#source">source</a></span> - Variable in class org.eclipse.oomph.base.impl.<a href="./org/eclipse/oomph/base/impl/AnnotationImpl.html" title="class in org.eclipse.oomph.base.impl">AnnotationImpl</a></dt>
<dd>
<div class="block">The cached value of the '<a href="./org/eclipse/oomph/base/impl/AnnotationImpl.html#getSource()"><code><em>Source</em></code></a>' attribute.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/base/impl/AnnotationImpl.html#SOURCE_EDEFAULT">SOURCE_EDEFAULT</a></span> - Static variable in class org.eclipse.oomph.base.impl.<a href="./org/eclipse/oomph/base/impl/AnnotationImpl.html" title="class in org.eclipse.oomph.base.impl">AnnotationImpl</a></dt>
<dd>
<div class="block">The default value of the '<a href="./org/eclipse/oomph/base/impl/AnnotationImpl.html#getSource()"><code><em>Source</em></code></a>' attribute.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/ResourcesPackage.Literals.html#SOURCE_LOCATOR">SOURCE_LOCATOR</a></span> - Static variable in interface org.eclipse.oomph.resources.<a href="./org/eclipse/oomph/resources/ResourcesPackage.Literals.html" title="interface in org.eclipse.oomph.resources">ResourcesPackage.Literals</a></dt>
<dd>
<div class="block">The meta object literal for the '<a href="./org/eclipse/oomph/resources/impl/SourceLocatorImpl.html" title="class in org.eclipse.oomph.resources.impl"><code><em>Source Locator</em></code></a>' class.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/ResourcesPackage.html#SOURCE_LOCATOR">SOURCE_LOCATOR</a></span> - Static variable in interface org.eclipse.oomph.resources.<a href="./org/eclipse/oomph/resources/ResourcesPackage.html" title="interface in org.eclipse.oomph.resources">ResourcesPackage</a></dt>
<dd>
<div class="block">The meta object id for the '<a href="./org/eclipse/oomph/resources/impl/SourceLocatorImpl.html" title="class in org.eclipse.oomph.resources.impl"><code><em>Source Locator</em></code></a>' class.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/ResourcesPackage.html#SOURCE_LOCATOR___GET_ANNOTATION__STRING">SOURCE_LOCATOR___GET_ANNOTATION__STRING</a></span> - Static variable in interface org.eclipse.oomph.resources.<a href="./org/eclipse/oomph/resources/ResourcesPackage.html" title="interface in org.eclipse.oomph.resources">ResourcesPackage</a></dt>
<dd>
<div class="block">The operation id for the '<em>Get Annotation</em>' operation.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/ResourcesPackage.Literals.html#SOURCE_LOCATOR___HANDLE_PROJECTS__ELIST_PROJECTHANDLER_MULTISTATUS_IPROGRESSMONITOR">SOURCE_LOCATOR___HANDLE_PROJECTS__ELIST_PROJECTHANDLER_MULTISTATUS_IPROGRESSMONITOR</a></span> - Static variable in interface org.eclipse.oomph.resources.<a href="./org/eclipse/oomph/resources/ResourcesPackage.Literals.html" title="interface in org.eclipse.oomph.resources">ResourcesPackage.Literals</a></dt>
<dd>
<div class="block">The meta object literal for the '<em><b>Handle Projects</b></em>' operation.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/ResourcesPackage.html#SOURCE_LOCATOR___HANDLE_PROJECTS__ELIST_PROJECTHANDLER_MULTISTATUS_IPROGRESSMONITOR">SOURCE_LOCATOR___HANDLE_PROJECTS__ELIST_PROJECTHANDLER_MULTISTATUS_IPROGRESSMONITOR</a></span> - Static variable in interface org.eclipse.oomph.resources.<a href="./org/eclipse/oomph/resources/ResourcesPackage.html" title="interface in org.eclipse.oomph.resources">ResourcesPackage</a></dt>
<dd>
<div class="block">The operation id for the '<em>Handle Projects</em>' operation.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/ResourcesPackage.Literals.html#SOURCE_LOCATOR___LOAD_PROJECT__ELIST_BACKENDCONTAINER_IPROGRESSMONITOR">SOURCE_LOCATOR___LOAD_PROJECT__ELIST_BACKENDCONTAINER_IPROGRESSMONITOR</a></span> - Static variable in interface org.eclipse.oomph.resources.<a href="./org/eclipse/oomph/resources/ResourcesPackage.Literals.html" title="interface in org.eclipse.oomph.resources">ResourcesPackage.Literals</a></dt>
<dd>
<div class="block">The meta object literal for the '<em><b>Load Project</b></em>' operation.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/ResourcesPackage.html#SOURCE_LOCATOR___LOAD_PROJECT__ELIST_BACKENDCONTAINER_IPROGRESSMONITOR">SOURCE_LOCATOR___LOAD_PROJECT__ELIST_BACKENDCONTAINER_IPROGRESSMONITOR</a></span> - Static variable in interface org.eclipse.oomph.resources.<a href="./org/eclipse/oomph/resources/ResourcesPackage.html" title="interface in org.eclipse.oomph.resources">ResourcesPackage</a></dt>
<dd>
<div class="block">The operation id for the '<em>Load Project</em>' operation.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/ResourcesPackage.Literals.html#SOURCE_LOCATOR___MATCHES__IPROJECT">SOURCE_LOCATOR___MATCHES__IPROJECT</a></span> - Static variable in interface org.eclipse.oomph.resources.<a href="./org/eclipse/oomph/resources/ResourcesPackage.Literals.html" title="interface in org.eclipse.oomph.resources">ResourcesPackage.Literals</a></dt>
<dd>
<div class="block">The meta object literal for the '<em><b>Matches</b></em>' operation.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/ResourcesPackage.html#SOURCE_LOCATOR___MATCHES__IPROJECT">SOURCE_LOCATOR___MATCHES__IPROJECT</a></span> - Static variable in interface org.eclipse.oomph.resources.<a href="./org/eclipse/oomph/resources/ResourcesPackage.html" title="interface in org.eclipse.oomph.resources">ResourcesPackage</a></dt>
<dd>
<div class="block">The operation id for the '<em>Matches</em>' operation.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/ResourcesPackage.html#SOURCE_LOCATOR__ANNOTATIONS">SOURCE_LOCATOR__ANNOTATIONS</a></span> - Static variable in interface org.eclipse.oomph.resources.<a href="./org/eclipse/oomph/resources/ResourcesPackage.html" title="interface in org.eclipse.oomph.resources">ResourcesPackage</a></dt>
<dd>
<div class="block">The feature id for the '<em><b>Annotations</b></em>' containment reference list.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/ResourcesPackage.Literals.html#SOURCE_LOCATOR__EXCLUDED_PATHS">SOURCE_LOCATOR__EXCLUDED_PATHS</a></span> - Static variable in interface org.eclipse.oomph.resources.<a href="./org/eclipse/oomph/resources/ResourcesPackage.Literals.html" title="interface in org.eclipse.oomph.resources">ResourcesPackage.Literals</a></dt>
<dd>
<div class="block">The meta object literal for the '<em><b>Excluded Paths</b></em>' attribute list feature.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/ResourcesPackage.html#SOURCE_LOCATOR__EXCLUDED_PATHS">SOURCE_LOCATOR__EXCLUDED_PATHS</a></span> - Static variable in interface org.eclipse.oomph.resources.<a href="./org/eclipse/oomph/resources/ResourcesPackage.html" title="interface in org.eclipse.oomph.resources">ResourcesPackage</a></dt>
<dd>
<div class="block">The feature id for the '<em><b>Excluded Paths</b></em>' attribute list.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/ResourcesPackage.Literals.html#SOURCE_LOCATOR__LOCATE_NESTED_PROJECTS">SOURCE_LOCATOR__LOCATE_NESTED_PROJECTS</a></span> - Static variable in interface org.eclipse.oomph.resources.<a href="./org/eclipse/oomph/resources/ResourcesPackage.Literals.html" title="interface in org.eclipse.oomph.resources">ResourcesPackage.Literals</a></dt>
<dd>
<div class="block">The meta object literal for the '<em><b>Locate Nested Projects</b></em>' attribute feature.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/ResourcesPackage.html#SOURCE_LOCATOR__LOCATE_NESTED_PROJECTS">SOURCE_LOCATOR__LOCATE_NESTED_PROJECTS</a></span> - Static variable in interface org.eclipse.oomph.resources.<a href="./org/eclipse/oomph/resources/ResourcesPackage.html" title="interface in org.eclipse.oomph.resources">ResourcesPackage</a></dt>
<dd>
<div class="block">The feature id for the '<em><b>Locate Nested Projects</b></em>' attribute.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/ResourcesPackage.Literals.html#SOURCE_LOCATOR__PREDICATES">SOURCE_LOCATOR__PREDICATES</a></span> - Static variable in interface org.eclipse.oomph.resources.<a href="./org/eclipse/oomph/resources/ResourcesPackage.Literals.html" title="interface in org.eclipse.oomph.resources">ResourcesPackage.Literals</a></dt>
<dd>
<div class="block">The meta object literal for the '<em><b>Predicates</b></em>' containment reference list feature.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/ResourcesPackage.html#SOURCE_LOCATOR__PREDICATES">SOURCE_LOCATOR__PREDICATES</a></span> - Static variable in interface org.eclipse.oomph.resources.<a href="./org/eclipse/oomph/resources/ResourcesPackage.html" title="interface in org.eclipse.oomph.resources">ResourcesPackage</a></dt>
<dd>
<div class="block">The feature id for the '<em><b>Predicates</b></em>' containment reference list.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/ResourcesPackage.Literals.html#SOURCE_LOCATOR__PROJECT_FACTORIES">SOURCE_LOCATOR__PROJECT_FACTORIES</a></span> - Static variable in interface org.eclipse.oomph.resources.<a href="./org/eclipse/oomph/resources/ResourcesPackage.Literals.html" title="interface in org.eclipse.oomph.resources">ResourcesPackage.Literals</a></dt>
<dd>
<div class="block">The meta object literal for the '<em><b>Project Factories</b></em>' containment reference list feature.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/ResourcesPackage.html#SOURCE_LOCATOR__PROJECT_FACTORIES">SOURCE_LOCATOR__PROJECT_FACTORIES</a></span> - Static variable in interface org.eclipse.oomph.resources.<a href="./org/eclipse/oomph/resources/ResourcesPackage.html" title="interface in org.eclipse.oomph.resources">ResourcesPackage</a></dt>
<dd>
<div class="block">The feature id for the '<em><b>Project Factories</b></em>' containment reference list.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/ResourcesPackage.Literals.html#SOURCE_LOCATOR__ROOT_FOLDER">SOURCE_LOCATOR__ROOT_FOLDER</a></span> - Static variable in interface org.eclipse.oomph.resources.<a href="./org/eclipse/oomph/resources/ResourcesPackage.Literals.html" title="interface in org.eclipse.oomph.resources">ResourcesPackage.Literals</a></dt>
<dd>
<div class="block">The meta object literal for the '<em><b>Root Folder</b></em>' attribute feature.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/ResourcesPackage.html#SOURCE_LOCATOR__ROOT_FOLDER">SOURCE_LOCATOR__ROOT_FOLDER</a></span> - Static variable in interface org.eclipse.oomph.resources.<a href="./org/eclipse/oomph/resources/ResourcesPackage.html" title="interface in org.eclipse.oomph.resources">ResourcesPackage</a></dt>
<dd>
<div class="block">The feature id for the '<em><b>Root Folder</b></em>' attribute.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/ResourcesPackage.html#SOURCE_LOCATOR_FEATURE_COUNT">SOURCE_LOCATOR_FEATURE_COUNT</a></span> - Static variable in interface org.eclipse.oomph.resources.<a href="./org/eclipse/oomph/resources/ResourcesPackage.html" title="interface in org.eclipse.oomph.resources">ResourcesPackage</a></dt>
<dd>
<div class="block">The number of structural features of the '<em>Source Locator</em>' class.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/ResourcesPackage.html#SOURCE_LOCATOR_OPERATION_COUNT">SOURCE_LOCATOR_OPERATION_COUNT</a></span> - Static variable in interface org.eclipse.oomph.resources.<a href="./org/eclipse/oomph/resources/ResourcesPackage.html" title="interface in org.eclipse.oomph.resources">ResourcesPackage</a></dt>
<dd>
<div class="block">The number of operations of the '<em>Source Locator</em>' class.</div>
</dd>
<dt><a href="./org/eclipse/oomph/resources/SourceLocator.html" title="interface in org.eclipse.oomph.resources"><span class="strong">SourceLocator</span></a> - Interface in <a href="./org/eclipse/oomph/resources/package-summary.html">org.eclipse.oomph.resources</a></dt>
<dd>
<div class="block">A representation of the model object '<em><b>Source Locator</b></em>'.</div>
</dd>
<dt><a href="./org/eclipse/oomph/resources/impl/SourceLocatorImpl.html" title="class in org.eclipse.oomph.resources.impl"><span class="strong">SourceLocatorImpl</span></a> - Class in <a href="./org/eclipse/oomph/resources/impl/package-summary.html">org.eclipse.oomph.resources.impl</a></dt>
<dd>
<div class="block">An implementation of the model object '<em><b>Source Locator</b></em>'.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/impl/SourceLocatorImpl.html#SourceLocatorImpl()">SourceLocatorImpl()</a></span> - Constructor for class org.eclipse.oomph.resources.impl.<a href="./org/eclipse/oomph/resources/impl/SourceLocatorImpl.html" title="class in org.eclipse.oomph.resources.impl">SourceLocatorImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/base/BasePackage.Literals.html#STRING_TO_STRING_MAP_ENTRY">STRING_TO_STRING_MAP_ENTRY</a></span> - Static variable in interface org.eclipse.oomph.base.<a href="./org/eclipse/oomph/base/BasePackage.Literals.html" title="interface in org.eclipse.oomph.base">BasePackage.Literals</a></dt>
<dd>
<div class="block">The meta object literal for the '<a href="./org/eclipse/oomph/base/impl/StringToStringMapEntryImpl.html" title="class in org.eclipse.oomph.base.impl"><code><em>String To String Map Entry</em></code></a>' class.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/base/BasePackage.html#STRING_TO_STRING_MAP_ENTRY">STRING_TO_STRING_MAP_ENTRY</a></span> - Static variable in interface org.eclipse.oomph.base.<a href="./org/eclipse/oomph/base/BasePackage.html" title="interface in org.eclipse.oomph.base">BasePackage</a></dt>
<dd>
<div class="block">The meta object id for the '<a href="./org/eclipse/oomph/base/impl/StringToStringMapEntryImpl.html" title="class in org.eclipse.oomph.base.impl"><code><em>String To String Map Entry</em></code></a>' class.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/base/BasePackage.Literals.html#STRING_TO_STRING_MAP_ENTRY__KEY">STRING_TO_STRING_MAP_ENTRY__KEY</a></span> - Static variable in interface org.eclipse.oomph.base.<a href="./org/eclipse/oomph/base/BasePackage.Literals.html" title="interface in org.eclipse.oomph.base">BasePackage.Literals</a></dt>
<dd>
<div class="block">The meta object literal for the '<em><b>Key</b></em>' attribute feature.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/base/BasePackage.html#STRING_TO_STRING_MAP_ENTRY__KEY">STRING_TO_STRING_MAP_ENTRY__KEY</a></span> - Static variable in interface org.eclipse.oomph.base.<a href="./org/eclipse/oomph/base/BasePackage.html" title="interface in org.eclipse.oomph.base">BasePackage</a></dt>
<dd>
<div class="block">The feature id for the '<em><b>Key</b></em>' attribute.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/base/BasePackage.Literals.html#STRING_TO_STRING_MAP_ENTRY__VALUE">STRING_TO_STRING_MAP_ENTRY__VALUE</a></span> - Static variable in interface org.eclipse.oomph.base.<a href="./org/eclipse/oomph/base/BasePackage.Literals.html" title="interface in org.eclipse.oomph.base">BasePackage.Literals</a></dt>
<dd>
<div class="block">The meta object literal for the '<em><b>Value</b></em>' attribute feature.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/base/BasePackage.html#STRING_TO_STRING_MAP_ENTRY__VALUE">STRING_TO_STRING_MAP_ENTRY__VALUE</a></span> - Static variable in interface org.eclipse.oomph.base.<a href="./org/eclipse/oomph/base/BasePackage.html" title="interface in org.eclipse.oomph.base">BasePackage</a></dt>
<dd>
<div class="block">The feature id for the '<em><b>Value</b></em>' attribute.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/base/BasePackage.html#STRING_TO_STRING_MAP_ENTRY_FEATURE_COUNT">STRING_TO_STRING_MAP_ENTRY_FEATURE_COUNT</a></span> - Static variable in interface org.eclipse.oomph.base.<a href="./org/eclipse/oomph/base/BasePackage.html" title="interface in org.eclipse.oomph.base">BasePackage</a></dt>
<dd>
<div class="block">The number of structural features of the '<em>String To String Map Entry</em>' class.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/base/BasePackage.html#STRING_TO_STRING_MAP_ENTRY_OPERATION_COUNT">STRING_TO_STRING_MAP_ENTRY_OPERATION_COUNT</a></span> - Static variable in interface org.eclipse.oomph.base.<a href="./org/eclipse/oomph/base/BasePackage.html" title="interface in org.eclipse.oomph.base">BasePackage</a></dt>
<dd>
<div class="block">The number of operations of the '<em>String To String Map Entry</em>' class.</div>
</dd>
<dt><a href="./org/eclipse/oomph/base/impl/StringToStringMapEntryImpl.html" title="class in org.eclipse.oomph.base.impl"><span class="strong">StringToStringMapEntryImpl</span></a> - Class in <a href="./org/eclipse/oomph/base/impl/package-summary.html">org.eclipse.oomph.base.impl</a></dt>
<dd>
<div class="block">An implementation of the model object '<em><b>String To String Map Entry</b></em>'.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/base/impl/StringToStringMapEntryImpl.html#StringToStringMapEntryImpl()">StringToStringMapEntryImpl()</a></span> - Constructor for class org.eclipse.oomph.base.impl.<a href="./org/eclipse/oomph/base/impl/StringToStringMapEntryImpl.html" title="class in org.eclipse.oomph.base.impl">StringToStringMapEntryImpl</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/eclipse/oomph/util/StringUtil.html" title="class in org.eclipse.oomph.util"><span class="strong">StringUtil</span></a> - Class in <a href="./org/eclipse/oomph/util/package-summary.html">org.eclipse.oomph.util</a></dt>
<dd>
<div class="block">Various static helper methods for dealing with strings.</div>
</dd>
<dt><a href="./org/eclipse/oomph/util/SubMonitor.html" title="class in org.eclipse.oomph.util"><span class="strong">SubMonitor</span></a> - Class in <a href="./org/eclipse/oomph/util/package-summary.html">org.eclipse.oomph.util</a></dt>
<dd>
<div class="block">A <a href="http://help.eclipse.org/topic//org.eclipse.platform.doc.isv/reference/api/org/eclipse/core/runtime/IProgressMonitorWithBlocking.html?is-external=true" title="class or interface in org.eclipse.core.runtime"><code>progress monitor</code></a> that uses a given amount of work ticks from a parent monitor.</div>
</dd>
<dt><a href="./org/eclipse/oomph/util/SubMonitor.ProbingMode.html" title="enum in org.eclipse.oomph.util"><span class="strong">SubMonitor.ProbingMode</span></a> - Enum in <a href="./org/eclipse/oomph/util/package-summary.html">org.eclipse.oomph.util</a></dt>
<dd>
<div class="block">Enumerates the possible probing mode values <a href="./org/eclipse/oomph/util/SubMonitor.ProbingMode.html#OFF"><code>SubMonitor.ProbingMode.OFF</code></a>, <a href="./org/eclipse/oomph/util/SubMonitor.ProbingMode.html#STANDARD"><code>SubMonitor.ProbingMode.STANDARD</code></a> and <a href="./org/eclipse/oomph/util/SubMonitor.ProbingMode.html#FULL"><code>SubMonitor.ProbingMode.FULL</code></a>.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/SubMonitor.html#subTask(java.lang.String)">subTask(String)</a></span> - Method in class org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/SubMonitor.html" title="class in org.eclipse.oomph.util">SubMonitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/SubMonitor.html#SUPPRESS_ALL_LABELS">SUPPRESS_ALL_LABELS</a></span> - Static variable in class org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/SubMonitor.html" title="class in org.eclipse.oomph.util">SubMonitor</a></dt>
<dd>
<div class="block">May be passed as a flag to newChild.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/SubMonitor.html#SUPPRESS_BEGINTASK">SUPPRESS_BEGINTASK</a></span> - Static variable in class org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/SubMonitor.html" title="class in org.eclipse.oomph.util">SubMonitor</a></dt>
<dd>
<div class="block">May be passed as a flag to newChild.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/SubMonitor.html#SUPPRESS_NONE">SUPPRESS_NONE</a></span> - Static variable in class org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/SubMonitor.html" title="class in org.eclipse.oomph.util">SubMonitor</a></dt>
<dd>
<div class="block">May be passed as a flag to newChild.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/SubMonitor.html#SUPPRESS_SETTASKNAME">SUPPRESS_SETTASKNAME</a></span> - Static variable in class org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/SubMonitor.html" title="class in org.eclipse.oomph.util">SubMonitor</a></dt>
<dd>
<div class="block">May be passed as a flag to newChild.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/SubMonitor.html#SUPPRESS_SUBTASK">SUPPRESS_SUBTASK</a></span> - Static variable in class org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/SubMonitor.html" title="class in org.eclipse.oomph.util">SubMonitor</a></dt>
<dd>
<div class="block">May be passed as a flag to newChild.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/ui/UIUtil.html#syncExec(java.lang.Runnable)">syncExec(Runnable)</a></span> - Static method in class org.eclipse.oomph.ui.<a href="./org/eclipse/oomph/ui/UIUtil.html" title="class in org.eclipse.oomph.ui">UIUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/ui/UIUtil.html#syncExec(org.eclipse.swt.widgets.Display,%20java.lang.Runnable)">syncExec(Display, Runnable)</a></span> - Static method in class org.eclipse.oomph.ui.<a href="./org/eclipse/oomph/ui/UIUtil.html" title="class in org.eclipse.oomph.ui">UIUtil</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/eclipse/oomph/util/SynchronizedCounter.html" title="class in org.eclipse.oomph.util"><span class="strong">SynchronizedCounter</span></a> - Class in <a href="./org/eclipse/oomph/util/package-summary.html">org.eclipse.oomph.util</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/SynchronizedCounter.html#SynchronizedCounter()">SynchronizedCounter()</a></span> - Constructor for class org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/SynchronizedCounter.html" title="class in org.eclipse.oomph.util">SynchronizedCounter</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="_T_">
<!-- -->
</a>
<h2 class="title">T</h2>
<dl>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/pde/TargetPlatformListener.html#targetDefinitionActivated(org.eclipse.pde.core.target.ITargetDefinition,%20org.eclipse.pde.core.target.ITargetDefinition)">targetDefinitionActivated(ITargetDefinition, ITargetDefinition)</a></span> - Method in interface org.eclipse.oomph.util.pde.<a href="./org/eclipse/oomph/util/pde/TargetPlatformListener.html" title="interface in org.eclipse.oomph.util.pde">TargetPlatformListener</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/eclipse/oomph/util/pde/TargetPlatformListener.html" title="interface in org.eclipse.oomph.util.pde"><span class="strong">TargetPlatformListener</span></a> - Interface in <a href="./org/eclipse/oomph/util/pde/package-summary.html">org.eclipse.oomph.util.pde</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/eclipse/oomph/util/pde/TargetPlatformRunnable.html" title="interface in org.eclipse.oomph.util.pde"><span class="strong">TargetPlatformRunnable</span></a>&lt;<a href="./org/eclipse/oomph/util/pde/TargetPlatformRunnable.html" title="type parameter in TargetPlatformRunnable">T</a>&gt; - Interface in <a href="./org/eclipse/oomph/util/pde/package-summary.html">org.eclipse.oomph.util.pde</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/eclipse/oomph/util/pde/TargetPlatformUtil.html" title="class in org.eclipse.oomph.util.pde"><span class="strong">TargetPlatformUtil</span></a> - Class in <a href="./org/eclipse/oomph/util/pde/package-summary.html">org.eclipse.oomph.util.pde</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/base/BasePackage.Literals.html#TEXT">TEXT</a></span> - Static variable in interface org.eclipse.oomph.base.<a href="./org/eclipse/oomph/base/BasePackage.Literals.html" title="interface in org.eclipse.oomph.base">BasePackage.Literals</a></dt>
<dd>
<div class="block">The meta object literal for the '<em>Text</em>' data type.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/base/BasePackage.html#TEXT">TEXT</a></span> - Static variable in interface org.eclipse.oomph.base.<a href="./org/eclipse/oomph/base/BasePackage.html" title="interface in org.eclipse.oomph.base">BasePackage</a></dt>
<dd>
<div class="block">The meta object id for the '<em>Text</em>' data type.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/ui/UIUtil.html#timerExec(int,%20java.lang.Runnable)">timerExec(int, Runnable)</a></span> - Static method in class org.eclipse.oomph.ui.<a href="./org/eclipse/oomph/ui/UIUtil.html" title="class in org.eclipse.oomph.ui">UIUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/ui/UIUtil.html#timerExec(int,%20org.eclipse.swt.widgets.Display,%20java.lang.Runnable)">timerExec(int, Display, Runnable)</a></span> - Static method in class org.eclipse.oomph.ui.<a href="./org/eclipse/oomph/ui/UIUtil.html" title="class in org.eclipse.oomph.ui">UIUtil</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/eclipse/oomph/ui/ToggleCommandHandler.html" title="class in org.eclipse.oomph.ui"><span class="strong">ToggleCommandHandler</span></a> - Class in <a href="./org/eclipse/oomph/ui/package-summary.html">org.eclipse.oomph.ui</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/ui/ToggleCommandHandler.html#ToggleCommandHandler()">ToggleCommandHandler()</a></span> - Constructor for class org.eclipse.oomph.ui.<a href="./org/eclipse/oomph/ui/ToggleCommandHandler.html" title="class in org.eclipse.oomph.ui">ToggleCommandHandler</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/base/impl/AnnotationImpl.html#toString()">toString()</a></span> - Method in class org.eclipse.oomph.base.impl.<a href="./org/eclipse/oomph/base/impl/AnnotationImpl.html" title="class in org.eclipse.oomph.base.impl">AnnotationImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/base/impl/StringToStringMapEntryImpl.html#toString()">toString()</a></span> - Method in class org.eclipse.oomph.base.impl.<a href="./org/eclipse/oomph/base/impl/StringToStringMapEntryImpl.html" title="class in org.eclipse.oomph.base.impl">StringToStringMapEntryImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/impl/BuilderPredicateImpl.html#toString()">toString()</a></span> - Method in class org.eclipse.oomph.predicates.impl.<a href="./org/eclipse/oomph/predicates/impl/BuilderPredicateImpl.html" title="class in org.eclipse.oomph.predicates.impl">BuilderPredicateImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/impl/CommentPredicateImpl.html#toString()">toString()</a></span> - Method in class org.eclipse.oomph.predicates.impl.<a href="./org/eclipse/oomph/predicates/impl/CommentPredicateImpl.html" title="class in org.eclipse.oomph.predicates.impl">CommentPredicateImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/impl/FilePredicateImpl.html#toString()">toString()</a></span> - Method in class org.eclipse.oomph.predicates.impl.<a href="./org/eclipse/oomph/predicates/impl/FilePredicateImpl.html" title="class in org.eclipse.oomph.predicates.impl">FilePredicateImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/impl/LocationPredicateImpl.html#toString()">toString()</a></span> - Method in class org.eclipse.oomph.predicates.impl.<a href="./org/eclipse/oomph/predicates/impl/LocationPredicateImpl.html" title="class in org.eclipse.oomph.predicates.impl">LocationPredicateImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/impl/NamePredicateImpl.html#toString()">toString()</a></span> - Method in class org.eclipse.oomph.predicates.impl.<a href="./org/eclipse/oomph/predicates/impl/NamePredicateImpl.html" title="class in org.eclipse.oomph.predicates.impl">NamePredicateImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/impl/NaturePredicateImpl.html#toString()">toString()</a></span> - Method in class org.eclipse.oomph.predicates.impl.<a href="./org/eclipse/oomph/predicates/impl/NaturePredicateImpl.html" title="class in org.eclipse.oomph.predicates.impl">NaturePredicateImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/predicates/impl/RepositoryPredicateImpl.html#toString()">toString()</a></span> - Method in class org.eclipse.oomph.predicates.impl.<a href="./org/eclipse/oomph/predicates/impl/RepositoryPredicateImpl.html" title="class in org.eclipse.oomph.predicates.impl">RepositoryPredicateImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/backend/BackendResource.html#toString()">toString()</a></span> - Method in class org.eclipse.oomph.resources.backend.<a href="./org/eclipse/oomph/resources/backend/BackendResource.html" title="class in org.eclipse.oomph.resources.backend">BackendResource</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/backend/LocalBackendSystem.Member.html#toString()">toString()</a></span> - Method in class org.eclipse.oomph.resources.backend.<a href="./org/eclipse/oomph/resources/backend/LocalBackendSystem.Member.html" title="class in org.eclipse.oomph.resources.backend">LocalBackendSystem.Member</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/impl/ProjectFactoryImpl.html#toString()">toString()</a></span> - Method in class org.eclipse.oomph.resources.impl.<a href="./org/eclipse/oomph/resources/impl/ProjectFactoryImpl.html" title="class in org.eclipse.oomph.resources.impl">ProjectFactoryImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/impl/SourceLocatorImpl.html#toString()">toString()</a></span> - Method in class org.eclipse.oomph.resources.impl.<a href="./org/eclipse/oomph/resources/impl/SourceLocatorImpl.html" title="class in org.eclipse.oomph.resources.impl">SourceLocatorImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/Confirmer.Confirmation.html#toString()">toString()</a></span> - Method in class org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/Confirmer.Confirmation.html" title="class in org.eclipse.oomph.util">Confirmer.Confirmation</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/OomphPlugin.BundleFile.html#toString()">toString()</a></span> - Method in class org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/OomphPlugin.BundleFile.html" title="class in org.eclipse.oomph.util">OomphPlugin.BundleFile</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/OomphPlugin.html#toString(java.lang.Throwable)">toString(Throwable)</a></span> - Static method in class org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/OomphPlugin.html" title="class in org.eclipse.oomph.util">OomphPlugin</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/OomphPlugin.html#toString(org.eclipse.core.runtime.IStatus)">toString(IStatus)</a></span> - Static method in class org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/OomphPlugin.html" title="class in org.eclipse.oomph.util">OomphPlugin</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/Pair.html#toString()">toString()</a></span> - Method in class org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/Pair.html" title="class in org.eclipse.oomph.util">Pair</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/ProbingSubMonitor.html#toString()">toString()</a></span> - Method in class org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/ProbingSubMonitor.html" title="class in org.eclipse.oomph.util">ProbingSubMonitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/SynchronizedCounter.html#toString()">toString()</a></span> - Method in class org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/SynchronizedCounter.html" title="class in org.eclipse.oomph.util">SynchronizedCounter</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="_U_">
<!-- -->
</a>
<h2 class="title">U</h2>
<dl>
<dt><a href="./org/eclipse/oomph/ui/UICallback.html" title="class in org.eclipse.oomph.ui"><span class="strong">UICallback</span></a> - Class in <a href="./org/eclipse/oomph/ui/package-summary.html">org.eclipse.oomph.ui</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/ui/UICallback.html#UICallback(org.eclipse.swt.widgets.Shell,%20java.lang.String)">UICallback(Shell, String)</a></span> - Constructor for class org.eclipse.oomph.ui.<a href="./org/eclipse/oomph/ui/UICallback.html" title="class in org.eclipse.oomph.ui">UICallback</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/eclipse/oomph/ui/UIUtil.html" title="class in org.eclipse.oomph.ui"><span class="strong">UIUtil</span></a> - Class in <a href="./org/eclipse/oomph/ui/package-summary.html">org.eclipse.oomph.ui</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/StringUtil.html#uncap(java.lang.String)">uncap(String)</a></span> - Static method in class org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/StringUtil.html" title="class in org.eclipse.oomph.util">StringUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/StringUtil.html#uncapAll(java.lang.String)">uncapAll(String)</a></span> - Static method in class org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/StringUtil.html" title="class in org.eclipse.oomph.util">StringUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/OomphPlugin.html#ungetService(java.lang.Object)">ungetService(Object)</a></span> - Method in class org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/OomphPlugin.html" title="class in org.eclipse.oomph.util">OomphPlugin</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/ServiceUtil.html#ungetService(org.osgi.framework.BundleContext,%20java.lang.Object)">ungetService(BundleContext, Object)</a></span> - Static method in class org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/ServiceUtil.html" title="class in org.eclipse.oomph.util">ServiceUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/Predicates.html#unique()">unique()</a></span> - Static method in class org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/Predicates.html" title="class in org.eclipse.oomph.util">Predicates</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/ZIPUtil.html#unzip(java.io.File,%20org.eclipse.oomph.util.ZIPUtil.UnzipHandler)">unzip(File, ZIPUtil.UnzipHandler)</a></span> - Static method in class org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/ZIPUtil.html" title="class in org.eclipse.oomph.util">ZIPUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/ZIPUtil.html#unzip(java.io.File,%20java.io.File)">unzip(File, File)</a></span> - Static method in class org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/ZIPUtil.html" title="class in org.eclipse.oomph.util">ZIPUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/ZIPUtil.FileSystemUnzipHandler.html#unzipDirectory(java.lang.String)">unzipDirectory(String)</a></span> - Method in class org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/ZIPUtil.FileSystemUnzipHandler.html" title="class in org.eclipse.oomph.util">ZIPUtil.FileSystemUnzipHandler</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/ZIPUtil.UnzipHandler.html#unzipDirectory(java.lang.String)">unzipDirectory(String)</a></span> - Method in interface org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/ZIPUtil.UnzipHandler.html" title="interface in org.eclipse.oomph.util">ZIPUtil.UnzipHandler</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/ZIPUtil.FileSystemUnzipHandler.html#unzipFile(java.lang.String,%20java.io.InputStream)">unzipFile(String, InputStream)</a></span> - Method in class org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/ZIPUtil.FileSystemUnzipHandler.html" title="class in org.eclipse.oomph.util">ZIPUtil.FileSystemUnzipHandler</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/ZIPUtil.UnzipHandler.html#unzipFile(java.lang.String,%20java.io.InputStream)">unzipFile(String, InputStream)</a></span> - Method in interface org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/ZIPUtil.UnzipHandler.html" title="interface in org.eclipse.oomph.util">ZIPUtil.UnzipHandler</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/XMLUtil.ElementUpdater.html#update(java.lang.String,%20java.lang.String)">update(String, String)</a></span> - Method in class org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/XMLUtil.ElementUpdater.html" title="class in org.eclipse.oomph.util">XMLUtil.ElementUpdater</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/base/BasePackage.Literals.html#URI">URI</a></span> - Static variable in interface org.eclipse.oomph.base.<a href="./org/eclipse/oomph/base/BasePackage.Literals.html" title="interface in org.eclipse.oomph.base">BasePackage.Literals</a></dt>
<dd>
<div class="block">The meta object literal for the '<em>URI</em>' data type.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/base/BasePackage.html#URI">URI</a></span> - Static variable in interface org.eclipse.oomph.base.<a href="./org/eclipse/oomph/base/BasePackage.html" title="interface in org.eclipse.oomph.base">BasePackage</a></dt>
<dd>
<div class="block">The meta object id for the '<em>URI</em>' data type.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/PropertiesUtil.html#USER_HOME">USER_HOME</a></span> - Static variable in class org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/PropertiesUtil.html" title="class in org.eclipse.oomph.util">PropertiesUtil</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/eclipse/oomph/util/UserCallback.html" title="class in org.eclipse.oomph.util"><span class="strong">UserCallback</span></a> - Class in <a href="./org/eclipse/oomph/util/package-summary.html">org.eclipse.oomph.util</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/UserCallback.html#UserCallback()">UserCallback()</a></span> - Constructor for class org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/UserCallback.html" title="class in org.eclipse.oomph.util">UserCallback</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="_V_">
<!-- -->
</a>
<h2 class="title">V</h2>
<dl>
<dt><span class="strong"><a href="./org/eclipse/oomph/base/util/BaseValidator.html#validate(int,%20java.lang.Object,%20org.eclipse.emf.common.util.DiagnosticChain,%20java.util.Map)">validate(int, Object, DiagnosticChain, Map&lt;Object, Object&gt;)</a></span> - Method in class org.eclipse.oomph.base.util.<a href="./org/eclipse/oomph/base/util/BaseValidator.html" title="class in org.eclipse.oomph.base.util">BaseValidator</a></dt>
<dd>
<div class="block">Calls <code>validateXXX</code> for the corresponding classifier of the model.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/ConcurrentArray.DuplicateCounter.html#validate(E)">validate(E)</a></span> - Method in class org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/ConcurrentArray.DuplicateCounter.html" title="class in org.eclipse.oomph.util">ConcurrentArray.DuplicateCounter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/ConcurrentArray.Unique.html#validate(E)">validate(E)</a></span> - Method in class org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/ConcurrentArray.Unique.html" title="class in org.eclipse.oomph.util">ConcurrentArray.Unique</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/ConcurrentArray.html#validate(E)">validate(E)</a></span> - Method in class org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/ConcurrentArray.html" title="class in org.eclipse.oomph.util">ConcurrentArray</a></dt>
<dd>
<div class="block">Synchronized through <a href="./org/eclipse/oomph/util/ConcurrentArray.html#add(E)"><code>ConcurrentArray.add(Object)</code></a>.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/base/util/BaseValidator.html#validateAnnotation(org.eclipse.oomph.base.Annotation,%20org.eclipse.emf.common.util.DiagnosticChain,%20java.util.Map)">validateAnnotation(Annotation, DiagnosticChain, Map&lt;Object, Object&gt;)</a></span> - Method in class org.eclipse.oomph.base.util.<a href="./org/eclipse/oomph/base/util/BaseValidator.html" title="class in org.eclipse.oomph.base.util">BaseValidator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/base/util/BaseValidator.html#validateAnnotation_WellFormedSourceURI(org.eclipse.oomph.base.Annotation,%20org.eclipse.emf.common.util.DiagnosticChain,%20java.util.Map)">validateAnnotation_WellFormedSourceURI(Annotation, DiagnosticChain, Map&lt;Object, Object&gt;)</a></span> - Method in class org.eclipse.oomph.base.util.<a href="./org/eclipse/oomph/base/util/BaseValidator.html" title="class in org.eclipse.oomph.base.util">BaseValidator</a></dt>
<dd>
<div class="block">Validates the WellFormedSourceURI constraint of '<em>Annotation</em>'.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/base/util/BaseValidator.html#validateException(java.lang.Exception,%20org.eclipse.emf.common.util.DiagnosticChain,%20java.util.Map)">validateException(Exception, DiagnosticChain, Map&lt;Object, Object&gt;)</a></span> - Method in class org.eclipse.oomph.base.util.<a href="./org/eclipse/oomph/base/util/BaseValidator.html" title="class in org.eclipse.oomph.base.util">BaseValidator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/base/util/BaseValidator.html#validateModelElement(org.eclipse.oomph.base.ModelElement,%20org.eclipse.emf.common.util.DiagnosticChain,%20java.util.Map)">validateModelElement(ModelElement, DiagnosticChain, Map&lt;Object, Object&gt;)</a></span> - Method in class org.eclipse.oomph.base.util.<a href="./org/eclipse/oomph/base/util/BaseValidator.html" title="class in org.eclipse.oomph.base.util">BaseValidator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/base/util/BaseValidator.html#validateStringToStringMapEntry(java.util.Map.Entry,%20org.eclipse.emf.common.util.DiagnosticChain,%20java.util.Map)">validateStringToStringMapEntry(Map.Entry&lt;?, ?&gt;, DiagnosticChain, Map&lt;Object, Object&gt;)</a></span> - Method in class org.eclipse.oomph.base.util.<a href="./org/eclipse/oomph/base/util/BaseValidator.html" title="class in org.eclipse.oomph.base.util">BaseValidator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/base/util/BaseValidator.html#validateText(java.lang.String,%20org.eclipse.emf.common.util.DiagnosticChain,%20java.util.Map)">validateText(String, DiagnosticChain, Map&lt;Object, Object&gt;)</a></span> - Method in class org.eclipse.oomph.base.util.<a href="./org/eclipse/oomph/base/util/BaseValidator.html" title="class in org.eclipse.oomph.base.util">BaseValidator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/base/util/BaseValidator.html#validateURI(org.eclipse.emf.common.util.URI,%20org.eclipse.emf.common.util.DiagnosticChain,%20java.util.Map)">validateURI(URI, DiagnosticChain, Map&lt;Object, Object&gt;)</a></span> - Method in class org.eclipse.oomph.base.util.<a href="./org/eclipse/oomph/base/util/BaseValidator.html" title="class in org.eclipse.oomph.base.util">BaseValidator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/base/impl/StringToStringMapEntryImpl.html#value">value</a></span> - Variable in class org.eclipse.oomph.base.impl.<a href="./org/eclipse/oomph/base/impl/StringToStringMapEntryImpl.html" title="class in org.eclipse.oomph.base.impl">StringToStringMapEntryImpl</a></dt>
<dd>
<div class="block">The cached value of the '<a href="./org/eclipse/oomph/base/impl/StringToStringMapEntryImpl.html#getTypedValue()"><code><em>Value</em></code></a>' attribute.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/base/impl/StringToStringMapEntryImpl.html#VALUE_EDEFAULT">VALUE_EDEFAULT</a></span> - Static variable in class org.eclipse.oomph.base.impl.<a href="./org/eclipse/oomph/base/impl/StringToStringMapEntryImpl.html" title="class in org.eclipse.oomph.base.impl">StringToStringMapEntryImpl</a></dt>
<dd>
<div class="block">The default value of the '<a href="./org/eclipse/oomph/base/impl/StringToStringMapEntryImpl.html#getTypedValue()"><code><em>Value</em></code></a>' attribute.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/backend/BackendResource.Type.html#valueOf(java.lang.String)">valueOf(String)</a></span> - Static method in enum org.eclipse.oomph.resources.backend.<a href="./org/eclipse/oomph/resources/backend/BackendResource.Type.html" title="enum in org.eclipse.oomph.resources.backend">BackendResource.Type</a></dt>
<dd>
<div class="block">Returns the enum constant of this type with the specified name.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/ResourcesUtil.ImportResult.html#valueOf(java.lang.String)">valueOf(String)</a></span> - Static method in enum org.eclipse.oomph.resources.<a href="./org/eclipse/oomph/resources/ResourcesUtil.ImportResult.html" title="enum in org.eclipse.oomph.resources">ResourcesUtil.ImportResult</a></dt>
<dd>
<div class="block">Returns the enum constant of this type with the specified name.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/SubMonitor.ProbingMode.html#valueOf(java.lang.String)">valueOf(String)</a></span> - Static method in enum org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/SubMonitor.ProbingMode.html" title="enum in org.eclipse.oomph.util">SubMonitor.ProbingMode</a></dt>
<dd>
<div class="block">Returns the enum constant of this type with the specified name.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/backend/BackendResource.Type.html#values()">values()</a></span> - Static method in enum org.eclipse.oomph.resources.backend.<a href="./org/eclipse/oomph/resources/backend/BackendResource.Type.html" title="enum in org.eclipse.oomph.resources.backend">BackendResource.Type</a></dt>
<dd>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/ResourcesUtil.ImportResult.html#values()">values()</a></span> - Static method in enum org.eclipse.oomph.resources.<a href="./org/eclipse/oomph/resources/ResourcesUtil.ImportResult.html" title="enum in org.eclipse.oomph.resources">ResourcesUtil.ImportResult</a></dt>
<dd>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/SubMonitor.ProbingMode.html#values()">values()</a></span> - Static method in enum org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/SubMonitor.ProbingMode.html" title="enum in org.eclipse.oomph.util">SubMonitor.ProbingMode</a></dt>
<dd>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/ConcurrentArray.Unique.html#violatingUniqueness(E)">violatingUniqueness(E)</a></span> - Method in class org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/ConcurrentArray.Unique.html" title="class in org.eclipse.oomph.util">ConcurrentArray.Unique</a></dt>
<dd>
<div class="block">Synchronized through <a href="./org/eclipse/oomph/util/ConcurrentArray.html#add(E)"><code>ConcurrentArray.add(Object)</code></a>.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/backend/BackendResource.Visitor.Default.html#visit(org.eclipse.oomph.resources.backend.BackendSystem,%20org.eclipse.core.runtime.IProgressMonitor)">visit(BackendSystem, IProgressMonitor)</a></span> - Method in class org.eclipse.oomph.resources.backend.<a href="./org/eclipse/oomph/resources/backend/BackendResource.Visitor.Default.html" title="class in org.eclipse.oomph.resources.backend">BackendResource.Visitor.Default</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/backend/BackendResource.Visitor.Default.html#visit(org.eclipse.oomph.resources.backend.BackendFolder,%20org.eclipse.core.runtime.IProgressMonitor)">visit(BackendFolder, IProgressMonitor)</a></span> - Method in class org.eclipse.oomph.resources.backend.<a href="./org/eclipse/oomph/resources/backend/BackendResource.Visitor.Default.html" title="class in org.eclipse.oomph.resources.backend">BackendResource.Visitor.Default</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/backend/BackendResource.Visitor.Default.html#visit(org.eclipse.oomph.resources.backend.BackendFile,%20org.eclipse.core.runtime.IProgressMonitor)">visit(BackendFile, IProgressMonitor)</a></span> - Method in class org.eclipse.oomph.resources.backend.<a href="./org/eclipse/oomph/resources/backend/BackendResource.Visitor.Default.html" title="class in org.eclipse.oomph.resources.backend">BackendResource.Visitor.Default</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/backend/BackendResource.Visitor.html#visit(org.eclipse.oomph.resources.backend.BackendSystem,%20org.eclipse.core.runtime.IProgressMonitor)">visit(BackendSystem, IProgressMonitor)</a></span> - Method in interface org.eclipse.oomph.resources.backend.<a href="./org/eclipse/oomph/resources/backend/BackendResource.Visitor.html" title="interface in org.eclipse.oomph.resources.backend">BackendResource.Visitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/backend/BackendResource.Visitor.html#visit(org.eclipse.oomph.resources.backend.BackendFolder,%20org.eclipse.core.runtime.IProgressMonitor)">visit(BackendFolder, IProgressMonitor)</a></span> - Method in interface org.eclipse.oomph.resources.backend.<a href="./org/eclipse/oomph/resources/backend/BackendResource.Visitor.html" title="interface in org.eclipse.oomph.resources.backend">BackendResource.Visitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/backend/BackendResource.Visitor.html#visit(org.eclipse.oomph.resources.backend.BackendFile,%20org.eclipse.core.runtime.IProgressMonitor)">visit(BackendFile, IProgressMonitor)</a></span> - Method in interface org.eclipse.oomph.resources.backend.<a href="./org/eclipse/oomph/resources/backend/BackendResource.Visitor.html" title="interface in org.eclipse.oomph.resources.backend">BackendResource.Visitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/backend/BackendResource.Visitor.Default.html#visitContainer(org.eclipse.oomph.resources.backend.BackendContainer,%20org.eclipse.core.runtime.IProgressMonitor)">visitContainer(BackendContainer, IProgressMonitor)</a></span> - Method in class org.eclipse.oomph.resources.backend.<a href="./org/eclipse/oomph/resources/backend/BackendResource.Visitor.Default.html" title="class in org.eclipse.oomph.resources.backend">BackendResource.Visitor.Default</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/backend/BackendResource.Visitor.Default.html#visitDefault(org.eclipse.oomph.resources.backend.BackendResource,%20org.eclipse.core.runtime.IProgressMonitor)">visitDefault(BackendResource, IProgressMonitor)</a></span> - Method in class org.eclipse.oomph.resources.backend.<a href="./org/eclipse/oomph/resources/backend/BackendResource.Visitor.Default.html" title="class in org.eclipse.oomph.resources.backend">BackendResource.Visitor.Default</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="_W_">
<!-- -->
</a>
<h2 class="title">W</h2>
<dl>
<dt><span class="strong"><a href="./org/eclipse/oomph/base/util/BaseValidator.html#WELL_FORMED_SOURCE_URI">WELL_FORMED_SOURCE_URI</a></span> - Static variable in class org.eclipse.oomph.base.util.<a href="./org/eclipse/oomph/base/util/BaseValidator.html" title="class in org.eclipse.oomph.base.util">BaseValidator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/ui/UIUtil.html#WORKBENCH">WORKBENCH</a></span> - Static variable in class org.eclipse.oomph.ui.<a href="./org/eclipse/oomph/ui/UIUtil.html" title="class in org.eclipse.oomph.ui">UIUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/ProbingSubMonitor.html#worked(int)">worked(int)</a></span> - Method in class org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/ProbingSubMonitor.html" title="class in org.eclipse.oomph.util">ProbingSubMonitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/SubMonitor.html#worked()">worked()</a></span> - Method in class org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/SubMonitor.html" title="class in org.eclipse.oomph.util">SubMonitor</a></dt>
<dd>
<div class="block">Same as <a href="./org/eclipse/oomph/util/SubMonitor.html#worked(int)"><code>worked(1)</code></a>.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/SubMonitor.html#worked(int)">worked(int)</a></span> - Method in class org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/SubMonitor.html" title="class in org.eclipse.oomph.util">SubMonitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/base/util/BaseUtil.html#writeFile(org.eclipse.emf.ecore.resource.URIConverter,%20java.util.Map,%20org.eclipse.emf.common.util.URI,%20byte[])">writeFile(URIConverter, Map&lt;?, ?&gt;, URI, byte[])</a></span> - Static method in class org.eclipse.oomph.base.util.<a href="./org/eclipse/oomph/base/util/BaseUtil.html" title="class in org.eclipse.oomph.base.util">BaseUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/IOUtil.html#writeFile(java.io.File,%20byte[])">writeFile(File, byte[])</a></span> - Static method in class org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/IOUtil.html" title="class in org.eclipse.oomph.util">IOUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/IOUtil.html#writeLines(java.io.File,%20java.lang.String,%20java.util.List)">writeLines(File, String, List&lt;String&gt;)</a></span> - Static method in class org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/IOUtil.html" title="class in org.eclipse.oomph.util">IOUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/IOUtil.html#writeUTF8(java.io.File,%20java.lang.String)">writeUTF8(File, String)</a></span> - Static method in class org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/IOUtil.html" title="class in org.eclipse.oomph.util">IOUtil</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="_X_">
<!-- -->
</a>
<h2 class="title">X</h2>
<dl>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/ResourcesPackage.Literals.html#XML_PROJECT_FACTORY">XML_PROJECT_FACTORY</a></span> - Static variable in interface org.eclipse.oomph.resources.<a href="./org/eclipse/oomph/resources/ResourcesPackage.Literals.html" title="interface in org.eclipse.oomph.resources">ResourcesPackage.Literals</a></dt>
<dd>
<div class="block">The meta object literal for the '<a href="./org/eclipse/oomph/resources/impl/XMLProjectFactoryImpl.html" title="class in org.eclipse.oomph.resources.impl"><code><em>XML Project Factory</em></code></a>' class.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/ResourcesPackage.html#XML_PROJECT_FACTORY">XML_PROJECT_FACTORY</a></span> - Static variable in interface org.eclipse.oomph.resources.<a href="./org/eclipse/oomph/resources/ResourcesPackage.html" title="interface in org.eclipse.oomph.resources">ResourcesPackage</a></dt>
<dd>
<div class="block">The meta object id for the '<a href="./org/eclipse/oomph/resources/impl/XMLProjectFactoryImpl.html" title="class in org.eclipse.oomph.resources.impl"><code><em>XML Project Factory</em></code></a>' class.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/ResourcesPackage.html#XML_PROJECT_FACTORY___CREATE_PROJECT__BACKENDCONTAINER_BACKENDCONTAINER_IPROGRESSMONITOR">XML_PROJECT_FACTORY___CREATE_PROJECT__BACKENDCONTAINER_BACKENDCONTAINER_IPROGRESSMONITOR</a></span> - Static variable in interface org.eclipse.oomph.resources.<a href="./org/eclipse/oomph/resources/ResourcesPackage.html" title="interface in org.eclipse.oomph.resources">ResourcesPackage</a></dt>
<dd>
<div class="block">The operation id for the '<em>Create Project</em>' operation.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/ResourcesPackage.html#XML_PROJECT_FACTORY___GET_ANNOTATION__STRING">XML_PROJECT_FACTORY___GET_ANNOTATION__STRING</a></span> - Static variable in interface org.eclipse.oomph.resources.<a href="./org/eclipse/oomph/resources/ResourcesPackage.html" title="interface in org.eclipse.oomph.resources">ResourcesPackage</a></dt>
<dd>
<div class="block">The operation id for the '<em>Get Annotation</em>' operation.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/ResourcesPackage.html#XML_PROJECT_FACTORY___IS_EXCLUDED_PATH__BACKENDCONTAINER_BACKENDCONTAINER">XML_PROJECT_FACTORY___IS_EXCLUDED_PATH__BACKENDCONTAINER_BACKENDCONTAINER</a></span> - Static variable in interface org.eclipse.oomph.resources.<a href="./org/eclipse/oomph/resources/ResourcesPackage.html" title="interface in org.eclipse.oomph.resources">ResourcesPackage</a></dt>
<dd>
<div class="block">The operation id for the '<em>Is Excluded Path</em>' operation.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/ResourcesPackage.html#XML_PROJECT_FACTORY__ANNOTATIONS">XML_PROJECT_FACTORY__ANNOTATIONS</a></span> - Static variable in interface org.eclipse.oomph.resources.<a href="./org/eclipse/oomph/resources/ResourcesPackage.html" title="interface in org.eclipse.oomph.resources">ResourcesPackage</a></dt>
<dd>
<div class="block">The feature id for the '<em><b>Annotations</b></em>' containment reference list.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/ResourcesPackage.html#XML_PROJECT_FACTORY__EXCLUDED_PATHS">XML_PROJECT_FACTORY__EXCLUDED_PATHS</a></span> - Static variable in interface org.eclipse.oomph.resources.<a href="./org/eclipse/oomph/resources/ResourcesPackage.html" title="interface in org.eclipse.oomph.resources">ResourcesPackage</a></dt>
<dd>
<div class="block">The feature id for the '<em><b>Excluded Paths</b></em>' attribute list.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/ResourcesPackage.html#XML_PROJECT_FACTORY_FEATURE_COUNT">XML_PROJECT_FACTORY_FEATURE_COUNT</a></span> - Static variable in interface org.eclipse.oomph.resources.<a href="./org/eclipse/oomph/resources/ResourcesPackage.html" title="interface in org.eclipse.oomph.resources">ResourcesPackage</a></dt>
<dd>
<div class="block">The number of structural features of the '<em>XML Project Factory</em>' class.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/ResourcesPackage.html#XML_PROJECT_FACTORY_OPERATION_COUNT">XML_PROJECT_FACTORY_OPERATION_COUNT</a></span> - Static variable in interface org.eclipse.oomph.resources.<a href="./org/eclipse/oomph/resources/ResourcesPackage.html" title="interface in org.eclipse.oomph.resources">ResourcesPackage</a></dt>
<dd>
<div class="block">The number of operations of the '<em>XML Project Factory</em>' class.</div>
</dd>
<dt><a href="./org/eclipse/oomph/resources/XMLProjectFactory.html" title="interface in org.eclipse.oomph.resources"><span class="strong">XMLProjectFactory</span></a> - Interface in <a href="./org/eclipse/oomph/resources/package-summary.html">org.eclipse.oomph.resources</a></dt>
<dd>
<div class="block">A representation of the model object '<em><b>XML Project Factory</b></em>'.</div>
</dd>
<dt><a href="./org/eclipse/oomph/resources/impl/XMLProjectFactoryImpl.html" title="class in org.eclipse.oomph.resources.impl"><span class="strong">XMLProjectFactoryImpl</span></a> - Class in <a href="./org/eclipse/oomph/resources/impl/package-summary.html">org.eclipse.oomph.resources.impl</a></dt>
<dd>
<div class="block">An implementation of the model object '<em><b>XML Project Factory</b></em>'.</div>
</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/resources/impl/XMLProjectFactoryImpl.html#XMLProjectFactoryImpl()">XMLProjectFactoryImpl()</a></span> - Constructor for class org.eclipse.oomph.resources.impl.<a href="./org/eclipse/oomph/resources/impl/XMLProjectFactoryImpl.html" title="class in org.eclipse.oomph.resources.impl">XMLProjectFactoryImpl</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/eclipse/oomph/util/XMLUtil.html" title="class in org.eclipse.oomph.util"><span class="strong">XMLUtil</span></a> - Class in <a href="./org/eclipse/oomph/util/package-summary.html">org.eclipse.oomph.util</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/eclipse/oomph/util/XMLUtil.ElementHandler.html" title="interface in org.eclipse.oomph.util"><span class="strong">XMLUtil.ElementHandler</span></a> - Interface in <a href="./org/eclipse/oomph/util/package-summary.html">org.eclipse.oomph.util</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/eclipse/oomph/util/XMLUtil.ElementUpdater.html" title="class in org.eclipse.oomph.util"><span class="strong">XMLUtil.ElementUpdater</span></a> - Class in <a href="./org/eclipse/oomph/util/package-summary.html">org.eclipse.oomph.util</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/XMLUtil.ElementUpdater.html#XMLUtil.ElementUpdater(org.w3c.dom.Element,%20java.lang.String)">XMLUtil.ElementUpdater(Element, String)</a></span> - Constructor for class org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/XMLUtil.ElementUpdater.html" title="class in org.eclipse.oomph.util">XMLUtil.ElementUpdater</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="_Z_">
<!-- -->
</a>
<h2 class="title">Z</h2>
<dl>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/ZIPUtil.html#zip(org.eclipse.oomph.util.ZIPUtil.ZipEntryHandler,%20java.io.File)">zip(ZIPUtil.ZipEntryHandler, File)</a></span> - Static method in class org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/ZIPUtil.html" title="class in org.eclipse.oomph.util">ZIPUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/ZIPUtil.html#zip(java.io.File,%20boolean,%20java.io.File)">zip(File, boolean, File)</a></span> - Static method in class org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/ZIPUtil.html" title="class in org.eclipse.oomph.util">ZIPUtil</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/eclipse/oomph/util/ZIPUtil.html" title="class in org.eclipse.oomph.util"><span class="strong">ZIPUtil</span></a> - Class in <a href="./org/eclipse/oomph/util/package-summary.html">org.eclipse.oomph.util</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/eclipse/oomph/util/ZIPUtil.EntryContext.html" title="class in org.eclipse.oomph.util"><span class="strong">ZIPUtil.EntryContext</span></a> - Class in <a href="./org/eclipse/oomph/util/package-summary.html">org.eclipse.oomph.util</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/eclipse/oomph/util/ZIPUtil.FileSystemUnzipHandler.html" title="class in org.eclipse.oomph.util"><span class="strong">ZIPUtil.FileSystemUnzipHandler</span></a> - Class in <a href="./org/eclipse/oomph/util/package-summary.html">org.eclipse.oomph.util</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/ZIPUtil.FileSystemUnzipHandler.html#ZIPUtil.FileSystemUnzipHandler(java.io.File,%20int)">ZIPUtil.FileSystemUnzipHandler(File, int)</a></span> - Constructor for class org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/ZIPUtil.FileSystemUnzipHandler.html" title="class in org.eclipse.oomph.util">ZIPUtil.FileSystemUnzipHandler</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/ZIPUtil.FileSystemUnzipHandler.html#ZIPUtil.FileSystemUnzipHandler(java.io.File)">ZIPUtil.FileSystemUnzipHandler(File)</a></span> - Constructor for class org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/ZIPUtil.FileSystemUnzipHandler.html" title="class in org.eclipse.oomph.util">ZIPUtil.FileSystemUnzipHandler</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/eclipse/oomph/util/ZIPUtil.FileSystemZipHandler.html" title="class in org.eclipse.oomph.util"><span class="strong">ZIPUtil.FileSystemZipHandler</span></a> - Class in <a href="./org/eclipse/oomph/util/package-summary.html">org.eclipse.oomph.util</a></dt>
<dd>&nbsp;</dd>
<dt><span class="strong"><a href="./org/eclipse/oomph/util/ZIPUtil.FileSystemZipHandler.html#ZIPUtil.FileSystemZipHandler(java.io.File,%20boolean)">ZIPUtil.FileSystemZipHandler(File, boolean)</a></span> - Constructor for class org.eclipse.oomph.util.<a href="./org/eclipse/oomph/util/ZIPUtil.FileSystemZipHandler.html" title="class in org.eclipse.oomph.util">ZIPUtil.FileSystemZipHandler</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/eclipse/oomph/util/ZIPUtil.UnzipHandler.html" title="interface in org.eclipse.oomph.util"><span class="strong">ZIPUtil.UnzipHandler</span></a> - Interface in <a href="./org/eclipse/oomph/util/package-summary.html">org.eclipse.oomph.util</a></dt>
<dd>&nbsp;</dd>
<dt><a href="./org/eclipse/oomph/util/ZIPUtil.ZipEntryHandler.html" title="interface in org.eclipse.oomph.util"><span class="strong">ZIPUtil.ZipEntryHandler</span></a> - Interface in <a href="./org/eclipse/oomph/util/package-summary.html">org.eclipse.oomph.util</a></dt>
<dd>&nbsp;</dd>
</dl>
<a href="#_A_">A</a>&nbsp;<a href="#_B_">B</a>&nbsp;<a href="#_C_">C</a>&nbsp;<a href="#_D_">D</a>&nbsp;<a href="#_E_">E</a>&nbsp;<a href="#_F_">F</a>&nbsp;<a href="#_G_">G</a>&nbsp;<a href="#_H_">H</a>&nbsp;<a href="#_I_">I</a>&nbsp;<a href="#_K_">K</a>&nbsp;<a href="#_L_">L</a>&nbsp;<a href="#_M_">M</a>&nbsp;<a href="#_N_">N</a>&nbsp;<a href="#_O_">O</a>&nbsp;<a href="#_P_">P</a>&nbsp;<a href="#_Q_">Q</a>&nbsp;<a href="#_R_">R</a>&nbsp;<a href="#_S_">S</a>&nbsp;<a href="#_T_">T</a>&nbsp;<a href="#_U_">U</a>&nbsp;<a href="#_V_">V</a>&nbsp;<a href="#_W_">W</a>&nbsp;<a href="#_X_">X</a>&nbsp;<a href="#_Z_">Z</a>&nbsp;</div>
<!-- ======= 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>Package</li>
<li>Class</li>
<li>Use</li>
<li><a href="./deprecated-list.html">Deprecated</a></li>
<li class="navBarCell1Rev">Index</li>
<li><a href="./help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="./index.html?index-all.html" target="_top">Frames</a></li>
<li><a href="index-all.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>
<a name="skip-navbar_bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small><i class="copyright">Copyright (c) 2014 Eike Stepper (Berlin, Germany) and others.<br>All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html</i></small></p>
</body>
</html>