Uses of Interface
net.thevpc.nsh.eval.NshExecutionContext
Packages that use NshExecutionContext
Package
Description
-
Uses of NshExecutionContext in net.thevpc.nsh.cmd
Methods in net.thevpc.nsh.cmd with parameters of type NshExecutionContextModifier and TypeMethodDescriptiondefault voidNshBuiltin.autoComplete(NshExecutionContext context, NCmdLineAutoComplete autoComplete) voidNshBuiltinBase.autoComplete(NshExecutionContext context, NCmdLineAutoComplete autoComplete) protected NCmdLineNshBuiltinBase.cmdLine(String[] args, NshExecutionContext context) voidNshBuiltin.exec(String[] command, NshExecutionContext context) exec and return error codefinal voidNshBuiltinBase.exec(String[] args, NshExecutionContext context) protected voidNshBuiltinBase.init(NCmdLine cmdLine, NshExecutionContext context) protected abstract voidNshBuiltinBase.main(NCmdLine cmdLine, NshExecutionContext context) protected abstract booleanNshBuiltinBase.nextNonOption(NArg arg, NCmdLine cmdLine, NshExecutionContext context) protected abstract booleanNshBuiltinBase.nextOption(NArg arg, NCmdLine cmdLine, NshExecutionContext context) protected voidNshBuiltinBase.validate(NCmdLine cmdLine, NshExecutionContext context) -
Uses of NshExecutionContext in net.thevpc.nsh.cmd.impl.bash
Methods in net.thevpc.nsh.cmd.impl.bash with parameters of type NshExecutionContextModifier and TypeMethodDescriptionintTestCommand.Eval.eval(NshExecutionContext context) protected voidAliasCommand.main(NCmdLine cmdLine, NshExecutionContext context) protected voidBaseNameCommand.main(NCmdLine cmdLine, NshExecutionContext context) protected voidBuiltinCommand.main(NCmdLine cmdLine, NshExecutionContext context) protected voidCdCommand.main(NCmdLine cmdLine, NshExecutionContext context) protected voidClearCommand.main(NCmdLine cmdLine, NshExecutionContext context) protected voidCommandCommand.main(NCmdLine cmdLine, NshExecutionContext context) protected voidDirNameCommand.main(NCmdLine cmdLine, NshExecutionContext context) protected voidEchoCommand.main(NCmdLine cmdLine, NshExecutionContext context) protected voidEnableCommand.main(NCmdLine cmdLine, NshExecutionContext context) protected voidEnvCommand.main(NCmdLine cmdLine, NshExecutionContext context) protected voidFalseCommand.main(NCmdLine cmdLine, NshExecutionContext context) protected voidHistoryCommand.main(NCmdLine cmdLine, NshExecutionContext context) protected voidPwdCommand.main(NCmdLine cmdLine, NshExecutionContext context) protected voidSetCommand.main(NCmdLine cmdLine, NshExecutionContext context) protected voidSourceCommand.main(NCmdLine cmdLine, NshExecutionContext context) protected voidTestCommand.main(NCmdLine cmdLine, NshExecutionContext context) protected voidTrueCommand.main(NCmdLine cmdLine, NshExecutionContext context) protected voidTypeCommand.main(NCmdLine cmdLine, NshExecutionContext context) protected voidUnaliasCommand.main(NCmdLine cmdLine, NshExecutionContext context) protected voidUnameCommand.main(NCmdLine cmdLine, NshExecutionContext context) protected voidUnsetCommand.main(NCmdLine cmdLine, NshExecutionContext context) protected booleanAliasCommand.nextNonOption(NArg arg, NCmdLine cmdLine, NshExecutionContext context) protected booleanBaseNameCommand.nextNonOption(NArg arg, NCmdLine cmdLine, NshExecutionContext context) protected booleanBuiltinCommand.nextNonOption(NArg arg, NCmdLine cmdLine, NshExecutionContext context) protected booleanCdCommand.nextNonOption(NArg arg, NCmdLine cmdLine, NshExecutionContext context) protected booleanClearCommand.nextNonOption(NArg arg, NCmdLine cmdLine, NshExecutionContext context) protected booleanCommandCommand.nextNonOption(NArg arg, NCmdLine cmdLine, NshExecutionContext context) protected booleanDirNameCommand.nextNonOption(NArg arg, NCmdLine cmdLine, NshExecutionContext context) protected booleanEchoCommand.nextNonOption(NArg arg, NCmdLine cmdLine, NshExecutionContext context) protected booleanEnableCommand.nextNonOption(NArg arg, NCmdLine cmdLine, NshExecutionContext context) protected booleanEnvCommand.nextNonOption(NArg arg, NCmdLine cmdLine, NshExecutionContext context) protected booleanFalseCommand.nextNonOption(NArg arg, NCmdLine cmdLine, NshExecutionContext context) protected booleanHistoryCommand.nextNonOption(NArg arg, NCmdLine cmdLine, NshExecutionContext context) protected booleanPwdCommand.nextNonOption(NArg arg, NCmdLine cmdLine, NshExecutionContext context) protected booleanSetCommand.nextNonOption(NArg arg, NCmdLine cmdLine, NshExecutionContext context) protected booleanSourceCommand.nextNonOption(NArg arg, NCmdLine cmdLine, NshExecutionContext context) protected booleanTestCommand.nextNonOption(NArg arg, NCmdLine cmdLine, NshExecutionContext context) protected booleanTrueCommand.nextNonOption(NArg arg, NCmdLine cmdLine, NshExecutionContext context) protected booleanTypeCommand.nextNonOption(NArg arg, NCmdLine cmdLine, NshExecutionContext context) protected booleanUnaliasCommand.nextNonOption(NArg arg, NCmdLine cmdLine, NshExecutionContext context) protected booleanUnameCommand.nextNonOption(NArg arg, NCmdLine cmdLine, NshExecutionContext context) protected booleanUnsetCommand.nextNonOption(NArg arg, NCmdLine cmdLine, NshExecutionContext context) protected booleanAliasCommand.nextOption(NArg arg, NCmdLine cmdLine, NshExecutionContext context) protected booleanBaseNameCommand.nextOption(NArg arg, NCmdLine cmdLine, NshExecutionContext context) protected booleanBuiltinCommand.nextOption(NArg arg, NCmdLine cmdLine, NshExecutionContext context) protected booleanCdCommand.nextOption(NArg arg, NCmdLine cmdLine, NshExecutionContext context) protected booleanClearCommand.nextOption(NArg arg, NCmdLine cmdLine, NshExecutionContext context) protected booleanCommandCommand.nextOption(NArg arg, NCmdLine cmdLine, NshExecutionContext context) protected booleanDirNameCommand.nextOption(NArg arg, NCmdLine cmdLine, NshExecutionContext context) protected booleanEchoCommand.nextOption(NArg arg, NCmdLine cmdLine, NshExecutionContext context) protected booleanEnableCommand.nextOption(NArg arg, NCmdLine cmdLine, NshExecutionContext context) protected booleanEnvCommand.nextOption(NArg arg, NCmdLine cmdLine, NshExecutionContext context) protected booleanFalseCommand.nextOption(NArg arg, NCmdLine cmdLine, NshExecutionContext context) protected booleanHistoryCommand.nextOption(NArg arg, NCmdLine cmdLine, NshExecutionContext context) protected booleanPwdCommand.nextOption(NArg arg, NCmdLine cmdLine, NshExecutionContext context) protected booleanSetCommand.nextOption(NArg arg, NCmdLine cmdLine, NshExecutionContext context) protected booleanSourceCommand.nextOption(NArg arg, NCmdLine cmdLine, NshExecutionContext context) protected booleanTestCommand.nextOption(NArg arg, NCmdLine cmdLine, NshExecutionContext context) protected booleanTrueCommand.nextOption(NArg arg, NCmdLine cmdLine, NshExecutionContext context) protected booleanTypeCommand.nextOption(NArg arg, NCmdLine cmdLine, NshExecutionContext context) protected booleanUnaliasCommand.nextOption(NArg arg, NCmdLine cmdLine, NshExecutionContext context) protected booleanUnameCommand.nextOption(NArg arg, NCmdLine cmdLine, NshExecutionContext context) protected booleanUnsetCommand.nextOption(NArg arg, NCmdLine cmdLine, NshExecutionContext context) -
Uses of NshExecutionContext in net.thevpc.nsh.cmd.impl.common
Methods in net.thevpc.nsh.cmd.impl.common with parameters of type NshExecutionContextModifier and TypeMethodDescriptionprotected voidJsonCommand.main(NCmdLine cmdLine, NshExecutionContext context) protected voidLoginCommand.main(NCmdLine cmdLine, NshExecutionContext context) protected voidLogoutCommand.main(NCmdLine cmdLine, NshExecutionContext context) protected voidPropsCommand.main(NCmdLine cmdLine, NshExecutionContext context) protected voidXmlCommand.main(NCmdLine cmdLine, NshExecutionContext context) protected booleanJsonCommand.nextNonOption(NArg arg, NCmdLine cmdLine, NshExecutionContext context) protected booleanLoginCommand.nextNonOption(NArg arg, NCmdLine cmdLine, NshExecutionContext context) protected booleanLogoutCommand.nextNonOption(NArg arg, NCmdLine cmdLine, NshExecutionContext context) protected booleanPropsCommand.nextNonOption(NArg arg, NCmdLine cmdLine, NshExecutionContext context) protected booleanXmlCommand.nextNonOption(NArg arg, NCmdLine cmdLine, NshExecutionContext context) protected booleanJsonCommand.nextOption(NArg arg, NCmdLine cmdLine, NshExecutionContext context) protected booleanLoginCommand.nextOption(NArg arg, NCmdLine cmdLine, NshExecutionContext context) protected booleanLogoutCommand.nextOption(NArg arg, NCmdLine cmdLine, NshExecutionContext context) protected booleanPropsCommand.nextOption(NArg arg, NCmdLine cmdLine, NshExecutionContext context) protected booleanXmlCommand.nextOption(NArg arg, NCmdLine cmdLine, NshExecutionContext context) -
Uses of NshExecutionContext in net.thevpc.nsh.cmd.impl.core
Methods in net.thevpc.nsh.cmd.impl.core with parameters of type NshExecutionContextModifier and TypeMethodDescriptionprotected voidAutocompleteCommand.main(NCmdLine cmdLine, NshExecutionContext context) protected voidExitCommand.main(NCmdLine cmdLine, NshExecutionContext context) protected voidHelpCommand.main(NCmdLine cmdLine, NshExecutionContext context) protected voidShowerrCommand.main(NCmdLine cmdLine, NshExecutionContext context) protected voidVersionCommand.main(NCmdLine cmdLine, NshExecutionContext context) protected booleanAutocompleteCommand.nextNonOption(NArg arg, NCmdLine cmdLine, NshExecutionContext context) protected booleanExitCommand.nextNonOption(NArg arg, NCmdLine cmdLine, NshExecutionContext context) protected booleanHelpCommand.nextNonOption(NArg arg, NCmdLine cmdLine, NshExecutionContext context) protected booleanShowerrCommand.nextNonOption(NArg arg, NCmdLine cmdLine, NshExecutionContext context) protected booleanVersionCommand.nextNonOption(NArg arg, NCmdLine cmdLine, NshExecutionContext context) protected booleanAutocompleteCommand.nextOption(NArg arg, NCmdLine cmdLine, NshExecutionContext context) protected booleanExitCommand.nextOption(NArg arg, NCmdLine cmdLine, NshExecutionContext context) protected booleanHelpCommand.nextOption(NArg arg, NCmdLine cmdLine, NshExecutionContext context) protected booleanShowerrCommand.nextOption(NArg arg, NCmdLine cmdLine, NshExecutionContext context) protected booleanVersionCommand.nextOption(NArg arg, NCmdLine cmdLine, NshExecutionContext context) -
Uses of NshExecutionContext in net.thevpc.nsh.cmd.impl.posix
Methods in net.thevpc.nsh.cmd.impl.posix with parameters of type NshExecutionContextModifier and TypeMethodDescriptionvoidCpCommand.copy(NPath from, NPath to, CpCommand.Options o, NshExecutionContext context) protected voidWgetCommand.download(String path, String output, NshExecutionContext context) protected voidDateCommand.init(NCmdLine cmdLine, NshExecutionContext context) protected voidCatCommand.main(NCmdLine cmdLine, NshExecutionContext context) protected voidChmodCommand.main(NCmdLine cmdLine, NshExecutionContext context) protected voidCpCommand.main(NCmdLine cmdLine, NshExecutionContext context) protected voidDateCommand.main(NCmdLine cmdLine, NshExecutionContext context) protected voidDfCommand.main(NCmdLine cmdLine, NshExecutionContext context) protected voidHeadCommand.main(NCmdLine cmdLine, NshExecutionContext context) protected voidJpsCommand.main(NCmdLine cmdLine, NshExecutionContext context) protected voidKillCommand.main(NCmdLine cmdLine, NshExecutionContext context) protected voidLsCommand.main(NCmdLine cmdLine, NshExecutionContext context) protected voidMkdirCommand.main(NCmdLine cmdLine, NshExecutionContext context) protected voidPsCommand.main(NCmdLine cmdLine, NshExecutionContext context) protected voidRmCommand.main(NCmdLine cmdLine, NshExecutionContext context) protected voidSshCommand.main(NCmdLine cmdLine, NshExecutionContext context) protected voidTailCommand.main(NCmdLine cmdLine, NshExecutionContext context) protected voidUnzipCommand.main(NCmdLine cmdLine, NshExecutionContext context) protected voidWgetCommand.main(NCmdLine cmdLine, NshExecutionContext context) protected voidWhoamiCommand.main(NCmdLine cmdLine, NshExecutionContext context) protected voidZipCommand.main(NCmdLine cmdLine, NshExecutionContext context) protected booleanCatCommand.nextNonOption(NArg arg, NCmdLine cmdLine, NshExecutionContext context) protected booleanChmodCommand.nextNonOption(NArg arg, NCmdLine cmdLine, NshExecutionContext context) protected booleanCpCommand.nextNonOption(NArg arg, NCmdLine cmdLine, NshExecutionContext context) protected booleanDateCommand.nextNonOption(NArg arg, NCmdLine cmdLine, NshExecutionContext context) protected booleanDfCommand.nextNonOption(NArg arg, NCmdLine cmdLine, NshExecutionContext context) protected booleanHeadCommand.nextNonOption(NArg arg, NCmdLine cmdLine, NshExecutionContext context) protected booleanJpsCommand.nextNonOption(NArg arg, NCmdLine cmdLine, NshExecutionContext context) protected booleanKillCommand.nextNonOption(NArg arg, NCmdLine cmdLine, NshExecutionContext context) protected booleanLsCommand.nextNonOption(NArg arg, NCmdLine cmdLine, NshExecutionContext context) protected booleanMkdirCommand.nextNonOption(NArg arg, NCmdLine cmdLine, NshExecutionContext context) protected booleanPsCommand.nextNonOption(NArg arg, NCmdLine cmdLine, NshExecutionContext context) protected booleanRmCommand.nextNonOption(NArg arg, NCmdLine cmdLine, NshExecutionContext context) protected booleanSshCommand.nextNonOption(NArg arg, NCmdLine cmdLine, NshExecutionContext context) protected booleanTailCommand.nextNonOption(NArg arg, NCmdLine cmdLine, NshExecutionContext context) protected booleanUnzipCommand.nextNonOption(NArg arg, NCmdLine cmdLine, NshExecutionContext context) protected booleanWgetCommand.nextNonOption(NArg arg, NCmdLine cmdLine, NshExecutionContext context) protected booleanWhoamiCommand.nextNonOption(NArg arg, NCmdLine cmdLine, NshExecutionContext context) protected booleanZipCommand.nextNonOption(NArg arg, NCmdLine cmdLine, NshExecutionContext context) protected booleanCatCommand.nextOption(NArg arg, NCmdLine cmdLine, NshExecutionContext context) protected booleanChmodCommand.nextOption(NArg arg, NCmdLine cmdLine, NshExecutionContext context) protected booleanCpCommand.nextOption(NArg arg, NCmdLine cmdLine, NshExecutionContext context) protected booleanDateCommand.nextOption(NArg arg, NCmdLine cmdLine, NshExecutionContext context) protected booleanDfCommand.nextOption(NArg arg, NCmdLine cmdLine, NshExecutionContext context) protected booleanHeadCommand.nextOption(NArg arg, NCmdLine cmdLine, NshExecutionContext context) protected booleanJpsCommand.nextOption(NArg arg, NCmdLine cmdLine, NshExecutionContext context) protected booleanKillCommand.nextOption(NArg arg, NCmdLine cmdLine, NshExecutionContext context) protected booleanLsCommand.nextOption(NArg arg, NCmdLine cmdLine, NshExecutionContext context) protected booleanMkdirCommand.nextOption(NArg arg, NCmdLine cmdLine, NshExecutionContext context) protected booleanPsCommand.nextOption(NArg arg, NCmdLine cmdLine, NshExecutionContext context) protected booleanRmCommand.nextOption(NArg arg, NCmdLine cmdLine, NshExecutionContext context) protected booleanSshCommand.nextOption(NArg arg, NCmdLine cmdLine, NshExecutionContext context) protected booleanTailCommand.nextOption(NArg arg, NCmdLine cmdLine, NshExecutionContext context) protected booleanUnzipCommand.nextOption(NArg arg, NCmdLine cmdLine, NshExecutionContext context) protected booleanWgetCommand.nextOption(NArg arg, NCmdLine cmdLine, NshExecutionContext context) protected booleanWhoamiCommand.nextOption(NArg arg, NCmdLine cmdLine, NshExecutionContext context) protected booleanZipCommand.nextOption(NArg arg, NCmdLine cmdLine, NshExecutionContext context) -
Uses of NshExecutionContext in net.thevpc.nsh.cmd.impl.posix.extra
Methods in net.thevpc.nsh.cmd.impl.posix.extra with parameters of type NshExecutionContextModifier and TypeMethodDescriptionprotected voidHostsCommand.main(NCmdLine cmdLine, NshExecutionContext context) protected booleanHostsCommand.nextNonOption(NArg arg, NCmdLine cmdLine, NshExecutionContext context) protected booleanHostsCommand.nextOption(NArg arg, NCmdLine cmdLine, NshExecutionContext context) -
Uses of NshExecutionContext in net.thevpc.nsh.cmd.impl.posix.grep
Methods in net.thevpc.nsh.cmd.impl.posix.grep with parameters of type NshExecutionContextModifier and TypeMethodDescriptionprotected voidGrepCommand.main(NCmdLine cmdLine, NshExecutionContext context) protected booleanGrepCommand.nextNonOption(NArg arg, NCmdLine cmdLine, NshExecutionContext context) protected booleanGrepCommand.nextOption(NArg arg, NCmdLine cmdLine, NshExecutionContext context) -
Uses of NshExecutionContext in net.thevpc.nsh.eval
Classes in net.thevpc.nsh.eval that implement NshExecutionContextMethods in net.thevpc.nsh.eval that return NshExecutionContextModifier and TypeMethodDescriptionAbstractNshContext.createCommandContext(NshBuiltin command) NshContext.createCommandContext(NshBuiltin command) DefaultNshExecutionContext.setErr(PrintStream err) NshExecutionContext.setErr(PrintStream err) DefaultNshExecutionContext.setIn(InputStream in) NshExecutionContext.setIn(InputStream in) NshExecutionContext.setOptions(Object options) DefaultNshExecutionContext.setOut(PrintStream out) NshExecutionContext.setOut(PrintStream out) DefaultNshExecutionContext.setSession(NSession session) NshExecutionContext.setSession(NSession session) -
Uses of NshExecutionContext in net.thevpc.nsh.options.autocomplete
Methods in net.thevpc.nsh.options.autocomplete with parameters of type NshExecutionContextModifier and TypeMethodDescriptionvoidNCommandAutoCompleteComponent.autoComplete(NshBuiltin command, NshExecutionContext context) -
Uses of NshExecutionContext in net.thevpc.nsh.parser.nodes
Classes in net.thevpc.nsh.parser.nodes with type parameters of type NshExecutionContext