public final class VerifyParameters
extends java.lang.Object
)
.Modifier and Type | Class and Description |
---|---|
static class |
VerifyParameters.VerifyParametersBuilder
A class for constructing a new verify parameters object.
|
Modifier and Type | Field and Description |
---|---|
static VerifyParameters |
DEFAULT |
Modifier and Type | Method and Description |
---|---|
static VerifyParameters.VerifyParametersBuilder |
build()
Starts building new verify parameters.
|
boolean |
isNumeric()
Returns if user id and permissions failures should be reported numerically.
|
boolean |
isRecursive()
Returns if recursive verification is enabled, i.e.
|
boolean |
isVerifyAttributes()
Returns if file attributes (last modification time, file ownerships and access permissions)
are checked, too.
|
public static final VerifyParameters DEFAULT
public static VerifyParameters.VerifyParametersBuilder build()
VerifyParameters.VerifyParametersBuilder
.public boolean isRecursive()
public boolean isNumeric()
public boolean isVerifyAttributes()