JavaScript is disabled on your browser.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Hierarchy For All Packages
Package Hierarchies:
org.unix4j
,
org.unix4j.builder
,
org.unix4j.unix
,
org.unix4j.unix.cat
,
org.unix4j.unix.cd
,
org.unix4j.unix.cut
,
org.unix4j.unix.echo
,
org.unix4j.unix.find
,
org.unix4j.unix.from
,
org.unix4j.unix.grep
,
org.unix4j.unix.head
,
org.unix4j.unix.ls
,
org.unix4j.unix.sed
,
org.unix4j.unix.sort
,
org.unix4j.unix.tail
,
org.unix4j.unix.uniq
,
org.unix4j.unix.wc
,
org.unix4j.unix.xargs
Class Hierarchy
java.lang.
Object
org.unix4j.command.
AbstractCommand
<A> (implements org.unix4j.command.
Command
<A>)
org.unix4j.unix.cat.
CatCommand
org.unix4j.unix.cd.
CdCommand
org.unix4j.unix.cut.
CutCommand
org.unix4j.unix.echo.
EchoCommand
org.unix4j.unix.find.
FindCommand
org.unix4j.unix.from.
FromCommand
org.unix4j.unix.grep.
GrepCommand
org.unix4j.unix.head.
HeadCommand
org.unix4j.unix.ls.
LsCommand
org.unix4j.unix.sed.
SedCommand
org.unix4j.unix.sort.
SortCommand
org.unix4j.unix.tail.
TailCommand
org.unix4j.unix.uniq.
UniqCommand
org.unix4j.unix.wc.
WcCommand
org.unix4j.unix.xargs.
XargsCommand
org.unix4j.processor.
AbstractLineProcessor
<A> (implements org.unix4j.processor.
LineProcessor
)
org.unix4j.unix.grep.
AbstractGrepProcessor
org.unix4j.unix.grep.
WriteMatchingLinesProcessor
org.unix4j.unix.head.
AbstractHeadProcessor
org.unix4j.unix.head.
HeadCharsProcessor
org.unix4j.unix.head.
HeadLinesProcessor
org.unix4j.unix.sort.
AbstractSortProcessor
org.unix4j.unix.sort.
CheckProcessor
org.unix4j.unix.sort.
MergeProcessor
org.unix4j.unix.sort.
SortProcessor
org.unix4j.unix.sort.
UniqueSortProcessor
org.unix4j.unix.tail.
AbstractTailProcessor
org.unix4j.unix.tail.
TailCharsFromEndProcessor
org.unix4j.unix.tail.
TailCharsFromStartProcessor
org.unix4j.unix.tail.
TailLinesFromEndProcessor
org.unix4j.unix.tail.
TailLinesFromStartProcessor
org.unix4j.unix.cat.
CatProcessor
org.unix4j.unix.cat.
NumberLinesProcessor
org.unix4j.unix.cat.
SqueezeEmptyLinesProcessor
org.unix4j.unix.uniq.
UniqProcessor
org.unix4j.unix.uniq.
AdjacentProcessor
org.unix4j.unix.uniq.
AdjacentProcessor.Normal
org.unix4j.unix.uniq.
AdjacentProcessor.UniqueDuplicateCount
org.unix4j.unix.uniq.
AdjacentProcessor.Count
org.unix4j.unix.uniq.
AdjacentProcessor.DuplicateOnly
org.unix4j.unix.uniq.
AdjacentProcessor.UniqueOnly
org.unix4j.unix.uniq.
GlobalProcessor
org.unix4j.unix.uniq.
GlobalProcessor.Normal
org.unix4j.unix.uniq.
GlobalProcessor.UniqueDuplicateCount
org.unix4j.unix.uniq.
GlobalProcessor.Count
org.unix4j.unix.uniq.
GlobalProcessor.DuplicateOnly
org.unix4j.unix.uniq.
GlobalProcessor.UniqueOnly
org.unix4j.unix.wc.
WcProcessor
org.unix4j.unix.xargs.
XargsLineProcessor
org.unix4j.unix.sed.
AbstractSedProcessor
(implements org.unix4j.processor.
LineProcessor
)
org.unix4j.unix.sed.
AbstractRegexpProcessor
org.unix4j.unix.sed.
AbstractTextProcessor
org.unix4j.unix.sed.
AppendProcessor
org.unix4j.unix.sed.
ChangeProcessor
org.unix4j.unix.sed.
InsertProcessor
org.unix4j.unix.sed.
DeleteProcessor
org.unix4j.unix.sed.
PrintProcessor
org.unix4j.unix.sed.
SubstituteProcessor
org.unix4j.unix.sed.
TranslateProcessor
org.unix4j.unix.
Cat
org.unix4j.unix.cat.
CatArguments
(implements org.unix4j.command.
Arguments
<A>)
org.unix4j.unix.cat.
CatFactory
(implements org.unix4j.unix.
Cat.Interface
<R>)
org.unix4j.unix.cat.
CatOptionSets
org.unix4j.unix.
Cd
org.unix4j.unix.cd.
CdArguments
(implements org.unix4j.command.
Arguments
<A>)
org.unix4j.unix.cd.
CdFactory
(implements org.unix4j.unix.
Cd.Interface
<R>)
org.unix4j.unix.xargs.
CharDelimitedItemizer
(implements org.unix4j.unix.xargs.
Itemizer
)
org.unix4j.unix.sed.
CharMap
org.unix4j.unix.find.
CompositeFileFilter
(implements java.io.
FileFilter
)
org.unix4j.unix.wc.
Counters
org.unix4j.unix.uniq.
CountUtil
org.unix4j.unix.
Cut
org.unix4j.unix.cut.
CutArguments
(implements org.unix4j.command.
Arguments
<A>)
org.unix4j.unix.cut.
CutFactory
(implements org.unix4j.unix.
Cut.Interface
<R>)
org.unix4j.unix.cut.
CutOptionSets
org.unix4j.builder.
DefaultCommandBuilder
(implements org.unix4j.builder.
CommandBuilder
)
org.unix4j.builder.
DefaultUnix4jCommandBuilder
(implements org.unix4j.builder.
Unix4jCommandBuilder
)
org.unix4j.processor.
DefaultInputProcessor
(implements org.unix4j.processor.
InputProcessor
)
org.unix4j.unix.grep.
CountMatchingLinesProcessor
(implements org.unix4j.processor.
LineProcessor
)
org.unix4j.unix.wc.
WcFileProcessor
org.unix4j.unix.grep.
WriteFilesWithMatchingLinesProcessor
(implements org.unix4j.processor.
LineProcessor
)
org.unix4j.unix.xargs.
DefaultItemStorage
(implements org.unix4j.unix.xargs.
ItemStorage
, org.unix4j.variable.
VariableResolver
)
org.unix4j.option.
DefaultOptionSet
<E> (implements java.lang.
Cloneable
, java.lang.
Iterable
<T>, org.unix4j.option.
OptionSet
<O>)
org.unix4j.unix.cat.
CatOptions.Default
(implements org.unix4j.unix.cat.
CatOptions
)
org.unix4j.unix.cut.
CutOptions.Default
(implements org.unix4j.unix.cut.
CutOptions
)
org.unix4j.unix.echo.
EchoOptions.Default
(implements org.unix4j.unix.echo.
EchoOptions
)
org.unix4j.unix.find.
FindOptions.Default
(implements org.unix4j.unix.find.
FindOptions
)
org.unix4j.unix.grep.
GrepOptions.Default
(implements org.unix4j.unix.grep.
GrepOptions
)
org.unix4j.unix.head.
HeadOptions.Default
(implements org.unix4j.unix.head.
HeadOptions
)
org.unix4j.unix.ls.
LsOptions.Default
(implements org.unix4j.unix.ls.
LsOptions
)
org.unix4j.unix.sed.
SedOptions.Default
(implements org.unix4j.unix.sed.
SedOptions
)
org.unix4j.unix.sort.
SortOptions.Default
(implements org.unix4j.unix.sort.
SortOptions
)
org.unix4j.unix.tail.
TailOptions.Default
(implements org.unix4j.unix.tail.
TailOptions
)
org.unix4j.unix.uniq.
UniqOptions.Default
(implements org.unix4j.unix.uniq.
UniqOptions
)
org.unix4j.unix.wc.
WcOptions.Default
(implements org.unix4j.unix.wc.
WcOptions
)
org.unix4j.unix.xargs.
XargsOptions.Default
(implements org.unix4j.unix.xargs.
XargsOptions
)
org.unix4j.unix.
Echo
org.unix4j.unix.echo.
EchoArguments
(implements org.unix4j.command.
Arguments
<A>)
org.unix4j.unix.echo.
EchoFactory
(implements org.unix4j.unix.
Echo.Interface
<R>)
org.unix4j.unix.echo.
EchoOptionSets
org.unix4j.unix.find.
FileAttributes
org.unix4j.unix.find.
FileAttributes7
org.unix4j.unix.ls.
FileComparators
org.unix4j.unix.
Find
org.unix4j.unix.find.
FindArguments
(implements org.unix4j.command.
Arguments
<A>)
org.unix4j.unix.find.
FindFactory
(implements org.unix4j.unix.
Find.Interface
<R>)
org.unix4j.unix.find.
FindOptionSets
org.unix4j.unix.grep.
FixedStringMatcher
(implements org.unix4j.unix.grep.
LineMatcher
)
org.unix4j.unix.grep.
FixedStringMatcher.IgnoreCase
org.unix4j.unix.grep.
FixedStringMatcher.Standard
org.unix4j.unix.grep.
FixedStringMatcher.WholeLine
org.unix4j.unix.grep.
FixedStringMatcher.WholeLineIgnoreCase
org.unix4j.unix.
From
org.unix4j.unix.from.
FromArguments
(implements org.unix4j.command.
Arguments
<A>)
org.unix4j.unix.from.
FromFactory
(implements org.unix4j.unix.
From.Interface
<R>)
org.unix4j.unix.
Grep
org.unix4j.unix.grep.
GrepArguments
(implements org.unix4j.command.
Arguments
<A>)
org.unix4j.unix.grep.
GrepFactory
(implements org.unix4j.unix.
Grep.Interface
<R>)
org.unix4j.unix.grep.
GrepOptionSets
org.unix4j.unix.
Head
org.unix4j.unix.head.
HeadArguments
(implements org.unix4j.command.
Arguments
<A>)
org.unix4j.unix.head.
HeadFactory
(implements org.unix4j.unix.
Head.Interface
<R>)
org.unix4j.unix.head.
HeadOptionSets
org.unix4j.unix.grep.
InvertedMatcher
(implements org.unix4j.unix.grep.
LineMatcher
)
org.unix4j.unix.
Ls
org.unix4j.unix.ls.
LsArguments
(implements org.unix4j.command.
Arguments
<A>)
org.unix4j.unix.ls.
LsFactory
(implements org.unix4j.unix.
Ls.Interface
<R>)
org.unix4j.unix.ls.
LsFormatterDirectoryHeader
(implements org.unix4j.unix.ls.
LsFormatter
)
org.unix4j.unix.ls.
LsFormatterLong
(implements org.unix4j.unix.ls.
LsFormatter
)
org.unix4j.unix.ls.
LsFormatterLong7
org.unix4j.unix.ls.
LsFormatterShort
(implements org.unix4j.unix.ls.
LsFormatter
)
org.unix4j.unix.ls.
LsOptionSets
org.unix4j.unix.find.
NameFilter
(implements java.io.
FileFilter
)
org.unix4j.unix.find.
OptionableUtil
org.unix4j.unix.find.
RegexFilter
(implements java.io.
FileFilter
)
org.unix4j.unix.grep.
RegexpMatcher
(implements org.unix4j.unix.grep.
LineMatcher
)
org.unix4j.unix.
Sed
org.unix4j.unix.sed.
SedArguments
(implements org.unix4j.command.
Arguments
<A>)
org.unix4j.unix.sed.
SedFactory
(implements org.unix4j.unix.
Sed.Interface
<R>)
org.unix4j.unix.sed.
SedOptionSets
org.unix4j.unix.find.
SizeFilter
(implements java.io.
FileFilter
)
org.unix4j.unix.
Sort
org.unix4j.unix.sort.
SortArguments
(implements org.unix4j.command.
Arguments
<A>)
org.unix4j.unix.sort.
SortFactory
(implements org.unix4j.unix.
Sort.Interface
<R>)
org.unix4j.unix.sort.
SortOptionSets
org.unix4j.unix.
Tail
org.unix4j.unix.tail.
TailArguments
(implements org.unix4j.command.
Arguments
<A>)
org.unix4j.unix.tail.
TailFactory
(implements org.unix4j.unix.
Tail.Interface
<R>)
org.unix4j.unix.tail.
TailOptionSets
org.unix4j.unix.find.
TimeFilter
(implements java.io.
FileFilter
)
org.unix4j.unix.
Uniq
org.unix4j.unix.uniq.
UniqArguments
(implements org.unix4j.command.
Arguments
<A>)
org.unix4j.unix.uniq.
UniqFactory
(implements org.unix4j.unix.
Uniq.Interface
<R>)
org.unix4j.unix.uniq.
UniqOptionSets
org.unix4j.
Unix4j
org.unix4j.unix.
Wc
org.unix4j.unix.wc.
WcArguments
(implements org.unix4j.command.
Arguments
<A>)
org.unix4j.unix.wc.
WcFactory
(implements org.unix4j.unix.
Wc.Interface
<R>)
org.unix4j.unix.wc.
WcMultipleFilesProcessor
(implements org.unix4j.processor.
LineProcessor
)
org.unix4j.unix.wc.
WcOptionSets
org.unix4j.unix.xargs.
WhitespaceItemizer
(implements org.unix4j.unix.xargs.
Itemizer
)
org.unix4j.unix.
Xargs
org.unix4j.unix.xargs.
XargsArguments
(implements org.unix4j.command.
Arguments
<A>)
org.unix4j.unix.xargs.
XargsFactory
(implements org.unix4j.unix.
Xargs.Interface
<R>)
org.unix4j.unix.xargs.
XargsOptionSets
org.unix4j.unix.xargs.
XargsOutput
(implements org.unix4j.processor.
LineProcessor
)
Interface Hierarchy
org.unix4j.command.
CommandInterface
<R>
org.unix4j.unix.
Cat.Interface
<R>
org.unix4j.builder.
Unix4jCommandBuilder
(also extends org.unix4j.unix.
Cd.Interface
<R>, org.unix4j.builder.
CommandBuilder
, org.unix4j.unix.
Cut.Interface
<R>, org.unix4j.unix.
Echo.Interface
<R>, org.unix4j.unix.
Find.Interface
<R>, org.unix4j.unix.
From.Interface
<R>, org.unix4j.unix.
Grep.Interface
<R>, org.unix4j.unix.
Head.Interface
<R>, org.unix4j.unix.
Ls.Interface
<R>, org.unix4j.unix.
Sed.Interface
<R>, org.unix4j.unix.
Sort.Interface
<R>, org.unix4j.unix.
Tail.Interface
<R>, org.unix4j.unix.
Uniq.Interface
<R>, org.unix4j.unix.
Wc.Interface
<R>, org.unix4j.unix.
Xargs.Interface
<R>)
org.unix4j.unix.
Cd.Interface
<R>
org.unix4j.builder.
Unix4jCommandBuilder
(also extends org.unix4j.unix.
Cat.Interface
<R>, org.unix4j.builder.
CommandBuilder
, org.unix4j.unix.
Cut.Interface
<R>, org.unix4j.unix.
Echo.Interface
<R>, org.unix4j.unix.
Find.Interface
<R>, org.unix4j.unix.
From.Interface
<R>, org.unix4j.unix.
Grep.Interface
<R>, org.unix4j.unix.
Head.Interface
<R>, org.unix4j.unix.
Ls.Interface
<R>, org.unix4j.unix.
Sed.Interface
<R>, org.unix4j.unix.
Sort.Interface
<R>, org.unix4j.unix.
Tail.Interface
<R>, org.unix4j.unix.
Uniq.Interface
<R>, org.unix4j.unix.
Wc.Interface
<R>, org.unix4j.unix.
Xargs.Interface
<R>)
org.unix4j.unix.
Cut.Interface
<R>
org.unix4j.builder.
Unix4jCommandBuilder
(also extends org.unix4j.unix.
Cat.Interface
<R>, org.unix4j.unix.
Cd.Interface
<R>, org.unix4j.builder.
CommandBuilder
, org.unix4j.unix.
Echo.Interface
<R>, org.unix4j.unix.
Find.Interface
<R>, org.unix4j.unix.
From.Interface
<R>, org.unix4j.unix.
Grep.Interface
<R>, org.unix4j.unix.
Head.Interface
<R>, org.unix4j.unix.
Ls.Interface
<R>, org.unix4j.unix.
Sed.Interface
<R>, org.unix4j.unix.
Sort.Interface
<R>, org.unix4j.unix.
Tail.Interface
<R>, org.unix4j.unix.
Uniq.Interface
<R>, org.unix4j.unix.
Wc.Interface
<R>, org.unix4j.unix.
Xargs.Interface
<R>)
org.unix4j.unix.
Echo.Interface
<R>
org.unix4j.builder.
Unix4jCommandBuilder
(also extends org.unix4j.unix.
Cat.Interface
<R>, org.unix4j.unix.
Cd.Interface
<R>, org.unix4j.builder.
CommandBuilder
, org.unix4j.unix.
Cut.Interface
<R>, org.unix4j.unix.
Find.Interface
<R>, org.unix4j.unix.
From.Interface
<R>, org.unix4j.unix.
Grep.Interface
<R>, org.unix4j.unix.
Head.Interface
<R>, org.unix4j.unix.
Ls.Interface
<R>, org.unix4j.unix.
Sed.Interface
<R>, org.unix4j.unix.
Sort.Interface
<R>, org.unix4j.unix.
Tail.Interface
<R>, org.unix4j.unix.
Uniq.Interface
<R>, org.unix4j.unix.
Wc.Interface
<R>, org.unix4j.unix.
Xargs.Interface
<R>)
org.unix4j.unix.
Find.Interface
<R>
org.unix4j.builder.
Unix4jCommandBuilder
(also extends org.unix4j.unix.
Cat.Interface
<R>, org.unix4j.unix.
Cd.Interface
<R>, org.unix4j.builder.
CommandBuilder
, org.unix4j.unix.
Cut.Interface
<R>, org.unix4j.unix.
Echo.Interface
<R>, org.unix4j.unix.
From.Interface
<R>, org.unix4j.unix.
Grep.Interface
<R>, org.unix4j.unix.
Head.Interface
<R>, org.unix4j.unix.
Ls.Interface
<R>, org.unix4j.unix.
Sed.Interface
<R>, org.unix4j.unix.
Sort.Interface
<R>, org.unix4j.unix.
Tail.Interface
<R>, org.unix4j.unix.
Uniq.Interface
<R>, org.unix4j.unix.
Wc.Interface
<R>, org.unix4j.unix.
Xargs.Interface
<R>)
org.unix4j.unix.
From.Interface
<R>
org.unix4j.builder.
Unix4jCommandBuilder
(also extends org.unix4j.unix.
Cat.Interface
<R>, org.unix4j.unix.
Cd.Interface
<R>, org.unix4j.builder.
CommandBuilder
, org.unix4j.unix.
Cut.Interface
<R>, org.unix4j.unix.
Echo.Interface
<R>, org.unix4j.unix.
Find.Interface
<R>, org.unix4j.unix.
Grep.Interface
<R>, org.unix4j.unix.
Head.Interface
<R>, org.unix4j.unix.
Ls.Interface
<R>, org.unix4j.unix.
Sed.Interface
<R>, org.unix4j.unix.
Sort.Interface
<R>, org.unix4j.unix.
Tail.Interface
<R>, org.unix4j.unix.
Uniq.Interface
<R>, org.unix4j.unix.
Wc.Interface
<R>, org.unix4j.unix.
Xargs.Interface
<R>)
org.unix4j.unix.
Grep.Interface
<R>
org.unix4j.builder.
Unix4jCommandBuilder
(also extends org.unix4j.unix.
Cat.Interface
<R>, org.unix4j.unix.
Cd.Interface
<R>, org.unix4j.builder.
CommandBuilder
, org.unix4j.unix.
Cut.Interface
<R>, org.unix4j.unix.
Echo.Interface
<R>, org.unix4j.unix.
Find.Interface
<R>, org.unix4j.unix.
From.Interface
<R>, org.unix4j.unix.
Head.Interface
<R>, org.unix4j.unix.
Ls.Interface
<R>, org.unix4j.unix.
Sed.Interface
<R>, org.unix4j.unix.
Sort.Interface
<R>, org.unix4j.unix.
Tail.Interface
<R>, org.unix4j.unix.
Uniq.Interface
<R>, org.unix4j.unix.
Wc.Interface
<R>, org.unix4j.unix.
Xargs.Interface
<R>)
org.unix4j.unix.
Head.Interface
<R>
org.unix4j.builder.
Unix4jCommandBuilder
(also extends org.unix4j.unix.
Cat.Interface
<R>, org.unix4j.unix.
Cd.Interface
<R>, org.unix4j.builder.
CommandBuilder
, org.unix4j.unix.
Cut.Interface
<R>, org.unix4j.unix.
Echo.Interface
<R>, org.unix4j.unix.
Find.Interface
<R>, org.unix4j.unix.
From.Interface
<R>, org.unix4j.unix.
Grep.Interface
<R>, org.unix4j.unix.
Ls.Interface
<R>, org.unix4j.unix.
Sed.Interface
<R>, org.unix4j.unix.
Sort.Interface
<R>, org.unix4j.unix.
Tail.Interface
<R>, org.unix4j.unix.
Uniq.Interface
<R>, org.unix4j.unix.
Wc.Interface
<R>, org.unix4j.unix.
Xargs.Interface
<R>)
org.unix4j.unix.
Ls.Interface
<R>
org.unix4j.builder.
Unix4jCommandBuilder
(also extends org.unix4j.unix.
Cat.Interface
<R>, org.unix4j.unix.
Cd.Interface
<R>, org.unix4j.builder.
CommandBuilder
, org.unix4j.unix.
Cut.Interface
<R>, org.unix4j.unix.
Echo.Interface
<R>, org.unix4j.unix.
Find.Interface
<R>, org.unix4j.unix.
From.Interface
<R>, org.unix4j.unix.
Grep.Interface
<R>, org.unix4j.unix.
Head.Interface
<R>, org.unix4j.unix.
Sed.Interface
<R>, org.unix4j.unix.
Sort.Interface
<R>, org.unix4j.unix.
Tail.Interface
<R>, org.unix4j.unix.
Uniq.Interface
<R>, org.unix4j.unix.
Wc.Interface
<R>, org.unix4j.unix.
Xargs.Interface
<R>)
org.unix4j.unix.
Sed.Interface
<R>
org.unix4j.builder.
Unix4jCommandBuilder
(also extends org.unix4j.unix.
Cat.Interface
<R>, org.unix4j.unix.
Cd.Interface
<R>, org.unix4j.builder.
CommandBuilder
, org.unix4j.unix.
Cut.Interface
<R>, org.unix4j.unix.
Echo.Interface
<R>, org.unix4j.unix.
Find.Interface
<R>, org.unix4j.unix.
From.Interface
<R>, org.unix4j.unix.
Grep.Interface
<R>, org.unix4j.unix.
Head.Interface
<R>, org.unix4j.unix.
Ls.Interface
<R>, org.unix4j.unix.
Sort.Interface
<R>, org.unix4j.unix.
Tail.Interface
<R>, org.unix4j.unix.
Uniq.Interface
<R>, org.unix4j.unix.
Wc.Interface
<R>, org.unix4j.unix.
Xargs.Interface
<R>)
org.unix4j.unix.
Sort.Interface
<R>
org.unix4j.builder.
Unix4jCommandBuilder
(also extends org.unix4j.unix.
Cat.Interface
<R>, org.unix4j.unix.
Cd.Interface
<R>, org.unix4j.builder.
CommandBuilder
, org.unix4j.unix.
Cut.Interface
<R>, org.unix4j.unix.
Echo.Interface
<R>, org.unix4j.unix.
Find.Interface
<R>, org.unix4j.unix.
From.Interface
<R>, org.unix4j.unix.
Grep.Interface
<R>, org.unix4j.unix.
Head.Interface
<R>, org.unix4j.unix.
Ls.Interface
<R>, org.unix4j.unix.
Sed.Interface
<R>, org.unix4j.unix.
Tail.Interface
<R>, org.unix4j.unix.
Uniq.Interface
<R>, org.unix4j.unix.
Wc.Interface
<R>, org.unix4j.unix.
Xargs.Interface
<R>)
org.unix4j.unix.
Tail.Interface
<R>
org.unix4j.builder.
Unix4jCommandBuilder
(also extends org.unix4j.unix.
Cat.Interface
<R>, org.unix4j.unix.
Cd.Interface
<R>, org.unix4j.builder.
CommandBuilder
, org.unix4j.unix.
Cut.Interface
<R>, org.unix4j.unix.
Echo.Interface
<R>, org.unix4j.unix.
Find.Interface
<R>, org.unix4j.unix.
From.Interface
<R>, org.unix4j.unix.
Grep.Interface
<R>, org.unix4j.unix.
Head.Interface
<R>, org.unix4j.unix.
Ls.Interface
<R>, org.unix4j.unix.
Sed.Interface
<R>, org.unix4j.unix.
Sort.Interface
<R>, org.unix4j.unix.
Uniq.Interface
<R>, org.unix4j.unix.
Wc.Interface
<R>, org.unix4j.unix.
Xargs.Interface
<R>)
org.unix4j.unix.
Uniq.Interface
<R>
org.unix4j.builder.
Unix4jCommandBuilder
(also extends org.unix4j.unix.
Cat.Interface
<R>, org.unix4j.unix.
Cd.Interface
<R>, org.unix4j.builder.
CommandBuilder
, org.unix4j.unix.
Cut.Interface
<R>, org.unix4j.unix.
Echo.Interface
<R>, org.unix4j.unix.
Find.Interface
<R>, org.unix4j.unix.
From.Interface
<R>, org.unix4j.unix.
Grep.Interface
<R>, org.unix4j.unix.
Head.Interface
<R>, org.unix4j.unix.
Ls.Interface
<R>, org.unix4j.unix.
Sed.Interface
<R>, org.unix4j.unix.
Sort.Interface
<R>, org.unix4j.unix.
Tail.Interface
<R>, org.unix4j.unix.
Wc.Interface
<R>, org.unix4j.unix.
Xargs.Interface
<R>)
org.unix4j.builder.
Unix4jCommandBuilder
(also extends org.unix4j.unix.
Cat.Interface
<R>, org.unix4j.unix.
Cd.Interface
<R>, org.unix4j.builder.
CommandBuilder
, org.unix4j.unix.
Cut.Interface
<R>, org.unix4j.unix.
Echo.Interface
<R>, org.unix4j.unix.
Find.Interface
<R>, org.unix4j.unix.
From.Interface
<R>, org.unix4j.unix.
Grep.Interface
<R>, org.unix4j.unix.
Head.Interface
<R>, org.unix4j.unix.
Ls.Interface
<R>, org.unix4j.unix.
Sed.Interface
<R>, org.unix4j.unix.
Sort.Interface
<R>, org.unix4j.unix.
Tail.Interface
<R>, org.unix4j.unix.
Uniq.Interface
<R>, org.unix4j.unix.
Wc.Interface
<R>, org.unix4j.unix.
Xargs.Interface
<R>)
org.unix4j.unix.
Wc.Interface
<R>
org.unix4j.builder.
Unix4jCommandBuilder
(also extends org.unix4j.unix.
Cat.Interface
<R>, org.unix4j.unix.
Cd.Interface
<R>, org.unix4j.builder.
CommandBuilder
, org.unix4j.unix.
Cut.Interface
<R>, org.unix4j.unix.
Echo.Interface
<R>, org.unix4j.unix.
Find.Interface
<R>, org.unix4j.unix.
From.Interface
<R>, org.unix4j.unix.
Grep.Interface
<R>, org.unix4j.unix.
Head.Interface
<R>, org.unix4j.unix.
Ls.Interface
<R>, org.unix4j.unix.
Sed.Interface
<R>, org.unix4j.unix.
Sort.Interface
<R>, org.unix4j.unix.
Tail.Interface
<R>, org.unix4j.unix.
Uniq.Interface
<R>, org.unix4j.unix.
Xargs.Interface
<R>)
org.unix4j.unix.
Xargs.Interface
<R>
org.unix4j.builder.
Unix4jCommandBuilder
(also extends org.unix4j.unix.
Cat.Interface
<R>, org.unix4j.unix.
Cd.Interface
<R>, org.unix4j.builder.
CommandBuilder
, org.unix4j.unix.
Cut.Interface
<R>, org.unix4j.unix.
Echo.Interface
<R>, org.unix4j.unix.
Find.Interface
<R>, org.unix4j.unix.
From.Interface
<R>, org.unix4j.unix.
Grep.Interface
<R>, org.unix4j.unix.
Head.Interface
<R>, org.unix4j.unix.
Ls.Interface
<R>, org.unix4j.unix.
Sed.Interface
<R>, org.unix4j.unix.
Sort.Interface
<R>, org.unix4j.unix.
Tail.Interface
<R>, org.unix4j.unix.
Uniq.Interface
<R>, org.unix4j.unix.
Wc.Interface
<R>)
org.unix4j.unix.xargs.
Itemizer
org.unix4j.unix.xargs.
ItemStorage
java.lang.
Iterable
<T>
org.unix4j.unix.cat.
CatOptions
org.unix4j.unix.cut.
CutOptions
org.unix4j.unix.echo.
EchoOptions
org.unix4j.unix.find.
FindOptions
org.unix4j.unix.grep.
GrepOptions
org.unix4j.unix.head.
HeadOptions
org.unix4j.unix.ls.
LsOptions
org.unix4j.option.
OptionSet
<O>
org.unix4j.unix.cat.
CatOptions
org.unix4j.unix.cut.
CutOptions
org.unix4j.unix.echo.
EchoOptions
org.unix4j.unix.find.
FindOptions
org.unix4j.unix.grep.
GrepOptions
org.unix4j.unix.head.
HeadOptions
org.unix4j.unix.ls.
LsOptions
org.unix4j.unix.sed.
SedOptions
org.unix4j.unix.sort.
SortOptions
org.unix4j.unix.tail.
TailOptions
org.unix4j.unix.uniq.
UniqOptions
org.unix4j.unix.wc.
WcOptions
org.unix4j.unix.xargs.
XargsOptions
org.unix4j.unix.sed.
SedOptions
org.unix4j.unix.sort.
SortOptions
org.unix4j.unix.tail.
TailOptions
org.unix4j.unix.uniq.
UniqOptions
org.unix4j.unix.wc.
WcOptions
org.unix4j.unix.xargs.
XargsOptions
org.unix4j.unix.grep.
LineMatcher
org.unix4j.unix.ls.
LsFormatter
org.unix4j.unix.ls.
LsFormatter.Factory
org.unix4j.unix.find.
Optionable
<O>
org.unix4j.builder.
To
org.unix4j.builder.
CommandBuilder
org.unix4j.builder.
Unix4jCommandBuilder
(also extends org.unix4j.unix.
Cat.Interface
<R>, org.unix4j.unix.
Cd.Interface
<R>, org.unix4j.unix.
Cut.Interface
<R>, org.unix4j.unix.
Echo.Interface
<R>, org.unix4j.unix.
Find.Interface
<R>, org.unix4j.unix.
From.Interface
<R>, org.unix4j.unix.
Grep.Interface
<R>, org.unix4j.unix.
Head.Interface
<R>, org.unix4j.unix.
Ls.Interface
<R>, org.unix4j.unix.
Sed.Interface
<R>, org.unix4j.unix.
Sort.Interface
<R>, org.unix4j.unix.
Tail.Interface
<R>, org.unix4j.unix.
Uniq.Interface
<R>, org.unix4j.unix.
Wc.Interface
<R>, org.unix4j.unix.
Xargs.Interface
<R>)
org.unix4j.builder.
Unix4jCommandBuilder
(also extends org.unix4j.unix.
Cat.Interface
<R>, org.unix4j.unix.
Cd.Interface
<R>, org.unix4j.builder.
CommandBuilder
, org.unix4j.unix.
Cut.Interface
<R>, org.unix4j.unix.
Echo.Interface
<R>, org.unix4j.unix.
Find.Interface
<R>, org.unix4j.unix.
From.Interface
<R>, org.unix4j.unix.
Grep.Interface
<R>, org.unix4j.unix.
Head.Interface
<R>, org.unix4j.unix.
Ls.Interface
<R>, org.unix4j.unix.
Sed.Interface
<R>, org.unix4j.unix.
Sort.Interface
<R>, org.unix4j.unix.
Tail.Interface
<R>, org.unix4j.unix.
Uniq.Interface
<R>, org.unix4j.unix.
Wc.Interface
<R>, org.unix4j.unix.
Xargs.Interface
<R>)
Enum Hierarchy
java.lang.
Object
java.lang.
Enum
<E> (implements java.lang.
Comparable
<T>, java.io.
Serializable
)
org.unix4j.unix.cat.
CatOptionSet_ns
(implements org.unix4j.unix.cat.
CatOptions
)
org.unix4j.unix.cat.
CatOptionSet_bs
(implements org.unix4j.unix.cat.
CatOptions
)
org.unix4j.unix.cat.
CatOptionSet_bns
(implements org.unix4j.unix.cat.
CatOptions
)
org.unix4j.unix.cat.
CatOption
(implements org.unix4j.unix.cat.
CatOptions
, org.unix4j.option.
Option
)
org.unix4j.unix.cut.
CutOptionSet_cf
(implements org.unix4j.unix.cut.
CutOptions
)
org.unix4j.unix.cut.
CutOption
(implements org.unix4j.unix.cut.
CutOptions
, org.unix4j.option.
Option
)
org.unix4j.unix.echo.
EchoOptionSet_n
(implements org.unix4j.unix.echo.
EchoOptions
)
org.unix4j.unix.echo.
EchoOption
(implements org.unix4j.unix.echo.
EchoOptions
, org.unix4j.option.
Option
)
org.unix4j.unix.find.
TypeFilter
(implements java.io.
FileFilter
, org.unix4j.unix.find.
Optionable
<O>)
org.unix4j.unix.find.
TimeFilter.TimeType
(implements org.unix4j.unix.find.
Optionable
<O>)
org.unix4j.unix.find.
TimeFilter.TimeComparator
(implements org.unix4j.unix.find.
Optionable
<O>)
org.unix4j.unix.find.
SizeFilter.SizeComparator
org.unix4j.unix.find.
FindOptionSet_imnorxz
(implements org.unix4j.unix.find.
FindOptions
)
org.unix4j.unix.find.
FindOptionSet_ilmnorz
(implements org.unix4j.unix.find.
FindOptions
)
org.unix4j.unix.find.
FindOptionSet_fimnorz
(implements org.unix4j.unix.find.
FindOptions
)
org.unix4j.unix.find.
FindOptionSet_dimnorz
(implements org.unix4j.unix.find.
FindOptions
)
org.unix4j.unix.find.
FindOptionSet_dfilmnorxz
(implements org.unix4j.unix.find.
FindOptions
)
org.unix4j.unix.find.
FindOptionSet_cinorxz
(implements org.unix4j.unix.find.
FindOptions
)
org.unix4j.unix.find.
FindOptionSet_cilnorz
(implements org.unix4j.unix.find.
FindOptions
)
org.unix4j.unix.find.
FindOptionSet_cfinorz
(implements org.unix4j.unix.find.
FindOptions
)
org.unix4j.unix.find.
FindOptionSet_cdinorz
(implements org.unix4j.unix.find.
FindOptions
)
org.unix4j.unix.find.
FindOptionSet_cdfilnorxz
(implements org.unix4j.unix.find.
FindOptions
)
org.unix4j.unix.find.
FindOptionSet_ainorxz
(implements org.unix4j.unix.find.
FindOptions
)
org.unix4j.unix.find.
FindOptionSet_ailnorz
(implements org.unix4j.unix.find.
FindOptions
)
org.unix4j.unix.find.
FindOptionSet_afinorz
(implements org.unix4j.unix.find.
FindOptions
)
org.unix4j.unix.find.
FindOptionSet_adinorz
(implements org.unix4j.unix.find.
FindOptions
)
org.unix4j.unix.find.
FindOptionSet_adfilnorxz
(implements org.unix4j.unix.find.
FindOptions
)
org.unix4j.unix.find.
FindOptionSet_acimnorxz
(implements org.unix4j.unix.find.
FindOptions
)
org.unix4j.unix.find.
FindOptionSet_acilmnorz
(implements org.unix4j.unix.find.
FindOptions
)
org.unix4j.unix.find.
FindOptionSet_acfimnorz
(implements org.unix4j.unix.find.
FindOptions
)
org.unix4j.unix.find.
FindOptionSet_acdimnorz
(implements org.unix4j.unix.find.
FindOptions
)
org.unix4j.unix.find.
FindOptionSet_acdfilmnorxz
(implements org.unix4j.unix.find.
FindOptions
)
org.unix4j.unix.find.
FindOption
(implements org.unix4j.unix.find.
FindOptions
, org.unix4j.option.
Option
)
org.unix4j.unix.grep.
GrepOptionSet_Fcilnvx
(implements org.unix4j.unix.grep.
GrepOptions
)
org.unix4j.unix.grep.
GrepOption
(implements org.unix4j.unix.grep.
GrepOptions
, org.unix4j.option.
Option
)
org.unix4j.unix.head.
HeadOptionSet_cq
(implements org.unix4j.unix.head.
HeadOptions
)
org.unix4j.unix.head.
HeadOption
(implements org.unix4j.unix.head.
HeadOptions
, org.unix4j.option.
Option
)
org.unix4j.unix.ls.
LsOptionSet_Rahlrt
(implements org.unix4j.unix.ls.
LsOptions
)
org.unix4j.unix.ls.
LsOption
(implements org.unix4j.unix.ls.
LsOptions
, org.unix4j.option.
Option
)
org.unix4j.unix.sed.
SedOptionSet_Iglnpy
(implements org.unix4j.unix.sed.
SedOptions
)
org.unix4j.unix.sed.
SedOptionSet_Iglnps
(implements org.unix4j.unix.sed.
SedOptions
)
org.unix4j.unix.sed.
SedOptionSet_Igilnp
(implements org.unix4j.unix.sed.
SedOptions
)
org.unix4j.unix.sed.
SedOptionSet_Idglnp
(implements org.unix4j.unix.sed.
SedOptions
)
org.unix4j.unix.sed.
SedOptionSet_Icglnp
(implements org.unix4j.unix.sed.
SedOptions
)
org.unix4j.unix.sed.
SedOptionSet_Iaglnp
(implements org.unix4j.unix.sed.
SedOptions
)
org.unix4j.unix.sed.
SedOptionSet_Iacdgilnpsy
(implements org.unix4j.unix.sed.
SedOptions
)
org.unix4j.unix.sed.
SedOption
(implements org.unix4j.option.
Option
, org.unix4j.unix.sed.
SedOptions
)
org.unix4j.unix.sed.
Command
org.unix4j.unix.sort.
SortOptionSet_Vbdfmru
(implements org.unix4j.unix.sort.
SortOptions
)
org.unix4j.unix.sort.
SortOptionSet_Vbcdfru
(implements org.unix4j.unix.sort.
SortOptions
)
org.unix4j.unix.sort.
SortOptionSet_Vbcdfmru
(implements org.unix4j.unix.sort.
SortOptions
)
org.unix4j.unix.sort.
SortOptionSet_MVbdfghmnru
(implements org.unix4j.unix.sort.
SortOptions
)
org.unix4j.unix.sort.
SortOptionSet_MVbcdfghnru
(implements org.unix4j.unix.sort.
SortOptions
)
org.unix4j.unix.sort.
SortOptionSet_MVbcdfghmnru
(implements org.unix4j.unix.sort.
SortOptions
)
org.unix4j.unix.sort.
SortOptionSet_Mbdfmru
(implements org.unix4j.unix.sort.
SortOptions
)
org.unix4j.unix.sort.
SortOptionSet_Mbcdfru
(implements org.unix4j.unix.sort.
SortOptions
)
org.unix4j.unix.sort.
SortOptionSet_Mbcdfmru
(implements org.unix4j.unix.sort.
SortOptions
)
org.unix4j.unix.sort.
SortOptionSet_bdfmnru
(implements org.unix4j.unix.sort.
SortOptions
)
org.unix4j.unix.sort.
SortOptionSet_bdfhmru
(implements org.unix4j.unix.sort.
SortOptions
)
org.unix4j.unix.sort.
SortOptionSet_bdfgmru
(implements org.unix4j.unix.sort.
SortOptions
)
org.unix4j.unix.sort.
SortOptionSet_bcdfnru
(implements org.unix4j.unix.sort.
SortOptions
)
org.unix4j.unix.sort.
SortOptionSet_bcdfmnru
(implements org.unix4j.unix.sort.
SortOptions
)
org.unix4j.unix.sort.
SortOptionSet_bcdfhru
(implements org.unix4j.unix.sort.
SortOptions
)
org.unix4j.unix.sort.
SortOptionSet_bcdfhmru
(implements org.unix4j.unix.sort.
SortOptions
)
org.unix4j.unix.sort.
SortOptionSet_bcdfgru
(implements org.unix4j.unix.sort.
SortOptions
)
org.unix4j.unix.sort.
SortOptionSet_bcdfgmru
(implements org.unix4j.unix.sort.
SortOptions
)
org.unix4j.unix.sort.
SortOption
(implements org.unix4j.option.
Option
, org.unix4j.unix.sort.
SortOptions
)
org.unix4j.unix.tail.
TailOptionSet_cqs
(implements org.unix4j.unix.tail.
TailOptions
)
org.unix4j.unix.tail.
TailOption
(implements org.unix4j.option.
Option
, org.unix4j.unix.tail.
TailOptions
)
org.unix4j.unix.uniq.
UniqOptionSet_gu
(implements org.unix4j.unix.uniq.
UniqOptions
)
org.unix4j.unix.uniq.
UniqOptionSet_dg
(implements org.unix4j.unix.uniq.
UniqOptions
)
org.unix4j.unix.uniq.
UniqOptionSet_cg
(implements org.unix4j.unix.uniq.
UniqOptions
)
org.unix4j.unix.uniq.
UniqOptionSet_cdgu
(implements org.unix4j.unix.uniq.
UniqOptions
)
org.unix4j.unix.uniq.
UniqOption
(implements org.unix4j.option.
Option
, org.unix4j.unix.uniq.
UniqOptions
)
org.unix4j.unix.wc.
WcOptionSet_lmw
(implements org.unix4j.unix.wc.
WcOptions
)
org.unix4j.unix.wc.
WcOption
(implements org.unix4j.option.
Option
, org.unix4j.unix.wc.
WcOptions
)
org.unix4j.unix.wc.
CounterType
org.unix4j.unix.xargs.
XargsOptionSet_rtxz
(implements org.unix4j.unix.xargs.
XargsOptions
)
org.unix4j.unix.xargs.
XargsOption
(implements org.unix4j.option.
Option
, org.unix4j.unix.xargs.
XargsOptions
)
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Copyright © 2016. All Rights Reserved.