Package org.assertj.core.internal
Class NioFilesWrapper
java.lang.Object
org.assertj.core.internal.NioFilesWrapper
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
exists
(Path path, LinkOption... options) static NioFilesWrapper
instance()
Returns the singleton instance of this class.boolean
isDirectory
(Path path) boolean
isExecutable
(Path path) boolean
isReadable
(Path path) boolean
isRegularFile
(Path path) boolean
isSymbolicLink
(Path path) boolean
isWritable
(Path path) boolean
notExists
(Path path, LinkOption... options)
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
NioFilesWrapper
NioFilesWrapper()
-
-
Method Details
-
instance
Returns the singleton instance of this class.- Returns:
- the singleton instance of this class.
-
isRegularFile
-
isSymbolicLink
-
isDirectory
-
exists
-
notExists
-
isReadable
-
isWritable
-
isExecutable
-