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