Package | Description |
---|---|
org.unix4j.unix.ls |
Contains private classes used by the
ls command. |
Modifier and Type | Method and Description |
---|---|
LsArguments |
LsArguments.getForContext(ExecutionContext context) |
Modifier and Type | Method and Description |
---|---|
LsFormatter |
LsFormatter.Factory.create(File relativeTo,
File directory,
List<File> directoryFiles,
LsArguments args)
Creates and returns a new formatter for the files in the specified
directory . |
protected String |
LsFormatterLong.getName(File relativeTo,
File file,
LsArguments args) |
(package private) static String |
LsCommand.getSizeString(LsArguments args,
long bytes) |
boolean |
LsFormatterLong.writeFormatted(File relativeTo,
File file,
LsArguments args,
LineProcessor output) |
boolean |
LsFormatterShort.writeFormatted(File relativeTo,
File file,
LsArguments args,
LineProcessor output) |
boolean |
LsFormatterDirectoryHeader.writeFormatted(File relativeTo,
File file,
LsArguments args,
LineProcessor output) |
boolean |
LsFormatter.writeFormatted(File relativeTo,
File file,
LsArguments args,
LineProcessor output)
Writes information of the given file to the
output . |
Constructor and Description |
---|
LsCommand(LsArguments arguments) |
LsFormatterDirectoryHeader(List<File> directoryFiles,
LsArguments args) |
LsFormatterLong(List<File> directoryFiles,
LsArguments args) |
Copyright © 2024. All rights reserved.