|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectlhmc.utils.RemovableDevicesActivator
public class RemovableDevicesActivator
RemovableDevicesActivator mounts the removable devices connected to the system. The mount is done automaticaly accecing to the devices by automount.
Constructor Summary | |
---|---|
RemovableDevicesActivator(java.net.URL root)
Constructs RemovableDevicesActivator |
Method Summary | |
---|---|
void |
activatingUSBDevices()
Activates the removable devices accecing to the files. |
java.net.URL |
getDevicesRoot()
Gets the devices root directory. |
java.net.URL[] |
getRemovableDevices()
Gets the devices directories URL array. |
void |
setDevicesRoot(java.net.URL root)
Sets the devices root directory. |
void |
setRemovableDevices(java.net.URL[] devicesList)
Sets the devices directories URL array. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RemovableDevicesActivator(java.net.URL root)
root
- the root directory where the devices are mounted.Method Detail |
---|
public void setDevicesRoot(java.net.URL root)
root
- the root directory where the devices are mounted.public java.net.URL getDevicesRoot()
public void setRemovableDevices(java.net.URL[] devicesList)
devicesList
- the devices directory URL array where each device is mounted.public java.net.URL[] getRemovableDevices()
public void activatingUSBDevices()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |