public class JNLPDeploymentDescriptor extends WebDeploymentDescriptor
NEW_LINE, OS_NEW_LINE| Constructor and Description |
|---|
JNLPDeploymentDescriptor() |
| Modifier and Type | Method and Description |
|---|---|
JNLPHTMLDocument |
getHtmlDocument() |
String |
getMainClass() |
ShortcutDescriptor |
getShortcut() |
boolean |
isOfflineAllowed() |
void |
setHtmlDocument(JNLPHTMLDocument htmlDocument) |
void |
setMainClass(String mainClass) |
void |
setOfflineAllowed(boolean offlineAllowed) |
void |
setShortcut(ShortcutDescriptor shortcut) |
addPermission, getCodeBase, getSecurityKey, getSecurityPermissions, getTargetServer, setCodeBase, setSecurityKey, setSecurityPermissions, setTargetServergetDescription, getIcon, getName, getTitle, getTooltip, getVendor, setDescription, setIcon, setName, setTitle, setTooltip, setVendordebug, getLenName, insertInstanceValue, printInstanceValues, toStringpublic ShortcutDescriptor getShortcut()
public void setShortcut(ShortcutDescriptor shortcut)
public JNLPHTMLDocument getHtmlDocument()
public void setHtmlDocument(JNLPHTMLDocument htmlDocument)
public boolean isOfflineAllowed()
public void setOfflineAllowed(boolean offlineAllowed)
public String getMainClass()
public void setMainClass(String mainClass)
Copyright © 2019 SMYLD. All rights reserved.