Package | Description |
---|---|
org.unix4j.unix.find |
Contains private classes used by the
find command. |
Modifier and Type | Field and Description |
---|---|
FindOptionSet_acimnorxz |
FindOptionSet_acimnorxz.i
Option
"-i" : Use case insensitive matching when applying the file name pattern
specified by the name operand |
FindOptionSet_acimnorxz |
FindOptionSet_acimnorxz.ignoreCase
Option
"--ignoreCase" : Use case insensitive matching when applying the file name pattern
specified by the name operand |
FindOptionSet_acimnorxz |
FindOptionSet_acimnorxz.n
Option
"-n" : Consider only files that have been created, modified or accessed
after or at the time specified by the time operand (the default) |
FindOptionSet_acimnorxz |
FindOptionSet_acimnorxz.o
Option
"-o" : Consider only files that have been created, modified or accessed
before or at the time specified by the time operand |
FindOptionSet_acimnorxz |
FindOptionSet_acimnorxz.print0
Option
"--print0" : Print the full file name on the standard output, followed by a null
character (instead of the newline character used by default). |
FindOptionSet_acimnorxz |
FindOptionSet_acimnorxz.r
Option
"-r" : Use full regular expression syntax for the patterns specified by the
name operand |
FindOptionSet_acimnorxz |
FindOptionSet_acimnorxz.regex
Option
"--regex" : Use full regular expression syntax for the patterns specified by the
name operand |
FindOptionSet_acimnorxz |
FindOptionSet_acimnorxz.timeNewer
Option
"--timeNewer" : Consider only files that have been created, modified or accessed
after or at the time specified by the time operand (the default) |
FindOptionSet_acimnorxz |
FindOptionSet_acimnorxz.timeOlder
Option
"--timeOlder" : Consider only files that have been created, modified or accessed
before or at the time specified by the time operand |
FindOptionSet_acimnorxz |
FindOptionSet_acdfilmnorxz.typeOther
Option
"--typeOther" : Consider only files that are neither of directory (d),
regular file (f) or symlink (l). |
FindOptionSet_acimnorxz |
FindOptionSet_acimnorxz.typeOther
Option
"--typeOther" : Consider only files that are neither of directory (d),
regular file (f) or symlink (l). |
FindOptionSet_acimnorxz |
FindOptionSets.typeOther
Option
"--typeOther" : Consider only files that are neither of directory (d),
regular file (f) or symlink (l). |
FindOptionSet_acimnorxz |
FindOptionSet_acdfilmnorxz.x
Option
"-x" : Consider only files that are neither of directory (d),
regular file (f) or symlink (l). |
FindOptionSet_acimnorxz |
FindOptionSet_acimnorxz.x
Option
"-x" : Consider only files that are neither of directory (d),
regular file (f) or symlink (l). |
FindOptionSet_acimnorxz |
FindOptionSets.x
Option
"-x" : Consider only files that are neither of directory (d),
regular file (f) or symlink (l). |
FindOptionSet_acimnorxz |
FindOptionSet_acimnorxz.z
Option
"-z" : Print the full file name on the standard output, followed by a null
character (instead of the newline character used by default). |
Modifier and Type | Method and Description |
---|---|
static FindOptionSet_acimnorxz |
FindOptionSet_acimnorxz.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FindOptionSet_acimnorxz[] |
FindOptionSet_acimnorxz.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2024. All rights reserved.