Uses of Interface
jcifs.SmbResource
-
Packages that use SmbResource Package Description jcifs jcifs.context jcifs.smb -
-
Uses of SmbResource in jcifs
Subinterfaces of SmbResource in jcifs Modifier and Type Interface Description interfaceSmbPipeResourceSMB resource respresenting a named pipeMethods in jcifs that return SmbResource Modifier and Type Method Description SmbResourceCIFSContext. get(String url)Get a resourceSmbResourceEmptyIterator. next()SmbResourceSmbResource. resolve(String name)Fetch a child resourceMethods in jcifs that return types with arguments of type SmbResource Modifier and Type Method Description CloseableIterator<SmbResource>SmbResource. children()Fetch all childrenCloseableIterator<SmbResource>SmbResource. children(String wildcard)Fetch children matching pattern, server-side filteringCloseableIterator<SmbResource>SmbResource. children(ResourceFilter filter)CloseableIterator<SmbResource>SmbResource. children(ResourceNameFilter filter)Methods in jcifs with parameters of type SmbResource Modifier and Type Method Description booleanResourceFilter. accept(SmbResource resource)booleanResourceNameFilter. accept(SmbResource parent, String name)voidSmbResource. copyTo(SmbResource dest)This method will copy the file or directory represented by this SmbResource and it's sub-contents to the location specified by the dest parameter.voidSmbResource. renameTo(SmbResource dest)Changes the name of the file thisSmbResourcerepresents to the name designated by theSmbResourceargument.voidSmbResource. renameTo(SmbResource dest, boolean replace)Changes the name of the file thisSmbResourcerepresents to the name designated by theSmbResourceargument. -
Uses of SmbResource in jcifs.context
Methods in jcifs.context that return SmbResource Modifier and Type Method Description SmbResourceBaseContext. get(String url)Get a resourceSmbResourceCIFSContextWrapper. get(String url)Get a resource -
Uses of SmbResource in jcifs.smb
Classes in jcifs.smb that implement SmbResource Modifier and Type Class Description classSmbFileThis class represents a resource on an SMB network.classSmbNamedPipeThis class will allow a Java program to read and write data to Named Pipes and Transact NamedPipes.Methods in jcifs.smb that return SmbResource Modifier and Type Method Description SmbResourceDirFileEntryEnumIteratorBase. getParent()SmbResourceSmbFile. resolve(String name)Methods in jcifs.smb that return types with arguments of type SmbResource Modifier and Type Method Description CloseableIterator<SmbResource>SmbFile. children()CloseableIterator<SmbResource>SmbFile. children(String wildcard)CloseableIterator<SmbResource>SmbFile. children(ResourceFilter filter)CloseableIterator<SmbResource>SmbFile. children(ResourceNameFilter filter)Methods in jcifs.smb with parameters of type SmbResource Modifier and Type Method Description voidSmbFile. copyTo(SmbResource d)voidSmbFile. renameTo(SmbResource d)voidSmbFile. renameTo(SmbResource d, boolean replace)Constructors in jcifs.smb with parameters of type SmbResource Constructor Description DirFileEntryEnumIterator2(jcifs.smb.SmbTreeHandleImpl th, SmbResource parent, String wildcard, ResourceNameFilter filter, int searchAttributes)DirFileEntryEnumIteratorBase(jcifs.smb.SmbTreeHandleImpl th, SmbResource parent, String wildcard, ResourceNameFilter filter, int searchAttributes)SmbFile(SmbResource context, String name)Constructs an SmbFile representing a resource on an SMB network such as a file or directory.
-