| Package | Description | 
|---|---|
| org.unix4j.unix.ls | 
 Contains private classes used by the  
ls command. | 
| Modifier and Type | Method and Description | 
|---|---|
static LsOption | 
LsOption.findByAcronym(char acronym)
Returns the option with the given  
acronym, or null if no
 such option is found. | 
static LsOption | 
LsOption.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static LsOption[] | 
LsOption.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
EnumSet<LsOption> | 
LsOptionSet_Rahlrt.asSet()
Returns the set with the active options. 
 | 
EnumSet<LsOption> | 
LsOption.asSet()
Returns a new set with  
this active option. | 
Iterator<LsOption> | 
LsOptionSet_Rahlrt.iterator()
Returns an immutable iterator with the active options of this option set. 
 | 
Iterator<LsOption> | 
LsOption.iterator()
Returns an immutable iterator returning o single element:  
this 
 option. | 
Class<LsOption> | 
LsOptionSet_Rahlrt.optionType()  | 
Class<LsOption> | 
LsOption.optionType()  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
LsOptionSet_Rahlrt.isSet(LsOption option)  | 
boolean | 
LsOption.isSet(LsOption option)  | 
boolean | 
LsOptionSet_Rahlrt.useAcronymFor(LsOption option)
Returns true if the  
acronym should be used in
 for the specified option string representations. | 
boolean | 
LsOption.useAcronymFor(LsOption option)
Returns true if the  
acronym should be used for
 the specified option in string representations. | 
| Constructor and Description | 
|---|
Default(LsOption... options)
Constructor for an option set with the given active options. 
 | 
Default(LsOption option)
Constructor for an option set with a single active option. 
 | 
| Constructor and Description | 
|---|
Default(OptionSet<LsOption> optionSet)
Constructor for an option set initialized with the options given by
 another option set. 
 | 
Copyright © 2025. All rights reserved.