| Modifier and Type | Method and Description |
|---|---|
static Matcher<Path> |
directory()
Create a matcher for existing directory.
|
static Matcher<Path> |
executable()
Create a matcher for executable file.
|
static Matcher<Path> |
file()
Create a matcher for existing file.
|
static Matcher<Path> |
readable()
Create a matcher for readable file.
|
static Matcher<Path> |
writable()
Create a matcher for writable file.
|
public static Matcher<Path> file()
public static Matcher<Path> directory()
public static Matcher<Path> readable()
public static Matcher<Path> writable()
Copyright © 2022. All rights reserved.