We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
com.vaadin.open.
Package com.vaadin.open
Class Options
java.lang.Object
com.vaadin.open.Options
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
boolean
boolean
isWait()
void
setAllowNonzeroExitCode
(boolean allowNonzeroExitCode) void
setBackground
(boolean background) void
setNewInstance
(boolean newInstance) void
setWait
(boolean wait)
-
Constructor Details
-
Options
public Options()
-
-
Method Details
-
setWait
public void setWait(boolean wait) -
isWait
public boolean isWait() -
setBackground
public void setBackground(boolean background) -
isBackground
public boolean isBackground() -
setNewInstance
public void setNewInstance(boolean newInstance) -
isNewInstance
public boolean isNewInstance() -
setAllowNonzeroExitCode
public void setAllowNonzeroExitCode(boolean allowNonzeroExitCode) -
isAllowNonzeroExitCode
public boolean isAllowNonzeroExitCode()
-