com.limegroup.gnutella.gui
Class PackagedMediaFileLauncher
java.lang.Object
com.limegroup.gnutella.gui.PackagedMediaFileLauncher
- public class PackagedMediaFileLauncher
- extends java.lang.Object
Allow pmf files to be launched externally from LimeWire.
If LimeWire is started with "-pmf filename" arguments,
then the file will be unpacked and a root level index.htm[l]
will be launched in the browser. Launching a ".pmf" file from
the Library will have the same effect.
pmf files are really just zip files with top level index.html files.
Method Summary |
static void |
launchFile(java.lang.String fname,
boolean isLimeRunning)
Take a full path name |
static void |
main(java.lang.String[] args)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PackagedMediaFileLauncher
public PackagedMediaFileLauncher()
main
public static void main(java.lang.String[] args)
launchFile
public static void launchFile(java.lang.String fname,
boolean isLimeRunning)
- Take a full path name