Uses of Interface
com.github.cowwoc.requirements10.java.validator.PathValidator
Packages that use PathValidator
Package
Description
-
Uses of PathValidator in com.github.cowwoc.requirements10.java
Methods in com.github.cowwoc.requirements10.java that return PathValidatorModifier and TypeMethodDescriptionstatic PathValidator
Validates the state of aPath
.static PathValidator
Validates the state of aPath
.Validates the state of aPath
.Validates the state of aPath
.static PathValidator
DefaultJavaValidators.requireThat
(Path value, String name) Validates the state of aPath
.JavaRequireThat.requireThat
(Path value, String name) Validates the state of aPath
.static PathValidator
Validates the state of aPath
.static PathValidator
Validates the state of aPath
.Validates the state of aPath
.Validates the state of aPath
. -
Uses of PathValidator in com.github.cowwoc.requirements10.java.validator
Methods in com.github.cowwoc.requirements10.java.validator that return PathValidatorModifier and TypeMethodDescriptionEnsures that the path contains another path.Ensures that the path contains another path.PathValidator.exists()
Ensures that the path exists.PathValidator.isAbsolute()
Ensures that the path is absolute.PathValidator.isDirectory
(LinkOption... options) Ensures that the path is a directory.PathValidator.isRegularFile
(LinkOption... options) Ensures that the path is a regular file.PathValidator.isRelative()
Ensures that the path is relative.