JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Hierarchy For All Packages
Package Hierarchies:
net.thevpc.nsh
,
net.thevpc.nsh.cmd
,
net.thevpc.nsh.cmd.alias
,
net.thevpc.nsh.cmd.impl.bash
,
net.thevpc.nsh.cmd.impl.common
,
net.thevpc.nsh.cmd.impl.core
,
net.thevpc.nsh.cmd.impl.posix
,
net.thevpc.nsh.cmd.impl.posix.extra
,
net.thevpc.nsh.cmd.impl.posix.grep
,
net.thevpc.nsh.cmd.impl.util
,
net.thevpc.nsh.cmd.impl.util.filter
,
net.thevpc.nsh.cmd.resolver
,
net.thevpc.nsh.err
,
net.thevpc.nsh.eval
,
net.thevpc.nsh.history
,
net.thevpc.nsh.options
,
net.thevpc.nsh.options.autocomplete
,
net.thevpc.nsh.parser
,
net.thevpc.nsh.parser.ctx
,
net.thevpc.nsh.parser.nodes
,
net.thevpc.nsh.sys
,
net.thevpc.nsh.util
,
net.thevpc.nsh.util.bundles
Class Hierarchy
java.lang.
Object
net.thevpc.nsh.util.bundles.
_IOUtils
net.thevpc.nsh.util.bundles.
_StringUtils
net.thevpc.nsh.parser.
AbstractContext
(implements net.thevpc.nsh.parser.
Context
)
net.thevpc.nsh.parser.ctx.
AntiQuotedContext
net.thevpc.nsh.parser.ctx.
DefaultContext
net.thevpc.nsh.parser.ctx.
DollarCurlBracketContext
net.thevpc.nsh.parser.ctx.
DollarPar2Context
net.thevpc.nsh.parser.ctx.
DollarParContext
net.thevpc.nsh.parser.ctx.
DoubleQuotedContext
net.thevpc.nsh.parser.ctx.
Par2Context
net.thevpc.nsh.parser.ctx.
SharpContext
net.thevpc.nsh.parser.ctx.
SimpleQuotedContext
net.thevpc.nsh.parser.
AbstractLexer
(implements net.thevpc.nsh.parser.
Lexer
)
net.thevpc.nsh.parser.
DefaultLexer
net.thevpc.nsh.parser.
PreloadedLexer
net.thevpc.nsh.eval.
AbstractNshContext
(implements net.thevpc.nsh.eval.
NshContext
)
net.thevpc.nsh.eval.
DefaultNshContext
net.thevpc.nsh.eval.
NshContextForSource
net.thevpc.nsh.history.
AbstractNshHistory
(implements net.thevpc.nsh.history.
NshHistory
)
net.thevpc.nsh.history.
DefaultNshHistory
net.thevpc.nsh.cmd.impl.util.filter.
AndWindowFilter
<T> (implements net.thevpc.nsh.cmd.impl.util.
WindowFilter
<T>)
net.thevpc.nsh.cmd.impl.posix.
CatCommand.CatResult
net.thevpc.nsh.util.
ColumnRuler
net.thevpc.nsh.options.
CommandNonOption
(implements net.thevpc.nuts.cmdline.NArgName)
net.thevpc.nsh.cmd.impl.util.filter.
ContainsWindowFilter
(implements net.thevpc.nsh.cmd.impl.util.
WindowFilter
<T>)
net.thevpc.nsh.cmd.impl.posix.
CpCommand.Options
net.thevpc.nsh.err.
DefaultErrorHandler
(implements net.thevpc.nsh.err.
NshErrorHandler
)
net.thevpc.nsh.cmd.alias.
DefaultNshAliasManager
(implements net.thevpc.nsh.cmd.alias.
NshAliasManager
)
net.thevpc.nsh.cmd.
DefaultNshCommandManager
(implements net.thevpc.nsh.cmd.
NshBuiltinManager
)
net.thevpc.nsh.cmd.resolver.
DefaultNshCommandTypeResolver
(implements net.thevpc.nsh.cmd.resolver.
NshCommandTypeResolver
)
net.thevpc.nsh.eval.
DefaultNshExecutionContext
(implements net.thevpc.nsh.eval.
NshExecutionContext
)
net.thevpc.nsh.sys.
DefaultNshFileSystem
(implements net.thevpc.nsh.sys.
NshFileSystem
)
net.thevpc.nsh.parser.nodes.
DefaultNshFunctionManager
(implements net.thevpc.nsh.parser.nodes.
NshFunctionManager
)
net.thevpc.nsh.options.
DefaultNshOptionsParser
(implements net.thevpc.nsh.options.
NshOptionsParser
)
net.thevpc.nsh.cmd.impl.posix.
DfCommand.CInfo
net.thevpc.nsh.cmd.impl.posix.
DfCommand.Options
net.thevpc.nsh.cmd.impl.posix.
DfCommand.UInfo
net.thevpc.nsh.cmd.impl.util.filter.
EndsWithWindowFilter
(implements net.thevpc.nsh.cmd.impl.util.
WindowFilter
<T>)
net.thevpc.nsh.cmd.impl.bash.
EnvCommand.Options
net.thevpc.nsh.util.
ExecProcessInfo
net.thevpc.nsh.cmd.impl.posix.grep.
ExpressionInfo
net.thevpc.nsh.util.
FileInfo
net.thevpc.nsh.cmd.impl.util.filter.
GlobWindowFilter
(implements net.thevpc.nsh.cmd.impl.util.
WindowFilter
<T>)
net.thevpc.nsh.cmd.impl.posix.grep.
GrepResultItem
net.thevpc.nsh.cmd.impl.posix.grep.
GrepService
java.io.
InputStream
(implements java.io.
Closeable
)
java.io.
FilterInputStream
net.thevpc.nsh.util.
NshNonBlockingInputStreamAdapter
(implements net.thevpc.nsh.util.
NshNonBlockingInputStream
)
net.thevpc.nsh.util.
IOPipe
net.thevpc.nsh.parser.
Item
net.thevpc.nsh.cmd.impl.util.filter.
JavaExceptionWindowFilter
(implements net.thevpc.nsh.cmd.impl.util.
WindowFilter
<T>)
net.thevpc.nsh.cmd.impl.util.filter.
JavaExceptionWindowFilter.JexFilter
net.thevpc.nsh.cmd.impl.posix.
LsCommand.ResultError
net.thevpc.nsh.cmd.impl.posix.
LsCommand.ResultGroup
net.thevpc.nsh.cmd.impl.posix.
LsCommand.ResultItem
net.thevpc.nsh.cmd.impl.common.
MakeWrapperCommand.NameAndPath
net.thevpc.nsh.cmd.impl.common.
MakeWrapperCommand.Options
net.thevpc.nsh.util.
MemResult
net.thevpc.nsh.cmd.impl.posix.
MkdirCommand.Options
net.thevpc.nsh.cmd.impl.posix.grep.
MultiGrepFilter
(implements net.thevpc.nsh.cmd.impl.posix.grep.
GrepFilter
)
net.thevpc.nsh.cmd.
NBuiltinManager
(implements net.thevpc.nsh.cmd.
NshBuiltinManager
)
net.thevpc.nsh.cmd.resolver.
NCommandTypeResolver
(implements net.thevpc.nsh.cmd.resolver.
NshCommandTypeResolver
)
net.thevpc.nsh.cmd.impl.util.
NNumberedIterator
<T> (implements java.util.
Iterator
<E>)
net.thevpc.nsh.cmd.impl.util.
BufferedLineIterator
net.thevpc.nsh.cmd.impl.util.
NNumberedObject
<T>
net.thevpc.nsh.cmd.impl.posix.grep.
NoGrepFilter
(implements net.thevpc.nsh.cmd.impl.posix.grep.
GrepFilter
)
net.thevpc.nsh.history.
NoHistory
(implements net.thevpc.nsh.history.
NshHistory
)
net.thevpc.nsh.
Nsh
net.thevpc.nsh.options.autocomplete.
NshAutoCompleteCandidate
net.thevpc.nsh.options.autocomplete.
NshAutoCompleter
(implements net.thevpc.nuts.cmdline.NCmdLineAutoCompleteResolver)
net.thevpc.nsh.cmd.
NshBuiltinBase
(implements net.thevpc.nsh.cmd.
NshBuiltin
)
net.thevpc.nsh.cmd.
NshBuiltinCore
net.thevpc.nsh.cmd.impl.core.
ExitCommand
net.thevpc.nsh.cmd.impl.core.
HelpCommand
net.thevpc.nsh.cmd.impl.core.
ShowerrCommand
net.thevpc.nsh.cmd.impl.core.
VersionCommand
net.thevpc.nsh.cmd.
NshBuiltinDefault
net.thevpc.nsh.cmd.impl.bash.
AliasCommand
net.thevpc.nsh.cmd.impl.core.
AutocompleteCommand
net.thevpc.nsh.cmd.impl.bash.
BaseNameCommand
net.thevpc.nsh.cmd.impl.bash.
BuiltinCommand
net.thevpc.nsh.cmd.impl.posix.
CatCommand
net.thevpc.nsh.cmd.impl.bash.
CdCommand
net.thevpc.nsh.cmd.impl.posix.
ChmodCommand
net.thevpc.nsh.cmd.impl.bash.
ClearCommand
net.thevpc.nsh.cmd.impl.bash.
CommandCommand
net.thevpc.nsh.cmd.impl.posix.
CpCommand
net.thevpc.nsh.cmd.impl.posix.
DateCommand
net.thevpc.nsh.cmd.impl.posix.
DfCommand
net.thevpc.nsh.cmd.impl.bash.
DirNameCommand
net.thevpc.nsh.cmd.impl.bash.
EchoCommand
net.thevpc.nsh.cmd.impl.bash.
EnableCommand
net.thevpc.nsh.cmd.impl.bash.
EnvCommand
net.thevpc.nsh.cmd.impl.bash.
FalseCommand
net.thevpc.nsh.cmd.impl.posix.grep.
GrepCommand
net.thevpc.nsh.cmd.impl.posix.
HeadCommand
net.thevpc.nsh.cmd.impl.bash.
HistoryCommand
net.thevpc.nsh.cmd.impl.posix.extra.
HostsCommand
net.thevpc.nsh.cmd.impl.posix.
JpsCommand
net.thevpc.nsh.cmd.impl.common.
JsonCommand
net.thevpc.nsh.cmd.impl.posix.
KillCommand
net.thevpc.nsh.cmd.impl.common.
LoginCommand
net.thevpc.nsh.cmd.impl.common.
LogoutCommand
net.thevpc.nsh.cmd.impl.posix.
LsCommand
net.thevpc.nsh.cmd.impl.common.
MakeWrapperCommand
net.thevpc.nsh.cmd.impl.posix.
MkdirCommand
net.thevpc.nsh.cmd.impl.posix.
MvCommand
net.thevpc.nsh.cmd.impl.common.
PropsCommand
net.thevpc.nsh.cmd.impl.posix.
PsCommand
net.thevpc.nsh.cmd.impl.bash.
PwdCommand
net.thevpc.nsh.cmd.impl.posix.
RmCommand
net.thevpc.nsh.cmd.impl.bash.
SetCommand
net.thevpc.nsh.cmd.impl.bash.
SourceCommand
net.thevpc.nsh.cmd.impl.posix.
SshCommand
net.thevpc.nsh.cmd.impl.posix.
TailCommand
net.thevpc.nsh.cmd.impl.posix.
TarCommand
net.thevpc.nsh.cmd.impl.bash.
TestCommand
net.thevpc.nsh.cmd.impl.posix.
TouchCommand
net.thevpc.nsh.cmd.impl.bash.
TrueCommand
net.thevpc.nsh.cmd.impl.bash.
TypeCommand
net.thevpc.nsh.cmd.impl.bash.
UnaliasCommand
net.thevpc.nsh.cmd.impl.bash.
UnameCommand
net.thevpc.nsh.cmd.impl.bash.
UnsetCommand
net.thevpc.nsh.cmd.impl.posix.
UnzipCommand
net.thevpc.nsh.cmd.impl.posix.
WcCommand
net.thevpc.nsh.cmd.impl.posix.
WgetCommand
net.thevpc.nsh.cmd.impl.posix.
WhoamiCommand
net.thevpc.nsh.cmd.impl.common.
XmlCommand
net.thevpc.nsh.cmd.impl.posix.
ZipCommand
net.thevpc.nsh.cmd.resolver.
NshCommandResolution
net.thevpc.nsh.
NshConfig
(implements java.lang.
Cloneable
)
net.thevpc.nsh.eval.
NshEvaluatorBase
(implements net.thevpc.nsh.eval.
NshEvaluator
)
net.thevpc.nsh.eval.
DefaultNshEvaluator
net.thevpc.nsh.sys.
NshNoExternalExecutor
(implements net.thevpc.nsh.sys.
NshExternalExecutor
)
net.thevpc.nsh.options.
NshOptions
net.thevpc.nsh.parser.
NshParser
net.thevpc.nsh.eval.
NshResult
(implements java.io.
Serializable
)
net.thevpc.nsh.parser.nodes.
NshScript
(implements net.thevpc.nsh.parser.nodes.
NshCommandNode
)
net.thevpc.nsh.sys.
NshToNutsExternalExecutor
(implements net.thevpc.nsh.sys.
NshExternalExecutor
)
net.thevpc.nsh.parser.nodes.
NshVar
net.thevpc.nsh.parser.nodes.
NshVariables
net.thevpc.nsh.cmd.impl.util.
NumberRange
net.thevpc.nsh.cmd.impl.util.
NumberRangeList
net.thevpc.nsh.cmd.impl.util.filter.
OrWindowFilter
<T> (implements net.thevpc.nsh.cmd.impl.util.
WindowFilter
<T>)
java.io.
OutputStream
(implements java.io.
Closeable
, java.io.
Flushable
)
java.io.
FilterOutputStream
java.io.
PrintStream
(implements java.lang.
Appendable
, java.io.
Closeable
)
net.thevpc.nsh.util.
ByteArrayPrintStream
net.thevpc.nsh.cmd.impl.posix.grep.
PatternGrepFilter
(implements net.thevpc.nsh.cmd.impl.posix.grep.
GrepFilter
)
net.thevpc.nsh.util.
ProcessWatcher
net.thevpc.nsh.util.
ProcessWatcher1
net.thevpc.nsh.util.
ProcessWatcher2
net.thevpc.nsh.util.
PropertyFilter
(implements java.io.
Serializable
)
net.thevpc.nsh.cmd.impl.common.
PropsCommand.Options
net.thevpc.nsh.cmd.impl.util.filter.
RegexpWindowFilter
(implements net.thevpc.nsh.cmd.impl.util.
WindowFilter
<T>)
net.thevpc.nsh.cmd.impl.posix.
RmCommand.Options
net.thevpc.nsh.util.
RowFilter
net.thevpc.nsh.util.
ShellHelper
net.thevpc.nsh.util.
ShellUtils
net.thevpc.nsh.cmd.impl.util.filter.
StartsWithWindowFilter
(implements net.thevpc.nsh.cmd.impl.util.
WindowFilter
<T>)
net.thevpc.nsh.parser.
StrReader
net.thevpc.nsh.cmd.impl.bash.
TestCommand.EvalBase
(implements net.thevpc.nsh.cmd.impl.bash.
TestCommand.Eval
)
java.lang.
Thread
(implements java.lang.
Runnable
)
net.thevpc.nsh.util.
ProcessWatcher2.CloseableThread
java.lang.
Throwable
(implements java.io.
Serializable
)
java.lang.
Exception
java.lang.
RuntimeException
net.thevpc.nuts.util.NException (implements net.thevpc.nuts.boot.core.NAnyBootAwareExceptionBase, net.thevpc.nuts.core.NSessionAwareExceptionBase)
net.thevpc.nuts.command.NExecutionException (implements net.thevpc.nuts.boot.core.NExceptionWithExitCodeBase)
net.thevpc.nsh.err.
NshException
net.thevpc.nsh.err.
NshCmdSyntaxError
net.thevpc.nsh.err.
NshInterruptException
net.thevpc.nsh.err.
NshQuitException
net.thevpc.nsh.err.
NshUniformException
net.thevpc.nsh.parser.
Token
net.thevpc.nsh.cmd.impl.posix.grep.
TrueObjectWindowFilter
<T> (implements net.thevpc.nsh.cmd.impl.util.
WindowFilter
<T>)
net.thevpc.nsh.util.bundles.
Units
net.thevpc.nsh.eval.
WatcherImpl
(implements net.thevpc.nsh.eval.
NshContext.Watcher
)
net.thevpc.nsh.cmd.impl.util.
WindowBuffer
<T>
net.thevpc.nsh.cmd.impl.util.filter.
WindowFilterBuilder
<T>
net.thevpc.nsh.cmd.impl.util.
WindowFilterIterator
<T> (implements java.util.
Iterator
<E>)
net.thevpc.nsh.cmd.impl.util.
WindowObject
<T>
net.thevpc.nsh.parser.
Yaccer
net.thevpc.nsh.parser.
Yaccer.Argument
(implements net.thevpc.nsh.parser.nodes.
NshArgumentNode
)
net.thevpc.nsh.parser.
Yaccer.ArgumentsLine
(implements net.thevpc.nsh.parser.nodes.
NshCmdLineNode
)
net.thevpc.nsh.parser.
Yaccer.BinOp
(implements net.thevpc.nsh.parser.nodes.
NshCommandNode
)
net.thevpc.nsh.parser.
Yaccer.BinOpCommand
(implements net.thevpc.nsh.parser.nodes.
NshCommandNode
)
net.thevpc.nsh.parser.
Yaccer.CommentedNode
(implements net.thevpc.nsh.parser.nodes.
NshCommandNode
)
net.thevpc.nsh.parser.
Yaccer.Comments
(implements net.thevpc.nsh.parser.nodes.
NshNode
)
net.thevpc.nsh.parser.
Yaccer.CondBloc
net.thevpc.nsh.parser.
Yaccer.IfCommand
(implements net.thevpc.nsh.parser.nodes.
NshCommandNode
)
net.thevpc.nsh.parser.
Yaccer.NewlineNode
(implements net.thevpc.nsh.parser.nodes.
NshNode
)
net.thevpc.nsh.parser.
Yaccer.Par
(implements net.thevpc.nsh.parser.nodes.
NshCommandNode
)
net.thevpc.nsh.parser.
Yaccer.SequenceCommand
(implements net.thevpc.nsh.parser.nodes.
NshCommandNode
)
net.thevpc.nsh.parser.
Yaccer.SuffixOpCommand
(implements net.thevpc.nsh.parser.nodes.
NshCommandNode
)
net.thevpc.nsh.parser.
Yaccer.TokenNode
(implements net.thevpc.nsh.parser.nodes.
NshNode
)
net.thevpc.nsh.parser.
Yaccer.UnOpPrefix
(implements net.thevpc.nsh.parser.nodes.
NshCommandNode
)
net.thevpc.nsh.parser.
Yaccer.UnOpSuffix
(implements net.thevpc.nsh.parser.nodes.
NshCommandNode
)
net.thevpc.nsh.parser.
Yaccer.WhileCommand
(implements net.thevpc.nsh.parser.nodes.
NshCommandNode
)
net.thevpc.nsh.parser.
Yaccer.WhiteNode
(implements net.thevpc.nsh.parser.nodes.
NshNode
)
Interface Hierarchy
java.lang.
AutoCloseable
java.io.
Closeable
net.thevpc.nsh.util.
NshNonBlockingInputStream
net.thevpc.nsh.util.
NshNonBlockingInputStream
net.thevpc.nsh.parser.
Context
net.thevpc.nsh.cmd.impl.posix.grep.
GrepFilter
net.thevpc.nsh.cmd.impl.posix.grep.
GrepResultCollector
java.lang.
Iterable
<T>
net.thevpc.nsh.parser.nodes.
NshCmdLineNode
(also extends net.thevpc.nsh.parser.nodes.
NshCommandNode
)
net.thevpc.nsh.parser.
Lexer
net.thevpc.nuts.spi.NComponent
net.thevpc.nsh.options.autocomplete.
NCommandAutoCompleteComponent
net.thevpc.nsh.cmd.
NshBuiltin
net.thevpc.nsh.cmd.alias.
NshAliasManager
net.thevpc.nsh.cmd.
NshBuiltinManager
net.thevpc.nsh.cmd.resolver.
NshCommandTypeResolver
net.thevpc.nsh.eval.
NshContext
net.thevpc.nsh.eval.
NshContext.Watcher
net.thevpc.nsh.err.
NshErrorHandler
net.thevpc.nsh.eval.
NshEvaluator
net.thevpc.nsh.eval.
NshExecutionContext
net.thevpc.nsh.sys.
NshExternalExecutor
net.thevpc.nsh.sys.
NshFileSystem
net.thevpc.nsh.parser.nodes.
NshFunction
<T>
net.thevpc.nsh.parser.nodes.
NshFunctionManager
net.thevpc.nsh.history.
NshHistory
net.thevpc.nsh.parser.nodes.
NshNode
net.thevpc.nsh.parser.nodes.
NshArgumentNode
net.thevpc.nsh.parser.nodes.
NshCmdLineNode
(also extends java.lang.
Iterable
<T>, net.thevpc.nsh.parser.nodes.
NshCommandNode
)
net.thevpc.nsh.parser.nodes.
NshCommandNode
net.thevpc.nsh.parser.nodes.
NshCmdLineNode
(also extends java.lang.
Iterable
<T>)
net.thevpc.nsh.options.
NshOptionsParser
net.thevpc.nsh.parser.nodes.
NshVarListener
net.thevpc.nsh.util.
ProcessStringsHandler
net.thevpc.nsh.cmd.impl.bash.
TestCommand.Eval
net.thevpc.nsh.cmd.impl.util.
WindowFilter
<T>
Enum Hierarchy
java.lang.
Object
java.lang.
Enum
<E> (implements java.lang.
Comparable
<T>, java.io.
Serializable
)
net.thevpc.nsh.cmd.impl.common.
PropsCommand.SourceType
net.thevpc.nsh.cmd.impl.common.
PropsCommand.TargetType
net.thevpc.nsh.cmd.impl.common.
PropsCommand.Format
net.thevpc.nsh.cmd.impl.util.
FilterResult
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Copyright © 2026
vpc open source initiative
. All rights reserved.