Serializablepublic class JNLPDeploymentDescriptor extends WebDeploymentDescriptor
NEW_LINE, OS_NEW_LINE| Constructor | Description |
|---|---|
JNLPDeploymentDescriptor() |
| Modifier and Type | Method | 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) |
getDescription, getIcon, getName, getTitle, getTooltip, getVendor, setDescription, setIcon, setName, setTitle, setTooltip, setVendorclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitdebug, getLenName, insertInstanceValue, printInstanceValues, toStringaddPermission, getCodeBase, getSecurityKey, getSecurityPermissions, getTargetServer, setCodeBase, setSecurityKey, setSecurityPermissions, setTargetServerpublic 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.