Uses of Class
org.osgi.framework.wiring.dto.BundleRevisionDTO
Packages that use BundleRevisionDTO
Package
Description
OSGi Data Transfer Object Framework Wiring Package Version 1.2.
-
Uses of BundleRevisionDTO in org.apache.felix.framework
Methods in org.apache.felix.framework that return BundleRevisionDTOModifier and TypeMethodDescriptionprivate static BundleRevisionDTODTOFactory.createBundleRevisionDTO(Bundle bundle) private static BundleRevisionDTODTOFactory.createBundleRevisionDTO(Bundle bundle, BundleRevisionImpl revision, Set<BundleRevisionDTO> resources) private static BundleRevisionDTODTOFactory.createBundleRevisionDTO(BundleRevision revision, Set<BundleRevisionDTO> resources) private static BundleRevisionDTO[]DTOFactory.createBundleRevisionDTOArray(Bundle bundle) Methods in org.apache.felix.framework with parameters of type BundleRevisionDTOModifier and TypeMethodDescriptionprivate static voidDTOFactory.addBundleRevisionDTO(BundleRevisionDTO dto, Set<BundleRevisionDTO> resources) Method parameters in org.apache.felix.framework with type arguments of type BundleRevisionDTOModifier and TypeMethodDescriptionprivate static voidDTOFactory.addBundleRevisionDTO(BundleRevisionDTO dto, Set<BundleRevisionDTO> resources) private static voidDTOFactory.addWiringNodeIfNotPresent(BundleWiring bw, Set<BundleRevisionDTO> resources, Set<BundleWiringDTO.NodeDTO> nodes) private static BundleRevisionDTODTOFactory.createBundleRevisionDTO(Bundle bundle, BundleRevisionImpl revision, Set<BundleRevisionDTO> resources) private static BundleRevisionDTODTOFactory.createBundleRevisionDTO(BundleRevision revision, Set<BundleRevisionDTO> resources) private static BundleWireDTODTOFactory.createBundleWireDTO(Wire wire, Set<BundleRevisionDTO> resources, Set<BundleWiringDTO.NodeDTO> nodes) private static voidDTOFactory.createBundleWiringNodeDTO(BundleWiring bw, Set<BundleRevisionDTO> resources, Set<BundleWiringDTO.NodeDTO> nodes) private static intDTOFactory.getResourceIDAndAdd(Resource res, Set<BundleRevisionDTO> resources) -
Uses of BundleRevisionDTO in org.osgi.framework.wiring.dto
Fields in org.osgi.framework.wiring.dto with type parameters of type BundleRevisionDTOModifier and TypeFieldDescriptionBundleWiringDTO.resourcesThe set of resources referenced by the wiring graph.