|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--medi.io.VolumeScanner
It is a class used to scan a volume and punt information in a file.
Constructor Summary | |
VolumeScanner()
Creates new VolumeScanner |
|
VolumeScanner(java.lang.String scanFileName,
java.lang.String pVolumeName,
DirectoryScanner pMountPoint)
Creates new VolumeScanner |
|
VolumeScanner(java.lang.String scanFileName,
java.lang.String pVolumeName,
java.io.File pMountPoint)
Creates new VolumeScanner |
Method Summary | |
void |
scan()
Scans the volume. |
void |
setMountPoint(DirectoryScanner pMountPoint)
Sets the mount point. |
void |
setMountPoint(java.io.File pMountPoint)
Sets the mount point. |
void |
setScanFilename(java.lang.String scanFileName)
Sets the file name to use to store information. |
void |
setStatusFrame(Volume2DbStatus pStatus)
Sets the status frame to be used to show information about the process. |
void |
setVolumeName(java.lang.String pVolumeName)
Sets the volume name. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public VolumeScanner()
public VolumeScanner(java.lang.String scanFileName, java.lang.String pVolumeName, java.io.File pMountPoint)
scanFileName
- The file name to be used to store information.pVolumeName
- The volume name to be used.pMountPoint
- The mount point to start from.public VolumeScanner(java.lang.String scanFileName, java.lang.String pVolumeName, DirectoryScanner pMountPoint)
scanFileName
- The file name to be used.pVolumeName
- The volume name to be stored.pMountPoint
- The mount point (as a directory-scanner).Method Detail |
public void setScanFilename(java.lang.String scanFileName)
scanFileName
- The file name to be used to store information.public void setVolumeName(java.lang.String pVolumeName)
pVolumeName
- The volume name.public void setMountPoint(java.io.File pMountPoint)
pMountPoint
- The mount point (as a File).public void setMountPoint(DirectoryScanner pMountPoint)
pMountPoint
- The mount point (as a directory-scanner).public void setStatusFrame(Volume2DbStatus pStatus)
pStatus
- The status frame to be used.public void scan()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |