|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.starla.smb.SMBShareInfo
SMB share information class
The SMBShareInfo class contains the level one details of a remote shared resource.
Field Summary | |
static int |
All
All permissions |
static int |
Attrib
Share allows file attribute update |
static int |
Create
Share allows create access |
static int |
Delete
Share allows delete access |
static int |
Execute
Share allows execute access |
static int |
Perm
Share allows permissions to be changed |
static int |
Read
Share allows read access |
static int |
Write
Share allows write access |
Method Summary | |
java.lang.String |
getShareComment()
Return the share comment, if set |
java.lang.String |
getShareName()
Get the share name |
int |
getShareType()
Return the share type |
java.lang.String |
toString()
Output the share information as a string |
Methods inherited from class java.lang.Object |
equals,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
Field Detail |
public static final int Read
public static final int Write
public static final int Create
public static final int Execute
public static final int Delete
public static final int Attrib
public static final int Perm
public static final int All
Method Detail |
public final java.lang.String getShareComment()
public final java.lang.String getShareName()
public final int getShareType()
public java.lang.String toString()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |