Uses of Interface
jcifs.smb.FileEntry
-
Packages that use FileEntry Package Description jcifs.dcerpc.msrpc jcifs.internal.fscc jcifs.internal.smb1.net jcifs.internal.smb1.trans jcifs.internal.smb2.info jcifs.smb -
-
Uses of FileEntry in jcifs.dcerpc.msrpc
Methods in jcifs.dcerpc.msrpc that return FileEntry Modifier and Type Method Description FileEntry[]MsrpcDfsRootEnum. getEntries()FileEntry[]MsrpcShareEnum. getEntries() -
Uses of FileEntry in jcifs.internal.fscc
Classes in jcifs.internal.fscc that implement FileEntry Modifier and Type Class Description classFileBothDirectoryInfo -
Uses of FileEntry in jcifs.internal.smb1.net
Classes in jcifs.internal.smb1.net that implement FileEntry Modifier and Type Class Description classSmbShareInfoInternal use only -
Uses of FileEntry in jcifs.internal.smb1.trans
Methods in jcifs.internal.smb1.trans that return FileEntry Modifier and Type Method Description FileEntry[]SmbComTransactionResponse. getResults()Methods in jcifs.internal.smb1.trans with parameters of type FileEntry Modifier and Type Method Description protected voidSmbComTransactionResponse. setResults(FileEntry[] results) -
Uses of FileEntry in jcifs.internal.smb2.info
Methods in jcifs.internal.smb2.info that return FileEntry Modifier and Type Method Description FileEntry[]Smb2QueryDirectoryResponse. getResults() -
Uses of FileEntry in jcifs.smb
Methods in jcifs.smb that return FileEntry Modifier and Type Method Description protected FileEntryDirFileEntryEnumIteratorBase. advance(boolean last)protected FileEntry[]DirFileEntryEnumIterator2. getResults()protected abstract FileEntry[]DirFileEntryEnumIteratorBase. getResults()FileEntryDirFileEntryEnumIteratorBase. next()FileEntryNetServerEnumIterator. next()protected FileEntryDirFileEntryEnumIterator2. open()protected abstract FileEntryDirFileEntryEnumIteratorBase. open()
-