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 FileAttributesReturns 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.fileAttributesprivate Set<FileAttributes> SMB2CreateResponse.fileAttributesMethods 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 TypeMethodDescriptionvoidSMB2CreateResponse.setFileAttributes(Set<FileAttributes> fileAttributes)