Uses of Enum Class
com.hierynomus.msfscc.FileAttributes
Packages that use FileAttributes
-
Uses of FileAttributes in com.hierynomus.msfscc
Methods in com.hierynomus.msfscc that return FileAttributesModifier and TypeMethodDescriptionstatic FileAttributes
Returns the enum constant of this class with the specified name.static FileAttributes[]
FileAttributes.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of FileAttributes in com.hierynomus.mssmb2.messages
Fields in com.hierynomus.mssmb2.messages with type parameters of type FileAttributesModifier and TypeFieldDescriptionprivate final Set
<FileAttributes> SMB2CreateRequest.fileAttributes
private Set
<FileAttributes> SMB2CreateResponse.fileAttributes
Methods in com.hierynomus.mssmb2.messages that return types with arguments of type FileAttributesMethod parameters in com.hierynomus.mssmb2.messages with type arguments of type FileAttributesModifier and TypeMethodDescriptionvoid
SMB2CreateResponse.setFileAttributes
(Set<FileAttributes> fileAttributes)