Package | Description |
---|---|
org.unix4j |
Provides a single class
Unix4j with static methods
serving as entry point to build commands and command chains joining several
commands. |
org.unix4j.unix |
Provides implementations for commands inspired by well known unix commands.
|
org.unix4j.unix.find |
Contains private classes used by the
find command. |
Modifier and Type | Method and Description |
---|---|
static Unix4jCommandBuilder |
Unix4j.find(FindOptions options,
Date time)
Finds all files that have been created, modified or accessed before
or after the specified
time (depending on the given
-time... options). |
static Unix4jCommandBuilder |
Unix4j.find(FindOptions options,
Date time,
String name)
Finds all files matching the given
name that have been
created, modified or accessed before or after the specified
time (depending on the given -time... options). |
static Unix4jCommandBuilder |
Unix4j.find(FindOptions options,
long size)
Finds all files matching the specified file
size in or below
the user's current working directory and writes the file names to
the standard output. |
static Unix4jCommandBuilder |
Unix4j.find(FindOptions options,
long size,
Date time,
String name)
Finds all files matching the given
name and size and
have been created, modified or accessed before or after the specified
time (depending on the given -time... options). |
static Unix4jCommandBuilder |
Unix4j.find(FindOptions options,
long size,
String name)
Finds all files matching the specified file
name and
size in or below the user's current working directory and
writes the file names to the standard output. |
static Unix4jCommandBuilder |
Unix4j.find(FindOptions options,
String name)
Finds all files matching the specified
name in or below the
user's current working directory and writes the file names to the
standard output. |
static Unix4jCommandBuilder |
Unix4j.find(FindOptions options,
String path,
Date time)
Finds all files that have been created, modified or accessed before
or after the specified
time (depending on the given
-time... options). |
static Unix4jCommandBuilder |
Unix4j.find(FindOptions options,
String path,
Date time,
String name)
Finds all files matching the given
name that have been
created, modified or accessed before or after the specified
time (depending on the given -time... options). |
static Unix4jCommandBuilder |
Unix4j.find(FindOptions options,
String path,
long size)
Finds all files matching the specified file
size in or below
the directory specified by path and writes the file names
to the standard output. |
static Unix4jCommandBuilder |
Unix4j.find(FindOptions options,
String path,
long size,
Date time,
String name)
Finds all files matching the given
name and size and
have been created, modified or accessed before or after the specified
time (depending on the given -time... options). |
static Unix4jCommandBuilder |
Unix4j.find(FindOptions options,
String path,
long size,
String name)
Finds all files matching the specified file
name and
size in or below the directory specified by path
and writes the file names to the standard output. |
static Unix4jCommandBuilder |
Unix4j.find(FindOptions options,
String path,
String name)
Finds all files matching the specified
name in or below the
directory specified by path and writes the file names to
the standard output. |
Modifier and Type | Method and Description |
---|---|
Unix4jCommandBuilder |
Unix4jCommandBuilder.find(FindOptions options,
Date time)
Finds all files that have been created, modified or accessed before
or after the specified
time (depending on the given
-time... options). |
Unix4jCommandBuilder |
DefaultUnix4jCommandBuilder.find(FindOptions options,
Date time) |
R |
Find.Interface.find(FindOptions options,
Date time)
Finds all files that have been created, modified or accessed before
or after the specified
time (depending on the given
-time... options). |
Unix4jCommandBuilder |
Unix4jCommandBuilder.find(FindOptions options,
Date time,
String name)
Finds all files matching the given
name that have been
created, modified or accessed before or after the specified
time (depending on the given -time... options). |
Unix4jCommandBuilder |
DefaultUnix4jCommandBuilder.find(FindOptions options,
Date time,
String name) |
R |
Find.Interface.find(FindOptions options,
Date time,
String name)
Finds all files matching the given
name that have been
created, modified or accessed before or after the specified
time (depending on the given -time... options). |
Unix4jCommandBuilder |
Unix4jCommandBuilder.find(FindOptions options,
long size)
Finds all files matching the specified file
size in or below
the user's current working directory and writes the file names to
the standard output. |
Unix4jCommandBuilder |
DefaultUnix4jCommandBuilder.find(FindOptions options,
long size) |
R |
Find.Interface.find(FindOptions options,
long size)
Finds all files matching the specified file
size in or below
the user's current working directory and writes the file names to
the standard output. |
Unix4jCommandBuilder |
Unix4jCommandBuilder.find(FindOptions options,
long size,
Date time,
String name)
Finds all files matching the given
name and size and
have been created, modified or accessed before or after the specified
time (depending on the given -time... options). |
Unix4jCommandBuilder |
DefaultUnix4jCommandBuilder.find(FindOptions options,
long size,
Date time,
String name) |
R |
Find.Interface.find(FindOptions options,
long size,
Date time,
String name)
Finds all files matching the given
name and size and
have been created, modified or accessed before or after the specified
time (depending on the given -time... options). |
Unix4jCommandBuilder |
Unix4jCommandBuilder.find(FindOptions options,
long size,
String name)
Finds all files matching the specified file
name and
size in or below the user's current working directory and
writes the file names to the standard output. |
Unix4jCommandBuilder |
DefaultUnix4jCommandBuilder.find(FindOptions options,
long size,
String name) |
R |
Find.Interface.find(FindOptions options,
long size,
String name)
Finds all files matching the specified file
name and
size in or below the user's current working directory and
writes the file names to the standard output. |
Unix4jCommandBuilder |
Unix4jCommandBuilder.find(FindOptions options,
String name)
Finds all files matching the specified
name in or below the
user's current working directory and writes the file names to the
standard output. |
Unix4jCommandBuilder |
DefaultUnix4jCommandBuilder.find(FindOptions options,
String name) |
R |
Find.Interface.find(FindOptions options,
String name)
Finds all files matching the specified
name in or below the
user's current working directory and writes the file names to the
standard output. |
Unix4jCommandBuilder |
Unix4jCommandBuilder.find(FindOptions options,
String path,
Date time)
Finds all files that have been created, modified or accessed before
or after the specified
time (depending on the given
-time... options). |
Unix4jCommandBuilder |
DefaultUnix4jCommandBuilder.find(FindOptions options,
String path,
Date time) |
R |
Find.Interface.find(FindOptions options,
String path,
Date time)
Finds all files that have been created, modified or accessed before
or after the specified
time (depending on the given
-time... options). |
Unix4jCommandBuilder |
Unix4jCommandBuilder.find(FindOptions options,
String path,
Date time,
String name)
Finds all files matching the given
name that have been
created, modified or accessed before or after the specified
time (depending on the given -time... options). |
Unix4jCommandBuilder |
DefaultUnix4jCommandBuilder.find(FindOptions options,
String path,
Date time,
String name) |
R |
Find.Interface.find(FindOptions options,
String path,
Date time,
String name)
Finds all files matching the given
name that have been
created, modified or accessed before or after the specified
time (depending on the given -time... options). |
Unix4jCommandBuilder |
Unix4jCommandBuilder.find(FindOptions options,
String path,
long size)
Finds all files matching the specified file
size in or below
the directory specified by path and writes the file names
to the standard output. |
Unix4jCommandBuilder |
DefaultUnix4jCommandBuilder.find(FindOptions options,
String path,
long size) |
R |
Find.Interface.find(FindOptions options,
String path,
long size)
Finds all files matching the specified file
size in or below
the directory specified by path and writes the file names
to the standard output. |
Unix4jCommandBuilder |
Unix4jCommandBuilder.find(FindOptions options,
String path,
long size,
Date time,
String name)
Finds all files matching the given
name and size and
have been created, modified or accessed before or after the specified
time (depending on the given -time... options). |
Unix4jCommandBuilder |
DefaultUnix4jCommandBuilder.find(FindOptions options,
String path,
long size,
Date time,
String name) |
R |
Find.Interface.find(FindOptions options,
String path,
long size,
Date time,
String name)
Finds all files matching the given
name and size and
have been created, modified or accessed before or after the specified
time (depending on the given -time... options). |
Unix4jCommandBuilder |
Unix4jCommandBuilder.find(FindOptions options,
String path,
long size,
String name)
Finds all files matching the specified file
name and
size in or below the directory specified by path
and writes the file names to the standard output. |
Unix4jCommandBuilder |
DefaultUnix4jCommandBuilder.find(FindOptions options,
String path,
long size,
String name) |
R |
Find.Interface.find(FindOptions options,
String path,
long size,
String name)
Finds all files matching the specified file
name and
size in or below the directory specified by path
and writes the file names to the standard output. |
Unix4jCommandBuilder |
Unix4jCommandBuilder.find(FindOptions options,
String path,
String name)
Finds all files matching the specified
name in or below the
directory specified by path and writes the file names to
the standard output. |
Unix4jCommandBuilder |
DefaultUnix4jCommandBuilder.find(FindOptions options,
String path,
String name) |
R |
Find.Interface.find(FindOptions options,
String path,
String name)
Finds all files matching the specified
name in or below the
directory specified by path and writes the file names to
the standard output. |
Modifier and Type | Class and Description |
---|---|
class |
FindOption
Options for the
find command. |
static class |
FindOptions.Default
Default implementation for a modifiable option set.
|
class |
FindOptionSet_acdfilmnorxz
|
class |
FindOptionSet_acdimnorz
|
class |
FindOptionSet_acfimnorz
|
class |
FindOptionSet_acilmnorz
|
class |
FindOptionSet_acimnorxz
|
class |
FindOptionSet_adfilnorxz
|
class |
FindOptionSet_adinorz
|
class |
FindOptionSet_afinorz
|
class |
FindOptionSet_ailnorz
|
class |
FindOptionSet_ainorxz
|
class |
FindOptionSet_cdfilnorxz
|
class |
FindOptionSet_cdinorz
|
class |
FindOptionSet_cfinorz
|
class |
FindOptionSet_cilnorz
|
class |
FindOptionSet_cinorxz
|
class |
FindOptionSet_dfilmnorxz
|
class |
FindOptionSet_dimnorz
|
class |
FindOptionSet_fimnorz
|
class |
FindOptionSet_ilmnorz
|
class |
FindOptionSet_imnorxz
|
Modifier and Type | Field and Description |
---|---|
static FindOptions |
FindOptions.EMPTY
Constant for an empty option set.
|
Modifier and Type | Field and Description |
---|---|
static ValueConverter<FindOptions> |
FindOptions.CONVERTER
Value converter for
FindOptions based on an OptionSetConverters.OptionSetConverter . |
Modifier and Type | Method and Description |
---|---|
FindOptions |
FindArguments.getOptions()
Returns the options set containing the selected command options.
|
Modifier and Type | Method and Description |
---|---|
FindCommand |
FindFactory.find(FindOptions options,
Date time) |
FindCommand |
FindFactory.find(FindOptions options,
Date time,
String name) |
FindCommand |
FindFactory.find(FindOptions options,
long size) |
FindCommand |
FindFactory.find(FindOptions options,
long size,
Date time,
String name) |
FindCommand |
FindFactory.find(FindOptions options,
long size,
String name) |
FindCommand |
FindFactory.find(FindOptions options,
String name) |
FindCommand |
FindFactory.find(FindOptions options,
String path,
Date time) |
FindCommand |
FindFactory.find(FindOptions options,
String path,
Date time,
String name) |
FindCommand |
FindFactory.find(FindOptions options,
String path,
long size) |
FindCommand |
FindFactory.find(FindOptions options,
String path,
long size,
Date time,
String name) |
FindCommand |
FindFactory.find(FindOptions options,
String path,
long size,
String name) |
FindCommand |
FindFactory.find(FindOptions options,
String path,
String name) |
static TypeFilter |
TypeFilter.valueOf(FindOptions options)
Returns the (first) type filter constant if such an option is set, and
null if no type option is found.
|
Constructor and Description |
---|
FindArguments(FindOptions options)
Constructor with option set containing the selected command options.
|
TimeFilter(Date time,
FindOptions options) |
Copyright © 2024. All rights reserved.