blob: cc5d1982b7ddffe4ec675d2ad37a143c019d737e [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>
<!-- Generated by javadoc (version 1.7.0_25) on Sat May 17 12:14:28 CEST 2014 -->
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
<title>IPOJOURLHandler (Apache Felix iPOJO ~ JavaDoc 1.12.0 API)</title>
<meta name="date" content="2014-05-17">
<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="IPOJOURLHandler (Apache Felix iPOJO ~ JavaDoc 1.12.0 API)";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!-- -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/IPOJOURLHandler.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../index-all.html">Index</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../../../org/apache/felix/ipojo/online/manipulator/Files.html" title="class in org.apache.felix.ipojo.online.manipulator"><span class="strong">Prev Class</span></a></li>
<li><a href="../../../../../../org/apache/felix/ipojo/online/manipulator/SystemLogService.html" title="class in org.apache.felix.ipojo.online.manipulator"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../../index.html?org/apache/felix/ipojo/online/manipulator/IPOJOURLHandler.html" target="_top">Frames</a></li>
<li><a href="IPOJOURLHandler.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li>Nested&nbsp;|&nbsp;</li>
<li><a href="#field_summary">Field</a>&nbsp;|&nbsp;</li>
<li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method_summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li><a href="#field_detail">Field</a>&nbsp;|&nbsp;</li>
<li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method_detail">Method</a></li>
</ul>
</div>
<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<!-- ======== START OF CLASS DATA ======== -->
<div class="header">
<div class="subTitle">org.apache.felix.ipojo.online.manipulator</div>
<h2 title="Class IPOJOURLHandler" class="title">Class IPOJOURLHandler</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</a></li>
<li>
<ul class="inheritance">
<li>AbstractURLStreamHandlerService</li>
<li>
<ul class="inheritance">
<li>org.apache.felix.ipojo.online.manipulator.IPOJOURLHandler</li>
</ul>
</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<hr>
<br>
<pre>public class <a href="../../../../../../src-html/org/apache/felix/ipojo/online/manipulator/IPOJOURLHandler.html#line.97">IPOJOURLHandler</a>
extends AbstractURLStreamHandlerService</pre>
<div class="block">iPOJO URL Handler allowing installation time manipulation.
When a bundle is installed with the ipojo URL prefix, the referred bundle is
manipulated by this handler.
The metadata.xml file can either be provided:
<ul>
<li>Inside the bundle, this handler will look for /metadata.xml (at the root of the bundle)
or in /META-INF/metadata.xml</li>
<li>Through the URL using the following URL format: ipojo:URL_BUNDLE!URL_METADATA, notice
the ! used as separator</li>
</ul>
Examples of valid iPojo's URLs:
<pre>
ipojo:file:///tmp/bundle.jar
ipojo:/http://www.example.org/bundle.jar
ipojo://mvn://com.acme/bundle/1.0.0 (with Maven Pax Url support installed)
ipojo:file:///tmp/bundle.jar!file:///tmp2/metadata.xml
</pre>
Notice that trailing '/' (or '//') after ipojo: are optional.</div>
<dl><dt><span class="strong">Author:</span></dt>
<dd><a href="mailto:dev@felix.apache.org">Felix Project Team</a></dd></dl>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- =========== FIELD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="field_summary">
<!-- -->
</a>
<h3>Field Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation">
<caption><span>Fields</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Field and Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/apache/felix/ipojo/online/manipulator/IPOJOURLHandler.html#IPOJO_SCHEME">IPOJO_SCHEME</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>private <a href="http://www.osgi.org/javadoc/r4v43/cmpn/org/osgi/service/log/LogService.html?is-external=true" title="class or interface in org.osgi.service.log">LogService</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/apache/felix/ipojo/online/manipulator/IPOJOURLHandler.html#logger">logger</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>private BundleContext</code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/apache/felix/ipojo/online/manipulator/IPOJOURLHandler.html#m_context">m_context</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>private <a href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../../../org/apache/felix/ipojo/manipulator/spi/Module.html" title="interface in org.apache.felix.ipojo.manipulator.spi">Module</a>&gt;</code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/apache/felix/ipojo/online/manipulator/IPOJOURLHandler.html#m_modules">m_modules</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>private <a href="http://docs.oracle.com/javase/7/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/apache/felix/ipojo/online/manipulator/IPOJOURLHandler.html#m_temp">m_temp</a></strong></code>
<div class="block">The directory storing manipulated bundles.</div>
</td>
</tr>
</table>
</li>
</ul>
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor_summary">
<!-- -->
</a>
<h3>Constructor Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
<caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/felix/ipojo/online/manipulator/IPOJOURLHandler.html#IPOJOURLHandler(BundleContext)">IPOJOURLHandler</a></strong>(BundleContext&nbsp;bundleContext)</code>
<div class="block">Creates a IPOJOURLHandler.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><strong><a href="../../../../../../org/apache/felix/ipojo/online/manipulator/IPOJOURLHandler.html#IPOJOURLHandler(BundleContext, java.io.File)">IPOJOURLHandler</a></strong>(BundleContext&nbsp;context,
<a href="http://docs.oracle.com/javase/7/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;work)</code>&nbsp;</td>
</tr>
</table>
</li>
</ul>
<!-- ========== METHOD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="method_summary">
<!-- -->
</a>
<h3>Method Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
<caption><span>Methods</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/apache/felix/ipojo/online/manipulator/IPOJOURLHandler.html#bindModule(org.apache.felix.ipojo.manipulator.spi.Module)">bindModule</a></strong>(<a href="../../../../../../org/apache/felix/ipojo/manipulator/spi/Module.html" title="interface in org.apache.felix.ipojo.manipulator.spi">Module</a>&nbsp;module)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>private <a href="../../../../../../org/apache/felix/ipojo/manipulator/spi/ModuleProvider.html" title="interface in org.apache.felix.ipojo.manipulator.spi">ModuleProvider</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/apache/felix/ipojo/online/manipulator/IPOJOURLHandler.html#createModuleProvider()">createModuleProvider</a></strong>()</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>private <a href="../../../../../../org/apache/felix/ipojo/manipulator/ManipulationVisitor.html" title="interface in org.apache.felix.ipojo.manipulator">ManipulationVisitor</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/apache/felix/ipojo/online/manipulator/IPOJOURLHandler.html#createVisitor(org.apache.felix.ipojo.manipulator.ResourceStore, org.apache.felix.ipojo.manipulator.Reporter)">createVisitor</a></strong>(<a href="../../../../../../org/apache/felix/ipojo/manipulator/ResourceStore.html" title="interface in org.apache.felix.ipojo.manipulator">ResourceStore</a>&nbsp;store,
<a href="../../../../../../org/apache/felix/ipojo/manipulator/Reporter.html" title="interface in org.apache.felix.ipojo.manipulator">Reporter</a>&nbsp;reporter)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>private <a href="http://docs.oracle.com/javase/7/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/apache/felix/ipojo/online/manipulator/IPOJOURLHandler.html#findMetadata(java.util.jar.JarFile)">findMetadata</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/jar/JarFile.html?is-external=true" title="class or interface in java.util.jar">JarFile</a>&nbsp;jar)</code>
<div class="block">Looks for the metadata.xml file in the jar file.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/net/URLConnection.html?is-external=true" title="class or interface in java.net">URLConnection</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/apache/felix/ipojo/online/manipulator/IPOJOURLHandler.html#openConnection(java.net.URL)">openConnection</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/net/URL.html?is-external=true" title="class or interface in java.net">URL</a>&nbsp;url)</code>
<div class="block">Opens a connection using the ipojo url handler.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>private <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/apache/felix/ipojo/online/manipulator/IPOJOURLHandler.html#removeScheme(java.net.URL)">removeScheme</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/net/URL.html?is-external=true" title="class or interface in java.net">URL</a>&nbsp;url)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/apache/felix/ipojo/online/manipulator/IPOJOURLHandler.html#stop()">stop</a></strong>()</code>
<div class="block">Stops the URL handler:
Deletes the working directory.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/apache/felix/ipojo/online/manipulator/IPOJOURLHandler.html#unbindModule(org.apache.felix.ipojo.manipulator.spi.Module)">unbindModule</a></strong>(<a href="../../../../../../org/apache/felix/ipojo/manipulator/spi/Module.html" title="interface in org.apache.felix.ipojo.manipulator.spi">Module</a>&nbsp;module)</code>&nbsp;</td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
<!-- -->
</a>
<h3>Methods inherited from class&nbsp;java.lang.<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></h3>
<code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#clone()" title="class or interface in java.lang">clone</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#equals(java.lang.Object)" title="class or interface in java.lang">equals</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#finalize()" title="class or interface in java.lang">finalize</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#getClass()" title="class or interface in java.lang">getClass</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#hashCode()" title="class or interface in java.lang">hashCode</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#notify()" title="class or interface in java.lang">notify</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#notifyAll()" title="class or interface in java.lang">notifyAll</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#toString()" title="class or interface in java.lang">toString</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait()" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait(long)" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait(long, int)" title="class or interface in java.lang">wait</a></code></li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ============ FIELD DETAIL =========== -->
<ul class="blockList">
<li class="blockList"><a name="field_detail">
<!-- -->
</a>
<h3>Field Detail</h3>
<a name="IPOJO_SCHEME">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>IPOJO_SCHEME</h4>
<pre>public static final&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> <a href="../../../../../../src-html/org/apache/felix/ipojo/online/manipulator/IPOJOURLHandler.html#line.99">IPOJO_SCHEME</a></pre>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../../constant-values.html#org.apache.felix.ipojo.online.manipulator.IPOJOURLHandler.IPOJO_SCHEME">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="m_context">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>m_context</h4>
<pre>private final&nbsp;BundleContext <a href="../../../../../../src-html/org/apache/felix/ipojo/online/manipulator/IPOJOURLHandler.html#line.101">m_context</a></pre>
</li>
</ul>
<a name="m_temp">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>m_temp</h4>
<pre>private final&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a> <a href="../../../../../../src-html/org/apache/felix/ipojo/online/manipulator/IPOJOURLHandler.html#line.106">m_temp</a></pre>
<div class="block">The directory storing manipulated bundles.</div>
</li>
</ul>
<a name="m_modules">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>m_modules</h4>
<pre>private&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../../../org/apache/felix/ipojo/manipulator/spi/Module.html" title="interface in org.apache.felix.ipojo.manipulator.spi">Module</a>&gt; <a href="../../../../../../src-html/org/apache/felix/ipojo/online/manipulator/IPOJOURLHandler.html#line.108">m_modules</a></pre>
</li>
</ul>
<a name="logger">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>logger</h4>
<pre>private&nbsp;<a href="http://www.osgi.org/javadoc/r4v43/cmpn/org/osgi/service/log/LogService.html?is-external=true" title="class or interface in org.osgi.service.log">LogService</a> <a href="../../../../../../src-html/org/apache/felix/ipojo/online/manipulator/IPOJOURLHandler.html#line.112">logger</a></pre>
</li>
</ul>
</li>
</ul>
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor_detail">
<!-- -->
</a>
<h3>Constructor Detail</h3>
<a name="IPOJOURLHandler(BundleContext)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>IPOJOURLHandler</h4>
<pre>public&nbsp;<a href="../../../../../../src-html/org/apache/felix/ipojo/online/manipulator/IPOJOURLHandler.html#line.131">IPOJOURLHandler</a>(BundleContext&nbsp;bundleContext)</pre>
<div class="block">Creates a IPOJOURLHandler.
Gets the bundle context and create the working
directory.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>bundleContext</code> - the bundle context</dd></dl>
</li>
</ul>
<a name="IPOJOURLHandler(BundleContext, java.io.File)">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>IPOJOURLHandler</h4>
<pre>public&nbsp;<a href="../../../../../../src-html/org/apache/felix/ipojo/online/manipulator/IPOJOURLHandler.html#line.135">IPOJOURLHandler</a>(BundleContext&nbsp;context,
<a href="http://docs.oracle.com/javase/7/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;work)</pre>
</li>
</ul>
</li>
</ul>
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method_detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a name="bindModule(org.apache.felix.ipojo.manipulator.spi.Module)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>bindModule</h4>
<pre>public&nbsp;void&nbsp;<a href="../../../../../../src-html/org/apache/felix/ipojo/online/manipulator/IPOJOURLHandler.html#line.115">bindModule</a>(<a href="../../../../../../org/apache/felix/ipojo/manipulator/spi/Module.html" title="interface in org.apache.felix.ipojo.manipulator.spi">Module</a>&nbsp;module)</pre>
</li>
</ul>
<a name="unbindModule(org.apache.felix.ipojo.manipulator.spi.Module)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>unbindModule</h4>
<pre>public&nbsp;void&nbsp;<a href="../../../../../../src-html/org/apache/felix/ipojo/online/manipulator/IPOJOURLHandler.html#line.120">unbindModule</a>(<a href="../../../../../../org/apache/felix/ipojo/manipulator/spi/Module.html" title="interface in org.apache.felix.ipojo.manipulator.spi">Module</a>&nbsp;module)</pre>
</li>
</ul>
<a name="stop()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>stop</h4>
<pre>public&nbsp;void&nbsp;<a href="../../../../../../src-html/org/apache/felix/ipojo/online/manipulator/IPOJOURLHandler.html#line.148">stop</a>()</pre>
<div class="block">Stops the URL handler:
Deletes the working directory.</div>
</li>
</ul>
<a name="openConnection(java.net.URL)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>openConnection</h4>
<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/net/URLConnection.html?is-external=true" title="class or interface in java.net">URLConnection</a>&nbsp;<a href="../../../../../../src-html/org/apache/felix/ipojo/online/manipulator/IPOJOURLHandler.html#line.168">openConnection</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/net/URL.html?is-external=true" title="class or interface in java.net">URL</a>&nbsp;url)
throws <a href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre>
<div class="block">Opens a connection using the ipojo url handler.
This methods parses the URL and manipulate the given bundle.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>url</code> - the url.</dd>
<dt><span class="strong">Returns:</span></dt><dd>the URL connection on the manipulated bundle</dd>
<dt><span class="strong">Throws:</span></dt>
<dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code> - occurs when the bundle cannot be either downloaded, or manipulated or
installed correctly.</dd><dt><span class="strong">See Also:</span></dt><dd><a href="http://www.osgi.org/javadoc/r4v43/core/org/osgi/service/url/AbstractURLStreamHandlerService.html?is-external=true#openConnection(java.net.URL)" title="class or interface in org.osgi.service.url"><code>AbstractURLStreamHandlerService</code></a></dd></dl>
</li>
</ul>
<a name="removeScheme(java.net.URL)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>removeScheme</h4>
<pre>private&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../../../src-html/org/apache/felix/ipojo/online/manipulator/IPOJOURLHandler.html#line.250">removeScheme</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/net/URL.html?is-external=true" title="class or interface in java.net">URL</a>&nbsp;url)</pre>
</li>
</ul>
<a name="createVisitor(org.apache.felix.ipojo.manipulator.ResourceStore, org.apache.felix.ipojo.manipulator.Reporter)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>createVisitor</h4>
<pre>private&nbsp;<a href="../../../../../../org/apache/felix/ipojo/manipulator/ManipulationVisitor.html" title="interface in org.apache.felix.ipojo.manipulator">ManipulationVisitor</a>&nbsp;<a href="../../../../../../src-html/org/apache/felix/ipojo/online/manipulator/IPOJOURLHandler.html#line.264">createVisitor</a>(<a href="../../../../../../org/apache/felix/ipojo/manipulator/ResourceStore.html" title="interface in org.apache.felix.ipojo.manipulator">ResourceStore</a>&nbsp;store,
<a href="../../../../../../org/apache/felix/ipojo/manipulator/Reporter.html" title="interface in org.apache.felix.ipojo.manipulator">Reporter</a>&nbsp;reporter)</pre>
</li>
</ul>
<a name="createModuleProvider()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>createModuleProvider</h4>
<pre>private&nbsp;<a href="../../../../../../org/apache/felix/ipojo/manipulator/spi/ModuleProvider.html" title="interface in org.apache.felix.ipojo.manipulator.spi">ModuleProvider</a>&nbsp;<a href="../../../../../../src-html/org/apache/felix/ipojo/online/manipulator/IPOJOURLHandler.html#line.275">createModuleProvider</a>()</pre>
</li>
</ul>
<a name="findMetadata(java.util.jar.JarFile)">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>findMetadata</h4>
<pre>private&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;<a href="../../../../../../src-html/org/apache/felix/ipojo/online/manipulator/IPOJOURLHandler.html#line.294">findMetadata</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/jar/JarFile.html?is-external=true" title="class or interface in java.util.jar">JarFile</a>&nbsp;jar)
throws <a href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre>
<div class="block">Looks for the metadata.xml file in the jar file.
Two locations are checked:
<ol>
<li>the root of the jar file</li>
<li>the META-INF directory</li>
</ol></div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>jar</code> - the jar file</dd>
<dt><span class="strong">Returns:</span></dt><dd>the found file or <code>null</code> if not found.</dd>
<dt><span class="strong">Throws:</span></dt>
<dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code> - occurs when the Jar file cannot be read.</dd></dl>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
<!-- ========= END OF CLASS DATA ========= -->
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!-- -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/IPOJOURLHandler.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../index-all.html">Index</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../../../org/apache/felix/ipojo/online/manipulator/Files.html" title="class in org.apache.felix.ipojo.online.manipulator"><span class="strong">Prev Class</span></a></li>
<li><a href="../../../../../../org/apache/felix/ipojo/online/manipulator/SystemLogService.html" title="class in org.apache.felix.ipojo.online.manipulator"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../../index.html?org/apache/felix/ipojo/online/manipulator/IPOJOURLHandler.html" target="_top">Frames</a></li>
<li><a href="IPOJOURLHandler.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li>Nested&nbsp;|&nbsp;</li>
<li><a href="#field_summary">Field</a>&nbsp;|&nbsp;</li>
<li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method_summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li><a href="#field_detail">Field</a>&nbsp;|&nbsp;</li>
<li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method_detail">Method</a></li>
</ul>
</div>
<a name="skip-navbar_bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright &#169; 2014. All rights reserved.</small></p>
</body>
</html>