Package net.schmizz.sshj.sftp
Class FileAttributes.Builder
java.lang.Object
net.schmizz.sshj.sftp.FileAttributes.Builder
- Enclosing class:
FileAttributes
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
withAtimeMtime
(long atime, long mtime) withExtended
(String type, String data) withExtended
(Map<String, String> ext) withPermissions
(int perms) withPermissions
(Set<FilePermission> perms) withSize
(long size) withType
(FileMode.Type type) withUIDGID
(int uid, int gid)
-
Field Details
-
mask
private int mask -
size
private long size -
atime
private long atime -
mtime
private long mtime -
mode
-
uid
private int uid -
gid
private int gid -
ext
-
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
withSize
-
withAtimeMtime
-
withUIDGID
-
withPermissions
-
withPermissions
-
withType
-
withExtended
-
withExtended
-
build
-