jcifs.smb

Class SmbShareInfo

Implemented Interfaces:
FileEntry

public class SmbShareInfo
extends java.lang.Object
implements FileEntry

Field Summary

protected String
netName
protected String
remark
protected int
type

Method Summary

long
createTime()
boolean
equals(Object obj)
int
getAttributes()
String
getName()
int
getType()
int
hashCode()
long
lastModified()
long
length()
String
toString()

Field Details

netName

protected String netName

remark

protected String remark

type

protected int type

Method Details

createTime

public long createTime()
Specified by:
createTime in interface FileEntry

equals

public boolean equals(Object obj)

getAttributes

public int getAttributes()
Specified by:
getAttributes in interface FileEntry

getName

public String getName()
Specified by:
getName in interface FileEntry

getType

public int getType()
Specified by:
getType in interface FileEntry

hashCode

public int hashCode()

lastModified

public long lastModified()
Specified by:
lastModified in interface FileEntry

length

public long length()
Specified by:
length in interface FileEntry

toString

public String toString()