Uses of Enum Class
java.nio.file.AccessMode Java DOCS
Packages that use 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
Subclasses with type arguments of type AccessMode in java.nio.fileModifier and TypeClassDescriptionenum
Defines access modes used to test the accessibility of a file.Methods in java.nio.file that return AccessModeModifier 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
Methods in java.nio.file.spi with parameters of type AccessModeModifier and TypeMethodDescriptionabstract void
FileSystemProvider.checkAccess
(Path path, AccessMode... modes) Checks the existence, and optionally the accessibility, of a file.