Added: websites/staging/oodt/trunk/content/apidocs/0.10/org/apache/oodt/cas/pushpull/exceptions/class-use/ConfigException.html ============================================================================== --- websites/staging/oodt/trunk/content/apidocs/0.10/org/apache/oodt/cas/pushpull/exceptions/class-use/ConfigException.html (added) +++ websites/staging/oodt/trunk/content/apidocs/0.10/org/apache/oodt/cas/pushpull/exceptions/class-use/ConfigException.html Wed Jan 13 19:53:59 2016 @@ -0,0 +1,171 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<!-- NewPage --> +<html lang="en"> +<head> +<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 22 17:03:50 PDT 2015 --> +<meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> +<title>Uses of Class org.apache.oodt.cas.pushpull.exceptions.ConfigException (Apache OODT 0.10 API)</title> +<meta name="date" content="2015-09-22"> +<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="Uses of Class org.apache.oodt.cas.pushpull.exceptions.ConfigException (Apache OODT 0.10 API)"; + } +//--> +</script> +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +<!-- ========= START OF TOP NAVBAR ======= --> +<div class="topNav"><a name="navbar_top"> +<!-- --> +</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"> +<!-- --> +</a> +<ul class="navList" title="Navigation"> +<li><a href="../../../../../../../overview-summary.html">Overview</a></li> +<li><a href="../package-summary.html">Package</a></li> +<li><a href="../../../../../../../org/apache/oodt/cas/pushpull/exceptions/ConfigException.html" title="class in org.apache.oodt.cas.pushpull.exceptions">Class</a></li> +<li class="navBarCell1Rev">Use</li> +<li><a href="../package-tree.html">Tree</a></li> +<li><a href="../../../../../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../../../../../index-all.html">Index</a></li> +<li><a href="../../../../../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li>Prev</li> +<li>Next</li> +</ul> +<ul class="navList"> +<li><a href="../../../../../../../index.html?org/apache/oodt/cas/pushpull/exceptions/class-use/ConfigException.html" target="_top">Frames</a></li> +<li><a href="ConfigException.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="header"> +<h2 title="Uses of Class org.apache.oodt.cas.pushpull.exceptions.ConfigException" class="title">Uses of Class<br>org.apache.oodt.cas.pushpull.exceptions.ConfigException</h2> +</div> +<div class="classUseContainer"> +<ul class="blockList"> +<li class="blockList"> +<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation"> +<caption><span>Packages that use <a href="../../../../../../../org/apache/oodt/cas/pushpull/exceptions/ConfigException.html" title="class in org.apache.oodt.cas.pushpull.exceptions">ConfigException</a></span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Package</th> +<th class="colLast" scope="col">Description</th> +</tr> +<tbody> +<tr class="altColor"> +<td class="colFirst"><a href="#org.apache.oodt.cas.pushpull.config">org.apache.oodt.cas.pushpull.config</a></td> +<td class="colLast"> </td> +</tr> +</tbody> +</table> +</li> +<li class="blockList"> +<ul class="blockList"> +<li class="blockList"><a name="org.apache.oodt.cas.pushpull.config"> +<!-- --> +</a> +<h3>Uses of <a href="../../../../../../../org/apache/oodt/cas/pushpull/exceptions/ConfigException.html" title="class in org.apache.oodt.cas.pushpull.exceptions">ConfigException</a> in <a href="../../../../../../../org/apache/oodt/cas/pushpull/config/package-summary.html">org.apache.oodt.cas.pushpull.config</a></h3> +<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> +<caption><span>Methods in <a href="../../../../../../../org/apache/oodt/cas/pushpull/config/package-summary.html">org.apache.oodt.cas.pushpull.config</a> that throw <a href="../../../../../../../org/apache/oodt/cas/pushpull/exceptions/ConfigException.html" title="class in org.apache.oodt.cas.pushpull.exceptions">ConfigException</a></span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colLast" scope="col">Method and Description</th> +</tr> +<tbody> +<tr class="altColor"> +<td class="colFirst"><code>void</code></td> +<td class="colLast"><span class="strong">Config.</span><code><strong><a href="../../../../../../../org/apache/oodt/cas/pushpull/config/Config.html#loadConfigFile(java.io.File)">loadConfigFile</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a> configFile)</code> +<div class="block">Opens the configuration file and adds its properties to System properties</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>void</code></td> +<td class="colLast"><span class="strong">ParserInfo.</span><code><strong><a href="../../../../../../../org/apache/oodt/cas/pushpull/config/ParserInfo.html#loadParserInfo(java.io.File)">loadParserInfo</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a> xmlFile)</code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>void</code></td> +<td class="colLast"><span class="strong">ProtocolInfo.</span><code><strong><a href="../../../../../../../org/apache/oodt/cas/pushpull/config/ProtocolInfo.html#loadProtocolFactoryInfoFromFile(java.io.File)">loadProtocolFactoryInfoFromFile</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a> protocolFactoryInfo)</code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>void</code></td> +<td class="colLast"><span class="strong">RemoteSpecs.</span><code><strong><a href="../../../../../../../org/apache/oodt/cas/pushpull/config/RemoteSpecs.html#loadRemoteSpecs(java.io.File)">loadRemoteSpecs</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a> remoteSpecsFile)</code> </td> +</tr> +</tbody> +</table> +</li> +</ul> +</li> +</ul> +</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><a href="../package-summary.html">Package</a></li> +<li><a href="../../../../../../../org/apache/oodt/cas/pushpull/exceptions/ConfigException.html" title="class in org.apache.oodt.cas.pushpull.exceptions">Class</a></li> +<li class="navBarCell1Rev">Use</li> +<li><a href="../package-tree.html">Tree</a></li> +<li><a href="../../../../../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../../../../../index-all.html">Index</a></li> +<li><a href="../../../../../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li>Prev</li> +<li>Next</li> +</ul> +<ul class="navList"> +<li><a href="../../../../../../../index.html?org/apache/oodt/cas/pushpull/exceptions/class-use/ConfigException.html" target="_top">Frames</a></li> +<li><a href="ConfigException.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>Copyright © 1999-2015 <a href="http://oodt.apache.org/">Apache OODT</a>. All Rights Reserved.</small></p> +</body> +</html>
Added: websites/staging/oodt/trunk/content/apidocs/0.10/org/apache/oodt/cas/pushpull/exceptions/class-use/CrawlDaemonException.html ============================================================================== --- websites/staging/oodt/trunk/content/apidocs/0.10/org/apache/oodt/cas/pushpull/exceptions/class-use/CrawlDaemonException.html (added) +++ websites/staging/oodt/trunk/content/apidocs/0.10/org/apache/oodt/cas/pushpull/exceptions/class-use/CrawlDaemonException.html Wed Jan 13 19:53:59 2016 @@ -0,0 +1,117 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<!-- NewPage --> +<html lang="en"> +<head> +<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 22 17:03:50 PDT 2015 --> +<meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> +<title>Uses of Class org.apache.oodt.cas.pushpull.exceptions.CrawlDaemonException (Apache OODT 0.10 API)</title> +<meta name="date" content="2015-09-22"> +<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="Uses of Class org.apache.oodt.cas.pushpull.exceptions.CrawlDaemonException (Apache OODT 0.10 API)"; + } +//--> +</script> +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +<!-- ========= START OF TOP NAVBAR ======= --> +<div class="topNav"><a name="navbar_top"> +<!-- --> +</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"> +<!-- --> +</a> +<ul class="navList" title="Navigation"> +<li><a href="../../../../../../../overview-summary.html">Overview</a></li> +<li><a href="../package-summary.html">Package</a></li> +<li><a href="../../../../../../../org/apache/oodt/cas/pushpull/exceptions/CrawlDaemonException.html" title="class in org.apache.oodt.cas.pushpull.exceptions">Class</a></li> +<li class="navBarCell1Rev">Use</li> +<li><a href="../package-tree.html">Tree</a></li> +<li><a href="../../../../../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../../../../../index-all.html">Index</a></li> +<li><a href="../../../../../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li>Prev</li> +<li>Next</li> +</ul> +<ul class="navList"> +<li><a href="../../../../../../../index.html?org/apache/oodt/cas/pushpull/exceptions/class-use/CrawlDaemonException.html" target="_top">Frames</a></li> +<li><a href="CrawlDaemonException.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="header"> +<h2 title="Uses of Class org.apache.oodt.cas.pushpull.exceptions.CrawlDaemonException" class="title">Uses of Class<br>org.apache.oodt.cas.pushpull.exceptions.CrawlDaemonException</h2> +</div> +<div class="classUseContainer">No usage of org.apache.oodt.cas.pushpull.exceptions.CrawlDaemonException</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><a href="../package-summary.html">Package</a></li> +<li><a href="../../../../../../../org/apache/oodt/cas/pushpull/exceptions/CrawlDaemonException.html" title="class in org.apache.oodt.cas.pushpull.exceptions">Class</a></li> +<li class="navBarCell1Rev">Use</li> +<li><a href="../package-tree.html">Tree</a></li> +<li><a href="../../../../../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../../../../../index-all.html">Index</a></li> +<li><a href="../../../../../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li>Prev</li> +<li>Next</li> +</ul> +<ul class="navList"> +<li><a href="../../../../../../../index.html?org/apache/oodt/cas/pushpull/exceptions/class-use/CrawlDaemonException.html" target="_top">Frames</a></li> +<li><a href="CrawlDaemonException.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>Copyright © 1999-2015 <a href="http://oodt.apache.org/">Apache OODT</a>. All Rights Reserved.</small></p> +</body> +</html> Added: websites/staging/oodt/trunk/content/apidocs/0.10/org/apache/oodt/cas/pushpull/exceptions/class-use/CrawlerException.html ============================================================================== --- websites/staging/oodt/trunk/content/apidocs/0.10/org/apache/oodt/cas/pushpull/exceptions/class-use/CrawlerException.html (added) +++ websites/staging/oodt/trunk/content/apidocs/0.10/org/apache/oodt/cas/pushpull/exceptions/class-use/CrawlerException.html Wed Jan 13 19:53:59 2016 @@ -0,0 +1,117 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<!-- NewPage --> +<html lang="en"> +<head> +<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 22 17:03:50 PDT 2015 --> +<meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> +<title>Uses of Class org.apache.oodt.cas.pushpull.exceptions.CrawlerException (Apache OODT 0.10 API)</title> +<meta name="date" content="2015-09-22"> +<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="Uses of Class org.apache.oodt.cas.pushpull.exceptions.CrawlerException (Apache OODT 0.10 API)"; + } +//--> +</script> +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +<!-- ========= START OF TOP NAVBAR ======= --> +<div class="topNav"><a name="navbar_top"> +<!-- --> +</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"> +<!-- --> +</a> +<ul class="navList" title="Navigation"> +<li><a href="../../../../../../../overview-summary.html">Overview</a></li> +<li><a href="../package-summary.html">Package</a></li> +<li><a href="../../../../../../../org/apache/oodt/cas/pushpull/exceptions/CrawlerException.html" title="class in org.apache.oodt.cas.pushpull.exceptions">Class</a></li> +<li class="navBarCell1Rev">Use</li> +<li><a href="../package-tree.html">Tree</a></li> +<li><a href="../../../../../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../../../../../index-all.html">Index</a></li> +<li><a href="../../../../../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li>Prev</li> +<li>Next</li> +</ul> +<ul class="navList"> +<li><a href="../../../../../../../index.html?org/apache/oodt/cas/pushpull/exceptions/class-use/CrawlerException.html" target="_top">Frames</a></li> +<li><a href="CrawlerException.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="header"> +<h2 title="Uses of Class org.apache.oodt.cas.pushpull.exceptions.CrawlerException" class="title">Uses of Class<br>org.apache.oodt.cas.pushpull.exceptions.CrawlerException</h2> +</div> +<div class="classUseContainer">No usage of org.apache.oodt.cas.pushpull.exceptions.CrawlerException</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><a href="../package-summary.html">Package</a></li> +<li><a href="../../../../../../../org/apache/oodt/cas/pushpull/exceptions/CrawlerException.html" title="class in org.apache.oodt.cas.pushpull.exceptions">Class</a></li> +<li class="navBarCell1Rev">Use</li> +<li><a href="../package-tree.html">Tree</a></li> +<li><a href="../../../../../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../../../../../index-all.html">Index</a></li> +<li><a href="../../../../../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li>Prev</li> +<li>Next</li> +</ul> +<ul class="navList"> +<li><a href="../../../../../../../index.html?org/apache/oodt/cas/pushpull/exceptions/class-use/CrawlerException.html" target="_top">Frames</a></li> +<li><a href="CrawlerException.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>Copyright © 1999-2015 <a href="http://oodt.apache.org/">Apache OODT</a>. All Rights Reserved.</small></p> +</body> +</html> Added: websites/staging/oodt/trunk/content/apidocs/0.10/org/apache/oodt/cas/pushpull/exceptions/class-use/FileRestrictionsException.html ============================================================================== --- websites/staging/oodt/trunk/content/apidocs/0.10/org/apache/oodt/cas/pushpull/exceptions/class-use/FileRestrictionsException.html (added) +++ websites/staging/oodt/trunk/content/apidocs/0.10/org/apache/oodt/cas/pushpull/exceptions/class-use/FileRestrictionsException.html Wed Jan 13 19:53:59 2016 @@ -0,0 +1,117 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<!-- NewPage --> +<html lang="en"> +<head> +<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 22 17:03:50 PDT 2015 --> +<meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> +<title>Uses of Class org.apache.oodt.cas.pushpull.exceptions.FileRestrictionsException (Apache OODT 0.10 API)</title> +<meta name="date" content="2015-09-22"> +<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="Uses of Class org.apache.oodt.cas.pushpull.exceptions.FileRestrictionsException (Apache OODT 0.10 API)"; + } +//--> +</script> +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +<!-- ========= START OF TOP NAVBAR ======= --> +<div class="topNav"><a name="navbar_top"> +<!-- --> +</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"> +<!-- --> +</a> +<ul class="navList" title="Navigation"> +<li><a href="../../../../../../../overview-summary.html">Overview</a></li> +<li><a href="../package-summary.html">Package</a></li> +<li><a href="../../../../../../../org/apache/oodt/cas/pushpull/exceptions/FileRestrictionsException.html" title="class in org.apache.oodt.cas.pushpull.exceptions">Class</a></li> +<li class="navBarCell1Rev">Use</li> +<li><a href="../package-tree.html">Tree</a></li> +<li><a href="../../../../../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../../../../../index-all.html">Index</a></li> +<li><a href="../../../../../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li>Prev</li> +<li>Next</li> +</ul> +<ul class="navList"> +<li><a href="../../../../../../../index.html?org/apache/oodt/cas/pushpull/exceptions/class-use/FileRestrictionsException.html" target="_top">Frames</a></li> +<li><a href="FileRestrictionsException.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="header"> +<h2 title="Uses of Class org.apache.oodt.cas.pushpull.exceptions.FileRestrictionsException" class="title">Uses of Class<br>org.apache.oodt.cas.pushpull.exceptions.FileRestrictionsException</h2> +</div> +<div class="classUseContainer">No usage of org.apache.oodt.cas.pushpull.exceptions.FileRestrictionsException</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><a href="../package-summary.html">Package</a></li> +<li><a href="../../../../../../../org/apache/oodt/cas/pushpull/exceptions/FileRestrictionsException.html" title="class in org.apache.oodt.cas.pushpull.exceptions">Class</a></li> +<li class="navBarCell1Rev">Use</li> +<li><a href="../package-tree.html">Tree</a></li> +<li><a href="../../../../../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../../../../../index-all.html">Index</a></li> +<li><a href="../../../../../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li>Prev</li> +<li>Next</li> +</ul> +<ul class="navList"> +<li><a href="../../../../../../../index.html?org/apache/oodt/cas/pushpull/exceptions/class-use/FileRestrictionsException.html" target="_top">Frames</a></li> +<li><a href="FileRestrictionsException.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>Copyright © 1999-2015 <a href="http://oodt.apache.org/">Apache OODT</a>. All Rights Reserved.</small></p> +</body> +</html> Added: websites/staging/oodt/trunk/content/apidocs/0.10/org/apache/oodt/cas/pushpull/exceptions/class-use/MetExtractorException.html ============================================================================== --- websites/staging/oodt/trunk/content/apidocs/0.10/org/apache/oodt/cas/pushpull/exceptions/class-use/MetExtractorException.html (added) +++ websites/staging/oodt/trunk/content/apidocs/0.10/org/apache/oodt/cas/pushpull/exceptions/class-use/MetExtractorException.html Wed Jan 13 19:53:59 2016 @@ -0,0 +1,117 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<!-- NewPage --> +<html lang="en"> +<head> +<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 22 17:03:50 PDT 2015 --> +<meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> +<title>Uses of Class org.apache.oodt.cas.pushpull.exceptions.MetExtractorException (Apache OODT 0.10 API)</title> +<meta name="date" content="2015-09-22"> +<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="Uses of Class org.apache.oodt.cas.pushpull.exceptions.MetExtractorException (Apache OODT 0.10 API)"; + } +//--> +</script> +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +<!-- ========= START OF TOP NAVBAR ======= --> +<div class="topNav"><a name="navbar_top"> +<!-- --> +</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"> +<!-- --> +</a> +<ul class="navList" title="Navigation"> +<li><a href="../../../../../../../overview-summary.html">Overview</a></li> +<li><a href="../package-summary.html">Package</a></li> +<li><a href="../../../../../../../org/apache/oodt/cas/pushpull/exceptions/MetExtractorException.html" title="class in org.apache.oodt.cas.pushpull.exceptions">Class</a></li> +<li class="navBarCell1Rev">Use</li> +<li><a href="../package-tree.html">Tree</a></li> +<li><a href="../../../../../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../../../../../index-all.html">Index</a></li> +<li><a href="../../../../../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li>Prev</li> +<li>Next</li> +</ul> +<ul class="navList"> +<li><a href="../../../../../../../index.html?org/apache/oodt/cas/pushpull/exceptions/class-use/MetExtractorException.html" target="_top">Frames</a></li> +<li><a href="MetExtractorException.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="header"> +<h2 title="Uses of Class org.apache.oodt.cas.pushpull.exceptions.MetExtractorException" class="title">Uses of Class<br>org.apache.oodt.cas.pushpull.exceptions.MetExtractorException</h2> +</div> +<div class="classUseContainer">No usage of org.apache.oodt.cas.pushpull.exceptions.MetExtractorException</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><a href="../package-summary.html">Package</a></li> +<li><a href="../../../../../../../org/apache/oodt/cas/pushpull/exceptions/MetExtractorException.html" title="class in org.apache.oodt.cas.pushpull.exceptions">Class</a></li> +<li class="navBarCell1Rev">Use</li> +<li><a href="../package-tree.html">Tree</a></li> +<li><a href="../../../../../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../../../../../index-all.html">Index</a></li> +<li><a href="../../../../../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li>Prev</li> +<li>Next</li> +</ul> +<ul class="navList"> +<li><a href="../../../../../../../index.html?org/apache/oodt/cas/pushpull/exceptions/class-use/MetExtractorException.html" target="_top">Frames</a></li> +<li><a href="MetExtractorException.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>Copyright © 1999-2015 <a href="http://oodt.apache.org/">Apache OODT</a>. All Rights Reserved.</small></p> +</body> +</html> Added: websites/staging/oodt/trunk/content/apidocs/0.10/org/apache/oodt/cas/pushpull/exceptions/class-use/MethodException.html ============================================================================== --- websites/staging/oodt/trunk/content/apidocs/0.10/org/apache/oodt/cas/pushpull/exceptions/class-use/MethodException.html (added) +++ websites/staging/oodt/trunk/content/apidocs/0.10/org/apache/oodt/cas/pushpull/exceptions/class-use/MethodException.html Wed Jan 13 19:53:59 2016 @@ -0,0 +1,157 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<!-- NewPage --> +<html lang="en"> +<head> +<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 22 17:03:50 PDT 2015 --> +<meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> +<title>Uses of Class org.apache.oodt.cas.pushpull.exceptions.MethodException (Apache OODT 0.10 API)</title> +<meta name="date" content="2015-09-22"> +<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="Uses of Class org.apache.oodt.cas.pushpull.exceptions.MethodException (Apache OODT 0.10 API)"; + } +//--> +</script> +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +<!-- ========= START OF TOP NAVBAR ======= --> +<div class="topNav"><a name="navbar_top"> +<!-- --> +</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"> +<!-- --> +</a> +<ul class="navList" title="Navigation"> +<li><a href="../../../../../../../overview-summary.html">Overview</a></li> +<li><a href="../package-summary.html">Package</a></li> +<li><a href="../../../../../../../org/apache/oodt/cas/pushpull/exceptions/MethodException.html" title="class in org.apache.oodt.cas.pushpull.exceptions">Class</a></li> +<li class="navBarCell1Rev">Use</li> +<li><a href="../package-tree.html">Tree</a></li> +<li><a href="../../../../../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../../../../../index-all.html">Index</a></li> +<li><a href="../../../../../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li>Prev</li> +<li>Next</li> +</ul> +<ul class="navList"> +<li><a href="../../../../../../../index.html?org/apache/oodt/cas/pushpull/exceptions/class-use/MethodException.html" target="_top">Frames</a></li> +<li><a href="MethodException.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="header"> +<h2 title="Uses of Class org.apache.oodt.cas.pushpull.exceptions.MethodException" class="title">Uses of Class<br>org.apache.oodt.cas.pushpull.exceptions.MethodException</h2> +</div> +<div class="classUseContainer"> +<ul class="blockList"> +<li class="blockList"> +<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation"> +<caption><span>Packages that use <a href="../../../../../../../org/apache/oodt/cas/pushpull/exceptions/MethodException.html" title="class in org.apache.oodt.cas.pushpull.exceptions">MethodException</a></span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Package</th> +<th class="colLast" scope="col">Description</th> +</tr> +<tbody> +<tr class="altColor"> +<td class="colFirst"><a href="#org.apache.oodt.cas.pushpull.expressions">org.apache.oodt.cas.pushpull.expressions</a></td> +<td class="colLast"> </td> +</tr> +</tbody> +</table> +</li> +<li class="blockList"> +<ul class="blockList"> +<li class="blockList"><a name="org.apache.oodt.cas.pushpull.expressions"> +<!-- --> +</a> +<h3>Uses of <a href="../../../../../../../org/apache/oodt/cas/pushpull/exceptions/MethodException.html" title="class in org.apache.oodt.cas.pushpull.exceptions">MethodException</a> in <a href="../../../../../../../org/apache/oodt/cas/pushpull/expressions/package-summary.html">org.apache.oodt.cas.pushpull.expressions</a></h3> +<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> +<caption><span>Methods in <a href="../../../../../../../org/apache/oodt/cas/pushpull/expressions/package-summary.html">org.apache.oodt.cas.pushpull.expressions</a> that throw <a href="../../../../../../../org/apache/oodt/cas/pushpull/exceptions/MethodException.html" title="class in org.apache.oodt.cas.pushpull.exceptions">MethodException</a></span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colLast" scope="col">Method and Description</th> +</tr> +<tbody> +<tr class="altColor"> +<td class="colFirst"><code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></code></td> +<td class="colLast"><span class="strong">Method.</span><code><strong><a href="../../../../../../../org/apache/oodt/cas/pushpull/expressions/Method.html#execute()">execute</a></strong>()</code> </td> +</tr> +</tbody> +</table> +</li> +</ul> +</li> +</ul> +</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><a href="../package-summary.html">Package</a></li> +<li><a href="../../../../../../../org/apache/oodt/cas/pushpull/exceptions/MethodException.html" title="class in org.apache.oodt.cas.pushpull.exceptions">Class</a></li> +<li class="navBarCell1Rev">Use</li> +<li><a href="../package-tree.html">Tree</a></li> +<li><a href="../../../../../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../../../../../index-all.html">Index</a></li> +<li><a href="../../../../../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li>Prev</li> +<li>Next</li> +</ul> +<ul class="navList"> +<li><a href="../../../../../../../index.html?org/apache/oodt/cas/pushpull/exceptions/class-use/MethodException.html" target="_top">Frames</a></li> +<li><a href="MethodException.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>Copyright © 1999-2015 <a href="http://oodt.apache.org/">Apache OODT</a>. All Rights Reserved.</small></p> +</body> +</html> Added: websites/staging/oodt/trunk/content/apidocs/0.10/org/apache/oodt/cas/pushpull/exceptions/class-use/ParserException.html ============================================================================== --- websites/staging/oodt/trunk/content/apidocs/0.10/org/apache/oodt/cas/pushpull/exceptions/class-use/ParserException.html (added) +++ websites/staging/oodt/trunk/content/apidocs/0.10/org/apache/oodt/cas/pushpull/exceptions/class-use/ParserException.html Wed Jan 13 19:53:59 2016 @@ -0,0 +1,196 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<!-- NewPage --> +<html lang="en"> +<head> +<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 22 17:03:50 PDT 2015 --> +<meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> +<title>Uses of Class org.apache.oodt.cas.pushpull.exceptions.ParserException (Apache OODT 0.10 API)</title> +<meta name="date" content="2015-09-22"> +<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="Uses of Class org.apache.oodt.cas.pushpull.exceptions.ParserException (Apache OODT 0.10 API)"; + } +//--> +</script> +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +<!-- ========= START OF TOP NAVBAR ======= --> +<div class="topNav"><a name="navbar_top"> +<!-- --> +</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"> +<!-- --> +</a> +<ul class="navList" title="Navigation"> +<li><a href="../../../../../../../overview-summary.html">Overview</a></li> +<li><a href="../package-summary.html">Package</a></li> +<li><a href="../../../../../../../org/apache/oodt/cas/pushpull/exceptions/ParserException.html" title="class in org.apache.oodt.cas.pushpull.exceptions">Class</a></li> +<li class="navBarCell1Rev">Use</li> +<li><a href="../package-tree.html">Tree</a></li> +<li><a href="../../../../../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../../../../../index-all.html">Index</a></li> +<li><a href="../../../../../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li>Prev</li> +<li>Next</li> +</ul> +<ul class="navList"> +<li><a href="../../../../../../../index.html?org/apache/oodt/cas/pushpull/exceptions/class-use/ParserException.html" target="_top">Frames</a></li> +<li><a href="ParserException.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="header"> +<h2 title="Uses of Class org.apache.oodt.cas.pushpull.exceptions.ParserException" class="title">Uses of Class<br>org.apache.oodt.cas.pushpull.exceptions.ParserException</h2> +</div> +<div class="classUseContainer"> +<ul class="blockList"> +<li class="blockList"> +<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation"> +<caption><span>Packages that use <a href="../../../../../../../org/apache/oodt/cas/pushpull/exceptions/ParserException.html" title="class in org.apache.oodt.cas.pushpull.exceptions">ParserException</a></span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Package</th> +<th class="colLast" scope="col">Description</th> +</tr> +<tbody> +<tr class="altColor"> +<td class="colFirst"><a href="#org.apache.oodt.cas.pushpull.filerestrictions">org.apache.oodt.cas.pushpull.filerestrictions</a></td> +<td class="colLast"> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><a href="#org.apache.oodt.cas.pushpull.filerestrictions.parsers">org.apache.oodt.cas.pushpull.filerestrictions.parsers</a></td> +<td class="colLast"> </td> +</tr> +</tbody> +</table> +</li> +<li class="blockList"> +<ul class="blockList"> +<li class="blockList"><a name="org.apache.oodt.cas.pushpull.filerestrictions"> +<!-- --> +</a> +<h3>Uses of <a href="../../../../../../../org/apache/oodt/cas/pushpull/exceptions/ParserException.html" title="class in org.apache.oodt.cas.pushpull.exceptions">ParserException</a> in <a href="../../../../../../../org/apache/oodt/cas/pushpull/filerestrictions/package-summary.html">org.apache.oodt.cas.pushpull.filerestrictions</a></h3> +<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> +<caption><span>Methods in <a href="../../../../../../../org/apache/oodt/cas/pushpull/filerestrictions/package-summary.html">org.apache.oodt.cas.pushpull.filerestrictions</a> that throw <a href="../../../../../../../org/apache/oodt/cas/pushpull/exceptions/ParserException.html" title="class in org.apache.oodt.cas.pushpull.exceptions">ParserException</a></span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colLast" scope="col">Method and Description</th> +</tr> +<tbody> +<tr class="altColor"> +<td class="colFirst"><code><a href="../../../../../../../org/apache/oodt/cas/pushpull/filerestrictions/VirtualFileStructure.html" title="class in org.apache.oodt.cas.pushpull.filerestrictions">VirtualFileStructure</a></code></td> +<td class="colLast"><span class="strong">Parser.</span><code><strong><a href="../../../../../../../org/apache/oodt/cas/pushpull/filerestrictions/Parser.html#parse(java.io.FileInputStream, org.apache.oodt.cas.metadata.Metadata)">parse</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/io/FileInputStream.html?is-external=true" title="class or interface in java.io">FileInputStream</a> inputFile, + <a href="../../../../../../../org/apache/oodt/cas/metadata/Metadata.html" title="class in org.apache.oodt.cas.metadata">Metadata</a> metadata)</code> </td> +</tr> +</tbody> +</table> +</li> +<li class="blockList"><a name="org.apache.oodt.cas.pushpull.filerestrictions.parsers"> +<!-- --> +</a> +<h3>Uses of <a href="../../../../../../../org/apache/oodt/cas/pushpull/exceptions/ParserException.html" title="class in org.apache.oodt.cas.pushpull.exceptions">ParserException</a> in <a href="../../../../../../../org/apache/oodt/cas/pushpull/filerestrictions/parsers/package-summary.html">org.apache.oodt.cas.pushpull.filerestrictions.parsers</a></h3> +<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> +<caption><span>Methods in <a href="../../../../../../../org/apache/oodt/cas/pushpull/filerestrictions/parsers/package-summary.html">org.apache.oodt.cas.pushpull.filerestrictions.parsers</a> that throw <a href="../../../../../../../org/apache/oodt/cas/pushpull/exceptions/ParserException.html" title="class in org.apache.oodt.cas.pushpull.exceptions">ParserException</a></span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colLast" scope="col">Method and Description</th> +</tr> +<tbody> +<tr class="altColor"> +<td class="colFirst"><code><a href="../../../../../../../org/apache/oodt/cas/pushpull/filerestrictions/VirtualFileStructure.html" title="class in org.apache.oodt.cas.pushpull.filerestrictions">VirtualFileStructure</a></code></td> +<td class="colLast"><span class="strong">GenericEmailParser.</span><code><strong><a href="../../../../../../../org/apache/oodt/cas/pushpull/filerestrictions/parsers/GenericEmailParser.html#parse(java.io.FileInputStream, org.apache.oodt.cas.metadata.Metadata)">parse</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/io/FileInputStream.html?is-external=true" title="class or interface in java.io">FileInputStream</a> emailFile, + <a href="../../../../../../../org/apache/oodt/cas/metadata/Metadata.html" title="class in org.apache.oodt.cas.metadata">Metadata</a> metadata)</code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code><a href="../../../../../../../org/apache/oodt/cas/pushpull/filerestrictions/VirtualFileStructure.html" title="class in org.apache.oodt.cas.pushpull.filerestrictions">VirtualFileStructure</a></code></td> +<td class="colLast"><span class="strong">FileListParser.</span><code><strong><a href="../../../../../../../org/apache/oodt/cas/pushpull/filerestrictions/parsers/FileListParser.html#parse(java.io.FileInputStream, org.apache.oodt.cas.metadata.Metadata)">parse</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/io/FileInputStream.html?is-external=true" title="class or interface in java.io">FileInputStream</a> inputFile, + <a href="../../../../../../../org/apache/oodt/cas/metadata/Metadata.html" title="class in org.apache.oodt.cas.metadata">Metadata</a> metadata)</code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code><a href="../../../../../../../org/apache/oodt/cas/pushpull/filerestrictions/VirtualFileStructure.html" title="class in org.apache.oodt.cas.pushpull.filerestrictions">VirtualFileStructure</a></code></td> +<td class="colLast"><span class="strong">DirStructXmlParser.</span><code><strong><a href="../../../../../../../org/apache/oodt/cas/pushpull/filerestrictions/parsers/DirStructXmlParser.html#parse(java.io.FileInputStream, org.apache.oodt.cas.metadata.Metadata)">parse</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/io/FileInputStream.html?is-external=true" title="class or interface in java.io">FileInputStream</a> xmlFile, + <a href="../../../../../../../org/apache/oodt/cas/metadata/Metadata.html" title="class in org.apache.oodt.cas.metadata">Metadata</a> metadata)</code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code><a href="../../../../../../../org/apache/oodt/cas/pushpull/filerestrictions/VirtualFileStructure.html" title="class in org.apache.oodt.cas.pushpull.filerestrictions">VirtualFileStructure</a></code></td> +<td class="colLast"><span class="strong">ClassNoaaEmailParser.</span><code><strong><a href="../../../../../../../org/apache/oodt/cas/pushpull/filerestrictions/parsers/ClassNoaaEmailParser.html#parse(java.io.FileInputStream, org.apache.oodt.cas.metadata.Metadata)">parse</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/io/FileInputStream.html?is-external=true" title="class or interface in java.io">FileInputStream</a> emailFile, + <a href="../../../../../../../org/apache/oodt/cas/metadata/Metadata.html" title="class in org.apache.oodt.cas.metadata">Metadata</a> metadata)</code> </td> +</tr> +</tbody> +</table> +</li> +</ul> +</li> +</ul> +</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><a href="../package-summary.html">Package</a></li> +<li><a href="../../../../../../../org/apache/oodt/cas/pushpull/exceptions/ParserException.html" title="class in org.apache.oodt.cas.pushpull.exceptions">Class</a></li> +<li class="navBarCell1Rev">Use</li> +<li><a href="../package-tree.html">Tree</a></li> +<li><a href="../../../../../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../../../../../index-all.html">Index</a></li> +<li><a href="../../../../../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li>Prev</li> +<li>Next</li> +</ul> +<ul class="navList"> +<li><a href="../../../../../../../index.html?org/apache/oodt/cas/pushpull/exceptions/class-use/ParserException.html" target="_top">Frames</a></li> +<li><a href="ParserException.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>Copyright © 1999-2015 <a href="http://oodt.apache.org/">Apache OODT</a>. All Rights Reserved.</small></p> +</body> +</html> Added: websites/staging/oodt/trunk/content/apidocs/0.10/org/apache/oodt/cas/pushpull/exceptions/class-use/ProtocolDeletionError.html ============================================================================== --- websites/staging/oodt/trunk/content/apidocs/0.10/org/apache/oodt/cas/pushpull/exceptions/class-use/ProtocolDeletionError.html (added) +++ websites/staging/oodt/trunk/content/apidocs/0.10/org/apache/oodt/cas/pushpull/exceptions/class-use/ProtocolDeletionError.html Wed Jan 13 19:53:59 2016 @@ -0,0 +1,117 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<!-- NewPage --> +<html lang="en"> +<head> +<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 22 17:03:50 PDT 2015 --> +<meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> +<title>Uses of Class org.apache.oodt.cas.pushpull.exceptions.ProtocolDeletionError (Apache OODT 0.10 API)</title> +<meta name="date" content="2015-09-22"> +<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="Uses of Class org.apache.oodt.cas.pushpull.exceptions.ProtocolDeletionError (Apache OODT 0.10 API)"; + } +//--> +</script> +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +<!-- ========= START OF TOP NAVBAR ======= --> +<div class="topNav"><a name="navbar_top"> +<!-- --> +</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"> +<!-- --> +</a> +<ul class="navList" title="Navigation"> +<li><a href="../../../../../../../overview-summary.html">Overview</a></li> +<li><a href="../package-summary.html">Package</a></li> +<li><a href="../../../../../../../org/apache/oodt/cas/pushpull/exceptions/ProtocolDeletionError.html" title="class in org.apache.oodt.cas.pushpull.exceptions">Class</a></li> +<li class="navBarCell1Rev">Use</li> +<li><a href="../package-tree.html">Tree</a></li> +<li><a href="../../../../../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../../../../../index-all.html">Index</a></li> +<li><a href="../../../../../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li>Prev</li> +<li>Next</li> +</ul> +<ul class="navList"> +<li><a href="../../../../../../../index.html?org/apache/oodt/cas/pushpull/exceptions/class-use/ProtocolDeletionError.html" target="_top">Frames</a></li> +<li><a href="ProtocolDeletionError.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="header"> +<h2 title="Uses of Class org.apache.oodt.cas.pushpull.exceptions.ProtocolDeletionError" class="title">Uses of Class<br>org.apache.oodt.cas.pushpull.exceptions.ProtocolDeletionError</h2> +</div> +<div class="classUseContainer">No usage of org.apache.oodt.cas.pushpull.exceptions.ProtocolDeletionError</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><a href="../package-summary.html">Package</a></li> +<li><a href="../../../../../../../org/apache/oodt/cas/pushpull/exceptions/ProtocolDeletionError.html" title="class in org.apache.oodt.cas.pushpull.exceptions">Class</a></li> +<li class="navBarCell1Rev">Use</li> +<li><a href="../package-tree.html">Tree</a></li> +<li><a href="../../../../../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../../../../../index-all.html">Index</a></li> +<li><a href="../../../../../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li>Prev</li> +<li>Next</li> +</ul> +<ul class="navList"> +<li><a href="../../../../../../../index.html?org/apache/oodt/cas/pushpull/exceptions/class-use/ProtocolDeletionError.html" target="_top">Frames</a></li> +<li><a href="ProtocolDeletionError.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>Copyright © 1999-2015 <a href="http://oodt.apache.org/">Apache OODT</a>. All Rights Reserved.</small></p> +</body> +</html> Added: websites/staging/oodt/trunk/content/apidocs/0.10/org/apache/oodt/cas/pushpull/exceptions/class-use/ProtocolException.html ============================================================================== --- websites/staging/oodt/trunk/content/apidocs/0.10/org/apache/oodt/cas/pushpull/exceptions/class-use/ProtocolException.html (added) +++ websites/staging/oodt/trunk/content/apidocs/0.10/org/apache/oodt/cas/pushpull/exceptions/class-use/ProtocolException.html Wed Jan 13 19:53:59 2016 @@ -0,0 +1,157 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<!-- NewPage --> +<html lang="en"> +<head> +<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 22 17:03:50 PDT 2015 --> +<meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> +<title>Uses of Class org.apache.oodt.cas.pushpull.exceptions.ProtocolException (Apache OODT 0.10 API)</title> +<meta name="date" content="2015-09-22"> +<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="Uses of Class org.apache.oodt.cas.pushpull.exceptions.ProtocolException (Apache OODT 0.10 API)"; + } +//--> +</script> +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +<!-- ========= START OF TOP NAVBAR ======= --> +<div class="topNav"><a name="navbar_top"> +<!-- --> +</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"> +<!-- --> +</a> +<ul class="navList" title="Navigation"> +<li><a href="../../../../../../../overview-summary.html">Overview</a></li> +<li><a href="../package-summary.html">Package</a></li> +<li><a href="../../../../../../../org/apache/oodt/cas/pushpull/exceptions/ProtocolException.html" title="class in org.apache.oodt.cas.pushpull.exceptions">Class</a></li> +<li class="navBarCell1Rev">Use</li> +<li><a href="../package-tree.html">Tree</a></li> +<li><a href="../../../../../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../../../../../index-all.html">Index</a></li> +<li><a href="../../../../../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li>Prev</li> +<li>Next</li> +</ul> +<ul class="navList"> +<li><a href="../../../../../../../index.html?org/apache/oodt/cas/pushpull/exceptions/class-use/ProtocolException.html" target="_top">Frames</a></li> +<li><a href="ProtocolException.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="header"> +<h2 title="Uses of Class org.apache.oodt.cas.pushpull.exceptions.ProtocolException" class="title">Uses of Class<br>org.apache.oodt.cas.pushpull.exceptions.ProtocolException</h2> +</div> +<div class="classUseContainer"> +<ul class="blockList"> +<li class="blockList"> +<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation"> +<caption><span>Packages that use <a href="../../../../../../../org/apache/oodt/cas/pushpull/exceptions/ProtocolException.html" title="class in org.apache.oodt.cas.pushpull.exceptions">ProtocolException</a></span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Package</th> +<th class="colLast" scope="col">Description</th> +</tr> +<tbody> +<tr class="altColor"> +<td class="colFirst"><a href="#org.apache.oodt.cas.pushpull.exceptions">org.apache.oodt.cas.pushpull.exceptions</a></td> +<td class="colLast"> </td> +</tr> +</tbody> +</table> +</li> +<li class="blockList"> +<ul class="blockList"> +<li class="blockList"><a name="org.apache.oodt.cas.pushpull.exceptions"> +<!-- --> +</a> +<h3>Uses of <a href="../../../../../../../org/apache/oodt/cas/pushpull/exceptions/ProtocolException.html" title="class in org.apache.oodt.cas.pushpull.exceptions">ProtocolException</a> in <a href="../../../../../../../org/apache/oodt/cas/pushpull/exceptions/package-summary.html">org.apache.oodt.cas.pushpull.exceptions</a></h3> +<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing subclasses, and an explanation"> +<caption><span>Subclasses of <a href="../../../../../../../org/apache/oodt/cas/pushpull/exceptions/ProtocolException.html" title="class in org.apache.oodt.cas.pushpull.exceptions">ProtocolException</a> in <a href="../../../../../../../org/apache/oodt/cas/pushpull/exceptions/package-summary.html">org.apache.oodt.cas.pushpull.exceptions</a></span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colLast" scope="col">Class and Description</th> +</tr> +<tbody> +<tr class="altColor"> +<td class="colFirst"><code>class </code></td> +<td class="colLast"><code><strong><a href="../../../../../../../org/apache/oodt/cas/pushpull/exceptions/ProtocolDeletionError.html" title="class in org.apache.oodt.cas.pushpull.exceptions">ProtocolDeletionError</a></strong></code> </td> +</tr> +</tbody> +</table> +</li> +</ul> +</li> +</ul> +</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><a href="../package-summary.html">Package</a></li> +<li><a href="../../../../../../../org/apache/oodt/cas/pushpull/exceptions/ProtocolException.html" title="class in org.apache.oodt.cas.pushpull.exceptions">Class</a></li> +<li class="navBarCell1Rev">Use</li> +<li><a href="../package-tree.html">Tree</a></li> +<li><a href="../../../../../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../../../../../index-all.html">Index</a></li> +<li><a href="../../../../../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li>Prev</li> +<li>Next</li> +</ul> +<ul class="navList"> +<li><a href="../../../../../../../index.html?org/apache/oodt/cas/pushpull/exceptions/class-use/ProtocolException.html" target="_top">Frames</a></li> +<li><a href="ProtocolException.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>Copyright © 1999-2015 <a href="http://oodt.apache.org/">Apache OODT</a>. All Rights Reserved.</small></p> +</body> +</html> Added: websites/staging/oodt/trunk/content/apidocs/0.10/org/apache/oodt/cas/pushpull/exceptions/class-use/ProtocolFileException.html ============================================================================== --- websites/staging/oodt/trunk/content/apidocs/0.10/org/apache/oodt/cas/pushpull/exceptions/class-use/ProtocolFileException.html (added) +++ websites/staging/oodt/trunk/content/apidocs/0.10/org/apache/oodt/cas/pushpull/exceptions/class-use/ProtocolFileException.html Wed Jan 13 19:53:59 2016 @@ -0,0 +1,167 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<!-- NewPage --> +<html lang="en"> +<head> +<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 22 17:03:50 PDT 2015 --> +<meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> +<title>Uses of Class org.apache.oodt.cas.pushpull.exceptions.ProtocolFileException (Apache OODT 0.10 API)</title> +<meta name="date" content="2015-09-22"> +<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="Uses of Class org.apache.oodt.cas.pushpull.exceptions.ProtocolFileException (Apache OODT 0.10 API)"; + } +//--> +</script> +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +<!-- ========= START OF TOP NAVBAR ======= --> +<div class="topNav"><a name="navbar_top"> +<!-- --> +</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"> +<!-- --> +</a> +<ul class="navList" title="Navigation"> +<li><a href="../../../../../../../overview-summary.html">Overview</a></li> +<li><a href="../package-summary.html">Package</a></li> +<li><a href="../../../../../../../org/apache/oodt/cas/pushpull/exceptions/ProtocolFileException.html" title="class in org.apache.oodt.cas.pushpull.exceptions">Class</a></li> +<li class="navBarCell1Rev">Use</li> +<li><a href="../package-tree.html">Tree</a></li> +<li><a href="../../../../../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../../../../../index-all.html">Index</a></li> +<li><a href="../../../../../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li>Prev</li> +<li>Next</li> +</ul> +<ul class="navList"> +<li><a href="../../../../../../../index.html?org/apache/oodt/cas/pushpull/exceptions/class-use/ProtocolFileException.html" target="_top">Frames</a></li> +<li><a href="ProtocolFileException.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="header"> +<h2 title="Uses of Class org.apache.oodt.cas.pushpull.exceptions.ProtocolFileException" class="title">Uses of Class<br>org.apache.oodt.cas.pushpull.exceptions.ProtocolFileException</h2> +</div> +<div class="classUseContainer"> +<ul class="blockList"> +<li class="blockList"> +<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation"> +<caption><span>Packages that use <a href="../../../../../../../org/apache/oodt/cas/pushpull/exceptions/ProtocolFileException.html" title="class in org.apache.oodt.cas.pushpull.exceptions">ProtocolFileException</a></span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Package</th> +<th class="colLast" scope="col">Description</th> +</tr> +<tbody> +<tr class="altColor"> +<td class="colFirst"><a href="#org.apache.oodt.cas.pushpull.retrievalsystem">org.apache.oodt.cas.pushpull.retrievalsystem</a></td> +<td class="colLast"> </td> +</tr> +</tbody> +</table> +</li> +<li class="blockList"> +<ul class="blockList"> +<li class="blockList"><a name="org.apache.oodt.cas.pushpull.retrievalsystem"> +<!-- --> +</a> +<h3>Uses of <a href="../../../../../../../org/apache/oodt/cas/pushpull/exceptions/ProtocolFileException.html" title="class in org.apache.oodt.cas.pushpull.exceptions">ProtocolFileException</a> in <a href="../../../../../../../org/apache/oodt/cas/pushpull/retrievalsystem/package-summary.html">org.apache.oodt.cas.pushpull.retrievalsystem</a></h3> +<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> +<caption><span>Methods in <a href="../../../../../../../org/apache/oodt/cas/pushpull/retrievalsystem/package-summary.html">org.apache.oodt.cas.pushpull.retrievalsystem</a> that throw <a href="../../../../../../../org/apache/oodt/cas/pushpull/exceptions/ProtocolFileException.html" title="class in org.apache.oodt.cas.pushpull.exceptions">ProtocolFileException</a></span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colLast" scope="col">Method and Description</th> +</tr> +<tbody> +<tr class="altColor"> +<td class="colFirst"><code>boolean</code></td> +<td class="colLast"><span class="strong">FileRetrievalSystem.</span><code><strong><a href="../../../../../../../org/apache/oodt/cas/pushpull/retrievalsystem/FileRetrievalSystem.html#addToDownloadQueue(org.apache.oodt.cas.pushpull.protocol.RemoteSite, java.lang.String, java.lang.String, java.io.File, java.lang.String, boolean, org.apache.oodt.cas.metadata.Metadata)">addToDownloadQueue</a></strong>(<a href="../../../../../../../org/apache/oodt/cas/pushpull/protocol/RemoteSite.html" title="class in org.apache.oodt.cas.pushpull.protocol">RemoteSite</a> remoteSite, + <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> file, + <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> renamingString, + <a href="http://docs.oracle.com/javase/6/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a> downloadToDir, + <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> uniqueMetadataElement, + boolean deleteAfterDownload, + <a href="../../../../../../../org/apache/oodt/cas/metadata/Metadata.html" title="class in org.apache.oodt.cas.metadata">Metadata</a> fileMetadata)</code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code><a href="../../../../../../../org/apache/oodt/cas/protocol/ProtocolFile.html" title="class in org.apache.oodt.cas.protocol">ProtocolFile</a></code></td> +<td class="colLast"><span class="strong">FileRetrievalSystem.</span><code><strong><a href="../../../../../../../org/apache/oodt/cas/pushpull/retrievalsystem/FileRetrievalSystem.html#getCurrentFile(org.apache.oodt.cas.pushpull.protocol.RemoteSite)">getCurrentFile</a></strong>(<a href="../../../../../../../org/apache/oodt/cas/pushpull/protocol/RemoteSite.html" title="class in org.apache.oodt.cas.pushpull.protocol">RemoteSite</a> remoteSite)</code> </td> +</tr> +</tbody> +</table> +</li> +</ul> +</li> +</ul> +</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><a href="../package-summary.html">Package</a></li> +<li><a href="../../../../../../../org/apache/oodt/cas/pushpull/exceptions/ProtocolFileException.html" title="class in org.apache.oodt.cas.pushpull.exceptions">Class</a></li> +<li class="navBarCell1Rev">Use</li> +<li><a href="../package-tree.html">Tree</a></li> +<li><a href="../../../../../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../../../../../index-all.html">Index</a></li> +<li><a href="../../../../../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li>Prev</li> +<li>Next</li> +</ul> +<ul class="navList"> +<li><a href="../../../../../../../index.html?org/apache/oodt/cas/pushpull/exceptions/class-use/ProtocolFileException.html" target="_top">Frames</a></li> +<li><a href="ProtocolFileException.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>Copyright © 1999-2015 <a href="http://oodt.apache.org/">Apache OODT</a>. All Rights Reserved.</small></p> +</body> +</html> Added: websites/staging/oodt/trunk/content/apidocs/0.10/org/apache/oodt/cas/pushpull/exceptions/class-use/PushPullFrameworkException.html ============================================================================== --- websites/staging/oodt/trunk/content/apidocs/0.10/org/apache/oodt/cas/pushpull/exceptions/class-use/PushPullFrameworkException.html (added) +++ websites/staging/oodt/trunk/content/apidocs/0.10/org/apache/oodt/cas/pushpull/exceptions/class-use/PushPullFrameworkException.html Wed Jan 13 19:53:59 2016 @@ -0,0 +1,217 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<!-- NewPage --> +<html lang="en"> +<head> +<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 22 17:03:50 PDT 2015 --> +<meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> +<title>Uses of Class org.apache.oodt.cas.pushpull.exceptions.PushPullFrameworkException (Apache OODT 0.10 API)</title> +<meta name="date" content="2015-09-22"> +<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="Uses of Class org.apache.oodt.cas.pushpull.exceptions.PushPullFrameworkException (Apache OODT 0.10 API)"; + } +//--> +</script> +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +<!-- ========= START OF TOP NAVBAR ======= --> +<div class="topNav"><a name="navbar_top"> +<!-- --> +</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"> +<!-- --> +</a> +<ul class="navList" title="Navigation"> +<li><a href="../../../../../../../overview-summary.html">Overview</a></li> +<li><a href="../package-summary.html">Package</a></li> +<li><a href="../../../../../../../org/apache/oodt/cas/pushpull/exceptions/PushPullFrameworkException.html" title="class in org.apache.oodt.cas.pushpull.exceptions">Class</a></li> +<li class="navBarCell1Rev">Use</li> +<li><a href="../package-tree.html">Tree</a></li> +<li><a href="../../../../../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../../../../../index-all.html">Index</a></li> +<li><a href="../../../../../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li>Prev</li> +<li>Next</li> +</ul> +<ul class="navList"> +<li><a href="../../../../../../../index.html?org/apache/oodt/cas/pushpull/exceptions/class-use/PushPullFrameworkException.html" target="_top">Frames</a></li> +<li><a href="PushPullFrameworkException.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="header"> +<h2 title="Uses of Class org.apache.oodt.cas.pushpull.exceptions.PushPullFrameworkException" class="title">Uses of Class<br>org.apache.oodt.cas.pushpull.exceptions.PushPullFrameworkException</h2> +</div> +<div class="classUseContainer"> +<ul class="blockList"> +<li class="blockList"> +<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation"> +<caption><span>Packages that use <a href="../../../../../../../org/apache/oodt/cas/pushpull/exceptions/PushPullFrameworkException.html" title="class in org.apache.oodt.cas.pushpull.exceptions">PushPullFrameworkException</a></span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Package</th> +<th class="colLast" scope="col">Description</th> +</tr> +<tbody> +<tr class="altColor"> +<td class="colFirst"><a href="#org.apache.oodt.cas.pushpull.exceptions">org.apache.oodt.cas.pushpull.exceptions</a></td> +<td class="colLast"> </td> +</tr> +</tbody> +</table> +</li> +<li class="blockList"> +<ul class="blockList"> +<li class="blockList"><a name="org.apache.oodt.cas.pushpull.exceptions"> +<!-- --> +</a> +<h3>Uses of <a href="../../../../../../../org/apache/oodt/cas/pushpull/exceptions/PushPullFrameworkException.html" title="class in org.apache.oodt.cas.pushpull.exceptions">PushPullFrameworkException</a> in <a href="../../../../../../../org/apache/oodt/cas/pushpull/exceptions/package-summary.html">org.apache.oodt.cas.pushpull.exceptions</a></h3> +<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing subclasses, and an explanation"> +<caption><span>Subclasses of <a href="../../../../../../../org/apache/oodt/cas/pushpull/exceptions/PushPullFrameworkException.html" title="class in org.apache.oodt.cas.pushpull.exceptions">PushPullFrameworkException</a> in <a href="../../../../../../../org/apache/oodt/cas/pushpull/exceptions/package-summary.html">org.apache.oodt.cas.pushpull.exceptions</a></span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colLast" scope="col">Class and Description</th> +</tr> +<tbody> +<tr class="altColor"> +<td class="colFirst"><code>class </code></td> +<td class="colLast"><code><strong><a href="../../../../../../../org/apache/oodt/cas/pushpull/exceptions/AlreadyInDatabaseException.html" title="class in org.apache.oodt.cas.pushpull.exceptions">AlreadyInDatabaseException</a></strong></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>class </code></td> +<td class="colLast"><code><strong><a href="../../../../../../../org/apache/oodt/cas/pushpull/exceptions/ConfigException.html" title="class in org.apache.oodt.cas.pushpull.exceptions">ConfigException</a></strong></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>class </code></td> +<td class="colLast"><code><strong><a href="../../../../../../../org/apache/oodt/cas/pushpull/exceptions/CrawlDaemonException.html" title="class in org.apache.oodt.cas.pushpull.exceptions">CrawlDaemonException</a></strong></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>class </code></td> +<td class="colLast"><code><strong><a href="../../../../../../../org/apache/oodt/cas/pushpull/exceptions/CrawlerException.html" title="class in org.apache.oodt.cas.pushpull.exceptions">CrawlerException</a></strong></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>class </code></td> +<td class="colLast"><code><strong><a href="../../../../../../../org/apache/oodt/cas/pushpull/exceptions/FileRestrictionsException.html" title="class in org.apache.oodt.cas.pushpull.exceptions">FileRestrictionsException</a></strong></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>class </code></td> +<td class="colLast"><code><strong><a href="../../../../../../../org/apache/oodt/cas/pushpull/exceptions/MetExtractorException.html" title="class in org.apache.oodt.cas.pushpull.exceptions">MetExtractorException</a></strong></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>class </code></td> +<td class="colLast"><code><strong><a href="../../../../../../../org/apache/oodt/cas/pushpull/exceptions/MethodException.html" title="class in org.apache.oodt.cas.pushpull.exceptions">MethodException</a></strong></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>class </code></td> +<td class="colLast"><code><strong><a href="../../../../../../../org/apache/oodt/cas/pushpull/exceptions/ParserException.html" title="class in org.apache.oodt.cas.pushpull.exceptions">ParserException</a></strong></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>class </code></td> +<td class="colLast"><code><strong><a href="../../../../../../../org/apache/oodt/cas/pushpull/exceptions/ProtocolDeletionError.html" title="class in org.apache.oodt.cas.pushpull.exceptions">ProtocolDeletionError</a></strong></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>class </code></td> +<td class="colLast"><code><strong><a href="../../../../../../../org/apache/oodt/cas/pushpull/exceptions/ProtocolException.html" title="class in org.apache.oodt.cas.pushpull.exceptions">ProtocolException</a></strong></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>class </code></td> +<td class="colLast"><code><strong><a href="../../../../../../../org/apache/oodt/cas/pushpull/exceptions/ProtocolFileException.html" title="class in org.apache.oodt.cas.pushpull.exceptions">ProtocolFileException</a></strong></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>class </code></td> +<td class="colLast"><code><strong><a href="../../../../../../../org/apache/oodt/cas/pushpull/exceptions/RemoteConnectionException.html" title="class in org.apache.oodt.cas.pushpull.exceptions">RemoteConnectionException</a></strong></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>class </code></td> +<td class="colLast"><code><strong><a href="../../../../../../../org/apache/oodt/cas/pushpull/exceptions/RetrievalMethodException.html" title="class in org.apache.oodt.cas.pushpull.exceptions">RetrievalMethodException</a></strong></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>class </code></td> +<td class="colLast"><code><strong><a href="../../../../../../../org/apache/oodt/cas/pushpull/exceptions/ThreadEvaluatorException.html" title="class in org.apache.oodt.cas.pushpull.exceptions">ThreadEvaluatorException</a></strong></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>class </code></td> +<td class="colLast"><code><strong><a href="../../../../../../../org/apache/oodt/cas/pushpull/exceptions/ToManyFailedDownloadsException.html" title="class in org.apache.oodt.cas.pushpull.exceptions">ToManyFailedDownloadsException</a></strong></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>class </code></td> +<td class="colLast"><code><strong><a href="../../../../../../../org/apache/oodt/cas/pushpull/exceptions/UndefinedTypeException.html" title="class in org.apache.oodt.cas.pushpull.exceptions">UndefinedTypeException</a></strong></code> </td> +</tr> +</tbody> +</table> +</li> +</ul> +</li> +</ul> +</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><a href="../package-summary.html">Package</a></li> +<li><a href="../../../../../../../org/apache/oodt/cas/pushpull/exceptions/PushPullFrameworkException.html" title="class in org.apache.oodt.cas.pushpull.exceptions">Class</a></li> +<li class="navBarCell1Rev">Use</li> +<li><a href="../package-tree.html">Tree</a></li> +<li><a href="../../../../../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../../../../../index-all.html">Index</a></li> +<li><a href="../../../../../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li>Prev</li> +<li>Next</li> +</ul> +<ul class="navList"> +<li><a href="../../../../../../../index.html?org/apache/oodt/cas/pushpull/exceptions/class-use/PushPullFrameworkException.html" target="_top">Frames</a></li> +<li><a href="PushPullFrameworkException.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>Copyright © 1999-2015 <a href="http://oodt.apache.org/">Apache OODT</a>. All Rights Reserved.</small></p> +</body> +</html>
