Uses of Interface
org.osgi.service.feature.Feature
-
Packages that use Feature Package Description org.osgi.service.feature Feature Package Version 1.0. -
-
Uses of Feature in org.osgi.service.feature
Methods in org.osgi.service.feature that return Feature Modifier and Type Method Description FeatureFeatureBuilder. build()Build the Feature.FeatureFeatureService. readFeature(java.io.Reader jsonReader)Read a Feature from JSONMethods in org.osgi.service.feature with parameters of type Feature Modifier and Type Method Description voidFeatureService. writeFeature(Feature feature, java.io.Writer jsonWriter)Write a Feature Model to JSON
-