Package | Description |
---|---|
org.unix4j.unix.find |
Contains private classes used by the
find command. |
Modifier and Type | Class and Description |
---|---|
static class |
TimeFilter.TimeComparator |
static class |
TimeFilter.TimeType |
(package private) class |
TypeFilter
File filter based on file type.
|
Modifier and Type | Method and Description |
---|---|
static <O extends Option,E extends Enum<E> & Optionable<O>> |
OptionableUtil.findEnumByOption(Class<E> enumClass,
O option)
Finds an enum constant by a given option through the enum/option
association given by the
Optionable interface implemented by the
enum. |
static <O extends Option,E extends Enum<E> & Optionable<O>> |
OptionableUtil.findFirstEnumByOptionInSet(Class<E> enumClass,
OptionSet<O> optionSet,
E defaultEnum)
Finds an enum constant by a comparing the options associated with the
enum constant with the options in the specified set.
|
Copyright © 2024. All rights reserved.