public class

VolInfo

extends Object
java.lang.Object
   ↳ com.iwedia.dtv.mount.VolInfo

Summary

Public Constructors
VolInfo()
VolInfo(String mountPath, String sysPath, boolean writable, String uuid, String fsType, String fsLabel)
Public Methods
String getFsLabel()
String getFsType()
String getFsUuid()
String getMountPath()
String getSysPath()
boolean isWritable()
void setFsLabel(String fsLabel)
void setFsType(String fsType)
void setFsUuid(String fsUuid)
void setMountPath(String mountPath)
void setSysPath(String sysPath)
void setWritable(boolean writable)
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public VolInfo ()

public VolInfo (String mountPath, String sysPath, boolean writable, String uuid, String fsType, String fsLabel)

Public Methods

public String getFsLabel ()

public String getFsType ()

public String getFsUuid ()

public String getMountPath ()

public String getSysPath ()

public boolean isWritable ()

public void setFsLabel (String fsLabel)

public void setFsType (String fsType)

public void setFsUuid (String fsUuid)

public void setMountPath (String mountPath)

public void setSysPath (String sysPath)

public void setWritable (boolean writable)