public class JShellOptions extends Object
| Modifier and Type | Field and Description |
|---|---|
boolean |
bash
maximize compatibility with bash
|
boolean |
command |
List<String> |
commandArgs |
boolean |
debugger |
boolean |
dumpPoStrings |
boolean |
dumpStrings |
boolean |
effectiveInteractive |
boolean |
errExit |
boolean |
exitAfterProcessingLines |
boolean |
interactive |
boolean |
login |
boolean |
noEditing |
boolean |
noProfile |
boolean |
noRc |
boolean |
posix |
String |
rcFile |
boolean |
restricted |
boolean |
stdInAndPos
-s option
|
boolean |
verbose |
boolean |
xtrace |
| Constructor and Description |
|---|
JShellOptions() |
public boolean verbose
public boolean xtrace
public boolean errExit
public boolean restricted
public boolean interactive
public boolean effectiveInteractive
public boolean posix
public boolean exitAfterProcessingLines
public boolean bash
public boolean noRc
public boolean noProfile
public boolean noEditing
public boolean dumpPoStrings
public boolean dumpStrings
public boolean login
public boolean debugger
public boolean stdInAndPos
public String rcFile
public boolean command
public boolean isVerbose()
public JShellOptions setVerbose(boolean verbose)
public boolean isXtrace()
public JShellOptions setXtrace(boolean xtrace)
public boolean isRestricted()
public JShellOptions setRestricted(boolean restricted)
public boolean isInteractive()
public JShellOptions setInteractive(boolean interactive)
public boolean isPosix()
public JShellOptions setPosix(boolean posix)
public boolean isNoRc()
public JShellOptions setNoRc(boolean noRc)
public boolean isNoProfile()
public JShellOptions setNoProfile(boolean noProfile)
public boolean isNoEditing()
public JShellOptions setNoEditing(boolean noEditing)
public boolean isDumpPoStrings()
public JShellOptions setDumpPoStrings(boolean dumpPoStrings)
public boolean isDumpStrings()
public JShellOptions setDumpStrings(boolean dumpStrings)
public boolean isLogin()
public JShellOptions setLogin(boolean login)
public boolean isDebugger()
public JShellOptions setDebugger(boolean debugger)
public String getRcFile()
public JShellOptions setRcFile(String rcFile)
public boolean isStdInAndPos()
public JShellOptions setStdInAndPos(boolean stdInAndPos)
public boolean isBash()
public JShellOptions setBash(boolean bash)
public boolean isCommand()
public JShellOptions setCommand(boolean command)
public JShellOptions setCommandArgs(List<String> commandArgs)
public JShellOptions setFiles(List<String> files)
public boolean isExitAfterProcessingLines()
public JShellOptions setExitAfterProcessingLines(boolean exitAfterProcessingLines)
public String getServiceName()
public JShellOptions setServiceName(String serviceName)
public String getStartupScript()
public JShellOptions setStartupScript(String startupScript)
public String getShutdownScript()
public JShellOptions setShutdownScript(String shutdownScript)
public boolean isVersion()
public JShellOptions setVersion(boolean version)
public boolean isHelp()
public JShellOptions setHelp(boolean help)
public boolean isEffectiveInteractive()
public JShellOptions setEffectiveInteractive(boolean effectiveInteractive)
public boolean isErrExit()
public JShellOptions setErrExit(boolean errExit)
public boolean isNsh()
Copyright © 2022 vpc open source initiative. All rights reserved.