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.
Class Options
- java.lang.Object
-
- com.vaadin.open.Options
-
public class Options extends Object
-
-
Constructor Summary
Constructors Constructor and Description Options()
-
Method Summary
All Methods Modifier and Type Method and Description boolean
isAllowNonzeroExitCode()
boolean
isBackground()
boolean
isNewInstance()
boolean
isWait()
void
setAllowNonzeroExitCode(boolean allowNonzeroExitCode)
void
setBackground(boolean background)
void
setNewInstance(boolean newInstance)
void
setWait(boolean wait)
-
-
-
Method Detail
-
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()
-
-