com.izforge.izpack.compiler
Class WebKunststoffPackager

java.lang.Object
  extended bycom.izforge.izpack.compiler.Packager
      extended bycom.izforge.izpack.compiler.WebPackager
          extended bycom.izforge.izpack.compiler.WebKunststoffPackager

public class WebKunststoffPackager
extends WebPackager

Web installer class with the Kunststoff L&F support.

Author:
Julien Ponge

Field Summary
 
Fields inherited from class com.izforge.izpack.compiler.WebPackager
outJar, webJar
 
Fields inherited from class com.izforge.izpack.compiler.Packager
langpacks, listener, packs, SKELETON_SUBPATH
 
Constructor Summary
WebKunststoffPackager(java.lang.String outputFilename, PackagerListener plistener)
          The constructor.
 
Method Summary
 void finish()
          Tells the packager to finish the job (misc writings, cleanups, closings , ...).
 
Methods inherited from class com.izforge.izpack.compiler.WebPackager
addJarContent, addLangPack, addNativeLibrary, addPack, addPanelClass, addResource, setGUIPrefs, setInfo, setPanelsOrder, setVariables
 
Methods inherited from class com.izforge.izpack.compiler.Packager
copyStream, packAdded, sendMsg, sendStart, sendStop, setPackagerListener, writeSkeletonInstaller
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WebKunststoffPackager

public WebKunststoffPackager(java.lang.String outputFilename,
                             PackagerListener plistener)
                      throws java.lang.Exception
The constructor.

Parameters:
outputFilename - The output filename.
plistener - The packager listener.
Throws:
java.lang.Exception - Description of the Exception
Method Detail

finish

public void finish()
            throws java.lang.Exception
Tells the packager to finish the job (misc writings, cleanups, closings , ...).

Overrides:
finish in class WebPackager
Throws:
java.lang.Exception - Description of the Exception