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 voidMountPlugin. mountPointAdded(MountPoint mountPoint)Provides theMountPointdescribing the path where the plugin is mapped in the overall DMT.voidMountPlugin. mountPointRemoved(MountPoint mountPoint)Informs the plugin that the providedMountPointobjects have been removed from the mapping.
-