public class FragmentActivator extends Object implements org.osgi.framework.BundleActivator
Note that as this is part of a bundle fragment, this activator is NOT called by the OSGi environment. Instead, the org.eclipse.jetty.osgi.boot.utils.internal.PackageAdminTracker simulates fragment activation and causes this class's start() method to be called.
The package of this class MUST match the Bundle-SymbolicName of this fragment in order for the PackageAdminTracker to find it.
Constructor and Description |
---|
FragmentActivator() |
Copyright © 1995-2015 Webtide. All Rights Reserved.