Uses of Class
org.osgi.framework.dto.BundleDTO
-
Packages that use BundleDTO Package Description org.apache.felix.framework org.osgi.framework.dto OSGi Data Transfer Object Framework Package Version 1.8. -
-
Uses of BundleDTO in org.apache.felix.framework
Methods in org.apache.felix.framework that return BundleDTO Modifier and Type Method Description private static BundleDTO
DTOFactory. createBundleDTO(Bundle bundle)
-
Uses of BundleDTO in org.osgi.framework.dto
Fields in org.osgi.framework.dto with type parameters of type BundleDTO Modifier and Type Field Description java.util.List<BundleDTO>
FrameworkDTO. bundles
The bundles that are installed in the framework.
-