Package | Description |
---|---|
org.unix4j.unix.find |
Contains private classes used by the
find command. |
Modifier and Type | Field and Description |
---|---|
FindOptionSet_ailnorz |
FindOptionSet_ailnorz.a
Option
"-a" : The time operand refers to the last access time of the file |
FindOptionSet_ailnorz |
FindOptionSet_acilmnorz.a
Option
"-a" : The time operand refers to the last access time of the file |
FindOptionSet_ailnorz |
FindOptionSet_ailnorz.i
Option
"-i" : Use case insensitive matching when applying the file name pattern
specified by the name operand |
FindOptionSet_ailnorz |
FindOptionSet_ailnorz.ignoreCase
Option
"--ignoreCase" : Use case insensitive matching when applying the file name pattern
specified by the name operand |
FindOptionSet_ailnorz |
FindOptionSet_ailnorz.l
Option
"-l" : Consider only symbolic links |
FindOptionSet_ailnorz |
FindOptionSet_adfilnorxz.l
Option
"-l" : Consider only symbolic links |
FindOptionSet_ailnorz |
FindOptionSet_ailnorz.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_ailnorz |
FindOptionSet_ailnorz.o
Option
"-o" : Consider only files that have been created, modified or accessed
before or at the time specified by the time operand |
FindOptionSet_ailnorz |
FindOptionSet_ailnorz.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_ailnorz |
FindOptionSet_ailnorz.r
Option
"-r" : Use full regular expression syntax for the patterns specified by the
name operand |
FindOptionSet_ailnorz |
FindOptionSet_ailnorz.regex
Option
"--regex" : Use full regular expression syntax for the patterns specified by the
name operand |
FindOptionSet_ailnorz |
FindOptionSet_ailnorz.timeAccess
Option
"--timeAccess" : The time operand refers to the last access time of the file |
FindOptionSet_ailnorz |
FindOptionSet_acilmnorz.timeAccess
Option
"--timeAccess" : The time operand refers to the last access time of the file |
FindOptionSet_ailnorz |
FindOptionSet_ailnorz.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_ailnorz |
FindOptionSet_ailnorz.timeOlder
Option
"--timeOlder" : Consider only files that have been created, modified or accessed
before or at the time specified by the time operand |
FindOptionSet_ailnorz |
FindOptionSet_ailnorz.typeSymlink
Option
"--typeSymlink" : Consider only symbolic links |
FindOptionSet_ailnorz |
FindOptionSet_adfilnorxz.typeSymlink
Option
"--typeSymlink" : Consider only symbolic links |
FindOptionSet_ailnorz |
FindOptionSet_ailnorz.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_ailnorz |
FindOptionSet_ailnorz.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FindOptionSet_ailnorz[] |
FindOptionSet_ailnorz.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2024. All rights reserved.