scalax
.
file
attributes
package
attributes
Visibility
Public
All
Type Members
case class
ExecuteAccessAttribute
(
executable:
Boolean
)
extends
FileAttribute
[
Boolean
] with
Product
with
Serializable
abstract
class
FileAttribute
[
T
]
extends
AnyRef
Represents a implementation specific attribute of a file or directory.
case class
GenericFileAttribute
[
T
]
(
name:
String
,
value:
T
)
extends
FileAttribute
[
T
] with
Product
with
Serializable
case class
LastModifiedAttribute
(
value:
Long
)
extends
FileAttribute
[
Long
] with
Product
with
Serializable
case class
ReadAccessAttribute
(
readable:
Boolean
)
extends
FileAttribute
[
Boolean
] with
Product
with
Serializable
case class
WriteAccessAttribute
(
writable:
Boolean
)
extends
FileAttribute
[
Boolean
] with
Product
with
Serializable
Ungrouped