Class NshOptions
java.lang.Object
net.thevpc.nsh.options.NshOptions
-
Field Summary
FieldsModifier and TypeFieldDescriptionbooleanmaximize compatibility with bashbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanboolean-s optionbooleanbooleanboolean -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetFiles()booleanisBash()booleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanisHelp()booleanbooleanisLogin()booleanbooleanbooleanisNoRc()booleanisNsh()booleanisPosix()booleanbooleanbooleanbooleanbooleanisXtrace()setBash(boolean bash) setCommand(boolean command) setCommandArgs(List<String> commandArgs) setDebugger(boolean debugger) setDumpPoStrings(boolean dumpPoStrings) setDumpStrings(boolean dumpStrings) setEffectiveInteractive(boolean effectiveInteractive) setErrExit(boolean errExit) setExitAfterProcessingLines(boolean exitAfterProcessingLines) setHelp(boolean help) setInteractive(boolean interactive) setLogin(boolean login) setNoEditing(boolean noEditing) setNoProfile(boolean noProfile) setNoRc(boolean noRc) setPosix(boolean posix) setReadCommandsFromStdIn(boolean readCommandsFromStdIn) setRestricted(boolean restricted) setServiceName(String serviceName) setShutdownScript(String shutdownScript) setStartupScript(String startupScript) setVerbose(boolean verbose) setVersion(boolean version) setXtrace(boolean xtrace)
-
Field Details
-
verbose
public boolean verbose -
xtrace
public boolean xtrace -
errExit
public boolean errExit -
restricted
public boolean restricted -
interactive
public boolean interactive -
effectiveInteractive
public boolean effectiveInteractive -
posix
public boolean posix -
exitAfterProcessingLines
public boolean exitAfterProcessingLines -
bash
public boolean bashmaximize compatibility with bash -
noRc
public boolean noRc -
noProfile
public boolean noProfile -
noEditing
public boolean noEditing -
dumpPoStrings
public boolean dumpPoStrings -
dumpStrings
public boolean dumpStrings -
login
public boolean login -
debugger
public boolean debugger -
readCommandsFromStdIn
public boolean readCommandsFromStdIn-s option -
rcFile
-
command
public boolean command -
commandArgs
-
-
Constructor Details
-
NshOptions
public NshOptions()
-
-
Method Details
-
isVerbose
public boolean isVerbose() -
setVerbose
-
isXtrace
public boolean isXtrace() -
setXtrace
-
isRestricted
public boolean isRestricted() -
setRestricted
-
isInteractive
public boolean isInteractive() -
setInteractive
-
isPosix
public boolean isPosix() -
setPosix
-
isNoRc
public boolean isNoRc() -
setNoRc
-
isNoProfile
public boolean isNoProfile() -
setNoProfile
-
isNoEditing
public boolean isNoEditing() -
setNoEditing
-
isDumpPoStrings
public boolean isDumpPoStrings() -
setDumpPoStrings
-
isDumpStrings
public boolean isDumpStrings() -
setDumpStrings
-
isLogin
public boolean isLogin() -
setLogin
-
isDebugger
public boolean isDebugger() -
setDebugger
-
getRcFile
-
setRcFile
-
isReadCommandsFromStdIn
public boolean isReadCommandsFromStdIn() -
setReadCommandsFromStdIn
-
isBash
public boolean isBash() -
setBash
-
isCommand
public boolean isCommand() -
setCommand
-
getCommandArgs
-
setCommandArgs
-
getFiles
-
setFiles
-
isExitAfterProcessingLines
public boolean isExitAfterProcessingLines() -
setExitAfterProcessingLines
-
getServiceName
-
setServiceName
-
getStartupScript
-
setStartupScript
-
getShutdownScript
-
setShutdownScript
-
isVersion
public boolean isVersion() -
setVersion
-
isHelp
public boolean isHelp() -
setHelp
-
isEffectiveInteractive
public boolean isEffectiveInteractive() -
setEffectiveInteractive
-
isErrExit
public boolean isErrExit() -
setErrExit
-
isNsh
public boolean isNsh()
-