java.lang.Object
org.identityconnectors.framework.impl.api.osgi.internal.ConnectorManifestScanner
All Implemented Interfaces:
org.ops4j.pax.swissbox.extender.BundleScanner<org.ops4j.pax.swissbox.extender.ManifestEntry>
public class ConnectorManifestScanner
extends Object
implements org.ops4j.pax.swissbox.extender.BundleScanner<org.ops4j.pax.swissbox.extender.ManifestEntry>
The ConnectorManifestScanner ...
Since:
1.1
Author:
Laszlo Hordos
Field Summary
Fields
Constructor Summary
Constructors
Method Summary
All Methods Instance Methods Concrete Methods
List <org.ops4j.pax.swissbox.extender.ManifestEntry>
scan (org.osgi.framework.Bundle bundle)
Methods inherited from class java.lang.Object
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
Field Details
ATT_FRAMEWORK_VERSION
public static final String ATT_FRAMEWORK_VERSION
See Also:
ATT_BUNDLE_NAME
public static final String ATT_BUNDLE_NAME
See Also:
ATT_BUNDLE_VERSION
public static final String ATT_BUNDLE_VERSION
See Also:
Constructor Details
ConnectorManifestScanner
public ConnectorManifestScanner (Version version)
Method Details
scan
public List <org.ops4j.pax.swissbox.extender.ManifestEntry> scan (org.osgi.framework.Bundle bundle)
Specified by:
scan
in interface org.ops4j.pax.swissbox.extender.BundleScanner<org.ops4j.pax.swissbox.extender.ManifestEntry>