Uses of Interface
org.osgi.service.dmt.spi.MountPoint
-
Packages that use MountPoint Package Description org.osgi.service.dmt.spi Device Management Tree SPI Package Version 2.0. -
-
Uses of MountPoint in org.osgi.service.dmt.spi
Methods in org.osgi.service.dmt.spi with parameters of type MountPoint Modifier and Type Method Description void
MountPlugin. mountPointAdded(MountPoint mountPoint)
Provides theMountPoint
describing the path where the plugin is mapped in the overall DMT.void
MountPlugin. mountPointRemoved(MountPoint mountPoint)
Informs the plugin that the providedMountPoint
objects have been removed from the mapping.
-