|
IcedTea-Web NetX |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.jnlp.JNLPFile
net.sourceforge.jnlp.PluginBridge
public class PluginBridge
Field Summary |
---|
Fields inherited from class net.sourceforge.jnlp.JNLPFile |
---|
codeBase, component, defaultArch, defaultLocale, defaultOS, fileLocation, fileVersion, info, launchType, resources, security, sharedResources, sourceLocation, specVersion, uniqueKey, update |
Constructor Summary | |
---|---|
PluginBridge(java.net.URL codebase,
java.net.URL documentBase,
java.lang.String jar,
java.lang.String main,
int width,
int height,
java.util.Hashtable<java.lang.String,java.lang.String> atts)
|
Method Summary | |
---|---|
boolean |
codeBaseLookup()
|
DownloadOptions |
getDownloadOptionsForJar(JARDesc jar)
|
InformationDesc |
getInformation(java.util.Locale locale)
Returns the information section of the JNLP file as viewed through the specified locale. |
ResourcesDesc |
getResources(java.util.Locale locale,
java.lang.String os,
java.lang.String arch)
Returns the resources section of the JNLP file for the specified locale, os, and arch. |
ResourcesDesc[] |
getResourcesDescs(java.util.Locale locale,
java.lang.String os,
java.lang.String arch)
Returns the resources section of the JNLP file for the specified locale, os, and arch. |
java.lang.String |
getTitle()
Returns the JNLP file's title. |
boolean |
isApplet()
Returns whether the lauch descriptor describes an Applet. |
boolean |
isApplication()
Returns whether the lauch descriptor describes an Application. |
boolean |
isComponent()
Returns whether the lauch descriptor describes a Component. |
boolean |
isInstaller()
Returns whether the lauch descriptor describes an Installer. |
Methods inherited from class net.sourceforge.jnlp.JNLPFile |
---|
getApplet, getApplication, getCodeBase, getComponent, getFileLocation, getFileVersion, getInformation, getInstaller, getLaunchInfo, getNewVMArgs, getResources, getResourcesDescs, getSecurity, getSourceLocation, getSpecVersion, getUniqueKey, getUpdate, needsNewVM, setDefaults |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PluginBridge(java.net.URL codebase, java.net.URL documentBase, java.lang.String jar, java.lang.String main, int width, int height, java.util.Hashtable<java.lang.String,java.lang.String> atts) throws java.lang.Exception
java.lang.Exception
Method Detail |
---|
public boolean codeBaseLookup()
public DownloadOptions getDownloadOptionsForJar(JARDesc jar)
getDownloadOptionsForJar
in class JNLPFile
public java.lang.String getTitle()
JNLPFile
getTitle
in class JNLPFile
public InformationDesc getInformation(java.util.Locale locale)
JNLPFile
getInformation
in class JNLPFile
public ResourcesDesc getResources(java.util.Locale locale, java.lang.String os, java.lang.String arch)
JNLPFile
getResources
in class JNLPFile
public ResourcesDesc[] getResourcesDescs(java.util.Locale locale, java.lang.String os, java.lang.String arch)
getResourcesDescs
in class JNLPFile
public boolean isApplet()
JNLPFile
isApplet
in class JNLPFile
public boolean isApplication()
JNLPFile
isApplication
in class JNLPFile
public boolean isComponent()
JNLPFile
isComponent
in class JNLPFile
public boolean isInstaller()
JNLPFile
isInstaller
in class JNLPFile
|
IcedTea-Web NetX |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |