All Methods Instance Methods Concrete Methods
Modifier and Type |
Method and Description |
SecondaryLauncher.Argument |
createArgument() |
DeployFXTask.BundleArgument |
createBundleArgument() |
Platform.Jvmarg |
createJvmarg() |
Platform.Property |
createJVMUserArg() |
Map<String,? super Object> |
createLauncherMap() |
Platform.Property |
createProperty() |
String |
getAppDescription() |
String |
getCopyright() |
File |
getIcon() |
String |
getMainClass() |
Boolean |
getMenu() |
String |
getName() |
Boolean |
getShortcut() |
String |
getTitle() |
String |
getVendor() |
String |
getVersion() |
void |
putUnlessNull(Map<String,? super Object> params,
String param,
Object value) |
void |
putUnlessNullOrEmpty(Map<String,? super Object> params,
String param,
Collection value) |
void |
putUnlessNullOrEmpty(Map<String,? super Object> params,
String param,
Map value) |
void |
setAppDescription(String appDescription) |
void |
setCopyright(String copyright) |
void |
setDynamicAttribute(String name,
String value) |
void |
setIcon(File icon) |
void |
setMainClass(String mainClass) |
void |
setMenu(Boolean menu) |
void |
setName(String name) |
void |
setShortcut(Boolean shortcut) |
void |
setTitle(String title) |
void |
setVendor(String vendor) |
void |
setVersion(String version) |