| Modifier and Type | Class and Description |
|---|---|
class |
Fragment
An OSGi-Fragment
|
| Modifier and Type | Method and Description |
|---|---|
Bundle |
ResolvedBundle.getBundle() |
Bundle |
ExportPackage.getBundle() |
| Modifier and Type | Method and Description |
|---|---|
List<Bundle> |
P2ToMavenSax.generateBundleList() |
abstract List<Bundle> |
OsgiToMaven.generateBundleList() |
List<Bundle> |
R5ToMavenSax.generateBundleList() |
| Modifier and Type | Method and Description |
|---|---|
void |
ResolvedBundle.setBundle(Bundle bundle) |
void |
ExportPackage.setBundle(Bundle bundle) |
| Modifier and Type | Method and Description |
|---|---|
void |
Bundle.resolve(Function<Bundle,Set<ResolvedBundle>> resolver) |
void |
OsgiToMaven.setBundleFilter(Predicate<Bundle> bundleFilter) |
void |
OsgiToMaven.setGroupIdResolver(Function<Bundle,String> groupIdResolver) |
void |
OsgiToMaven.setMavenReplacementLookup(Function<Bundle,Optional<OsgiToMaven.MavenDep>> mavenReplacementLookup) |
void |
OsgiToMaven.setProjectUrlResolver(Function<Bundle,String> projectUrlResolver) |
void |
OsgiToMaven.setPublishFilter(Predicate<Bundle> publishFilter) |
void |
OsgiToMaven.setResolvedBundleFilter(BiPredicate<Bundle,ResolvedBundle> resolvedBundleFilter) |
void |
OsgiToMaven.setSnapshotFilter(Predicate<Bundle> snapshotFilter) |
void |
OsgiToMaven.setSourceEnforced(Predicate<Bundle> sourceEnforced) |
| Constructor and Description |
|---|
ResolvedBundle(Bundle bundle,
boolean optional) |
Copyright © 2018. All rights reserved.