jcifs.smb
Class SmbShareInfo
java.lang.Object
jcifs.smb.SmbShareInfo
- All Implemented Interfaces:
- FileEntry
- public class SmbShareInfo
- extends java.lang.Object
- implements FileEntry
Field Summary |
protected java.lang.String |
netName
|
protected java.lang.String |
remark
|
protected int |
type
|
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
netName
protected java.lang.String netName
type
protected int type
remark
protected java.lang.String remark
SmbShareInfo
public SmbShareInfo()
SmbShareInfo
public SmbShareInfo(java.lang.String netName,
int type,
java.lang.String remark)
getName
public java.lang.String getName()
- Specified by:
getName
in interface FileEntry
getType
public int getType()
- Specified by:
getType
in interface FileEntry
getAttributes
public int getAttributes()
- Specified by:
getAttributes
in interface FileEntry
createTime
public long createTime()
- Specified by:
createTime
in interface FileEntry
lastModified
public long lastModified()
- Specified by:
lastModified
in interface FileEntry
length
public long length()
- Specified by:
length
in interface FileEntry
equals
public boolean equals(java.lang.Object obj)
hashCode
public int hashCode()
toString
public java.lang.String toString()