public class LaunchOptions
extends java.lang.Object
| Constructor and Description |
|---|
LaunchOptions() |
| Modifier and Type | Method and Description |
|---|---|
java.io.File |
getDestination() |
java.lang.String |
getDestinationValue() |
java.io.File |
getSource() |
java.lang.String |
getSourceValue() |
java.lang.String |
getTemplate() |
boolean |
isBake() |
boolean |
isClearCache() |
boolean |
isHelpNeeded() |
boolean |
isInit() |
boolean |
isRunServer() |
public java.lang.String getTemplate()
public java.io.File getSource()
public java.lang.String getSourceValue()
public java.io.File getDestination()
public java.lang.String getDestinationValue()
public boolean isHelpNeeded()
public boolean isRunServer()
public boolean isInit()
public boolean isClearCache()
public boolean isBake()