Uses of Enum Class
java.nio.file.AccessMode
Package
Description
Defines interfaces and classes for the Java virtual machine to access files,
file attributes, and file systems.
Service-provider classes for the
java.nio.file
package.-
Uses of AccessMode in java.nio.file
Modifier and TypeMethodDescriptionstatic AccessMode
Returns the enum constant of this class with the specified name.static AccessMode[]
AccessMode.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of AccessMode in java.nio.file.spi
Modifier and TypeMethodDescriptionabstract void
FileSystemProvider.checkAccess
(Path path, AccessMode... modes) Checks the existence, and optionally the accessibility, of a file.