jasp.io
Class Drives

java.lang.Object
  |
  +--jasp.io.Drives

public class Drives
extends java.lang.Object

Provides a list of the drives attached to the system, either physically or logically. The Drives collection includes all drives, regardless of type. Removable-media drives need not have media inserted for them to appear in this collection.


Constructor Summary
Drives()
           
 
Method Summary
 int getCount()
           
 Drive getItem(int index)
           
 Drive getItem(java.lang.String key)
           
 void RemoveAll()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Drives

public Drives()
Method Detail

RemoveAll

public void RemoveAll()

getCount

public int getCount()

getItem

public Drive getItem(int index)

getItem

public Drive getItem(java.lang.String key)