org.ops4j.pax.url.assembly.internal
Class Activator
java.lang.Object
org.ops4j.pax.url.commons.handler.HandlerActivator<Void>
org.ops4j.pax.url.assembly.internal.Activator
- All Implemented Interfaces:
- org.osgi.framework.BundleActivator
public final class Activator
- extends HandlerActivator<Void>
Bundle activator for "assembly:" protocol handler.
Registers the "assembly:" url handler as a service.
- Since:
- 1.1.0, August 31, 2009
- Author:
- Alin Dreghiciu
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Activator
public Activator()
- See Also:
HandlerActivator.HandlerActivator(String[], String, ConnectionFactory)
createConnection
public static URLConnection createConnection(URL url)
throws IOException
- Creates an "assembly:" url connection.
- Parameters:
url
- assembly url
- Returns:
- url connection
- Throws:
IOException
- re-thrown
Copyright © 2006-2013 OPS4J - Open Participation Software for Java. All Rights Reserved.