Class ConnectorManifestScanner
- 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 Modifier and Type Field Description static String
ATT_BUNDLE_NAME
static String
ATT_BUNDLE_VERSION
static String
ATT_FRAMEWORK_VERSION
-
Constructor Summary
Constructors Constructor Description ConnectorManifestScanner(Version version)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<org.ops4j.pax.swissbox.extender.ManifestEntry>
scan(org.osgi.framework.Bundle bundle)
-
-
-
Field Detail
-
ATT_FRAMEWORK_VERSION
public static final String ATT_FRAMEWORK_VERSION
- See Also:
- Constant Field Values
-
ATT_BUNDLE_NAME
public static final String ATT_BUNDLE_NAME
- See Also:
- Constant Field Values
-
ATT_BUNDLE_VERSION
public static final String ATT_BUNDLE_VERSION
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
ConnectorManifestScanner
public ConnectorManifestScanner(Version version)
-
-
Method Detail
-
scan
public List<org.ops4j.pax.swissbox.extender.ManifestEntry> scan(org.osgi.framework.Bundle bundle)
- Specified by:
scan
in interfaceorg.ops4j.pax.swissbox.extender.BundleScanner<org.ops4j.pax.swissbox.extender.ManifestEntry>
-
-