[rfc][icedtea-web] Introduce LaunchDesc interface for AppletDesc, ApplicationDesc & InstallerDesc
Adam Domurad
adomurad at redhat.com
Mon Jun 25 08:11:24 PDT 2012
Hi. This patch addresses the issue that JNLPFile#launchType has a
non-descript type of 'Object'. This introduces an appropriate type,
LaunchDesc.
One open question I have is, I noticed two pieces of code in
JNLPClassLoader that checked specifically if the LaunchDesc was an
AppletDesc or an ApplicationDesc. How should these be handled in the
case of an InstallerDesc ? In the new patch, it simply tests if the
LaunchDesc is not null. Should InstallerDesc not be handled in
JNLPClassLoader#checkForMain as before ?
ChangeLog:
2012-06-25 Adam Domurad <adomurad at redhat.com>
Refactor JNLPFile#launchType into its own interface type (as opposed to
Object), LaunchDesc.
* netx/net/sourceforge/jnlp/AppletDesc.java: Add override annotation to
getMainClass().
* netx/net/sourceforge/jnlp/ApplicationDesc.java: Same as above
* netx/net/sourceforge/jnlp/InstallerDesc.java: Same as above
* netx/net/sourceforge/jnlp/JNLPFile.java: Make launchType a
LaunchDesc object. Update getLaunchInfo() accordingly.
* netx/net/sourceforge/jnlp/LaunchDesc.java: New launch description.
* netx/net/sourceforge/jnlp/Parser.java
(getLauncher): Return type changed to LaunchDesc
* netx/net/sourceforge/jnlp/runtime/JNLPClassLoader.java: Replace
occurences of instanceof with respect to launchType.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: ChangeLog
Type: text/x-changelog
Size: 766 bytes
Desc: not available
Url : http://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20120625/a3d6ec3d/ChangeLog.bin
-------------- next part --------------
A non-text attachment was scrubbed...
Name: launch-desc.patch
Type: text/x-patch
Size: 7726 bytes
Desc: not available
Url : http://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20120625/a3d6ec3d/launch-desc.patch
More information about the distro-pkg-dev
mailing list