Uses of Interface
org.eclipse.update.configuration.IVolume

Packages that use IVolume
org.eclipse.update.configuration Provides support for accessing local installation information. 
 

Uses of IVolume in org.eclipse.update.configuration
 

Methods in org.eclipse.update.configuration that return IVolume
static IVolume[] LocalSystemInfo.getVolumes()
          Lists the file system volume.
 

Methods in org.eclipse.update.configuration with parameters of type IVolume
static void LocalSystemInfo.fireSystemInfoChanged(IVolume volume, int changeType)
          Notify listeners of change.
 void ILocalSystemInfoListener.systemInfoChanged(IVolume volume, int changeType)
          Volume change notification.