Uses of Class
org.frankframework.filesystem.smb.SmbFileRef
Packages that use SmbFileRef
Package
Description
-
Uses of SmbFileRef in org.frankframework.filesystem.smb
Subclasses with type arguments of type SmbFileRef in org.frankframework.filesystem.smbClasses in org.frankframework.filesystem.smb that implement interfaces with type arguments of type SmbFileRefMethods in org.frankframework.filesystem.smb that return SmbFileRefModifier and TypeMethodDescriptionSamba2FileSystem.copyFile(SmbFileRef f, String destinationFolder, boolean createFolder) Samba2FileSystem.moveFile(SmbFileRef f, String destinationFolder, boolean createFolder) Samba2FileSystem.renameFile(@NonNull SmbFileRef source, @NonNull SmbFileRef destination) @NonNull SmbFileRef@NonNull SmbFileRefMethods in org.frankframework.filesystem.smb that return types with arguments of type SmbFileRefModifier and TypeMethodDescription@NonNull DirectoryStream<SmbFileRef> Samba2FileSystem.list(SmbFileRef folder, @NonNull TypeFilter filter) Methods in org.frankframework.filesystem.smb with parameters of type SmbFileRefModifier and TypeMethodDescriptionvoidSamba2FileSystem.appendFile(@NonNull SmbFileRef file, @Nullable InputStream content) Samba2FileSystem.copyFile(SmbFileRef f, String destinationFolder, boolean createFolder) voidSamba2FileSystem.createFile(@NonNull SmbFileRef file, @Nullable InputStream content) voidSamba2FileSystem.deleteFile(SmbFileRef f) booleanSamba2FileSystem.exists(SmbFileRef f) Samba2FileSystem.getAdditionalFileProperties(SmbFileRef f) @NonNull StringSamba2FileSystem.getCanonicalName(@NonNull SmbFileRef f) longSamba2FileSystem.getFileSize(SmbFileRef f) Samba2FileSystem.getModificationTime(SmbFileRef f) @Nullable StringSamba2FileSystem.getName(@NonNull SmbFileRef file) Samba2FileSystem.getParentFolder(@NonNull SmbFileRef f) booleanSamba2FileSystem.isFolder(SmbFileRef smbFileRef) @NonNull DirectoryStream<SmbFileRef> Samba2FileSystem.list(SmbFileRef folder, @NonNull TypeFilter filter) Samba2FileSystem.moveFile(SmbFileRef f, String destinationFolder, boolean createFolder) Samba2FileSystem.readFile(SmbFileRef filename, String charset) Samba2FileSystem.renameFile(@NonNull SmbFileRef source, @NonNull SmbFileRef destination) -
Uses of SmbFileRef in org.frankframework.pipes
Subclasses with type arguments of type SmbFileRef in org.frankframework.pipes -
Uses of SmbFileRef in org.frankframework.receivers
Subclasses with type arguments of type SmbFileRef in org.frankframework.receivers -
Uses of SmbFileRef in org.frankframework.senders
Subclasses with type arguments of type SmbFileRef in org.frankframework.senders