com.izforge.izpack.compiler
Class StdKunststoffPackager

java.lang.Object
  extended bycom.izforge.izpack.compiler.Packager
      extended bycom.izforge.izpack.compiler.StdPackager
          extended bycom.izforge.izpack.compiler.StdKunststoffPackager

public class StdKunststoffPackager
extends StdPackager

The standard installer class, using the Kunststoff L&F.

Author:
Julien Ponge

Field Summary
 
Fields inherited from class com.izforge.izpack.compiler.StdPackager
outJar
 
Fields inherited from class com.izforge.izpack.compiler.Packager
langpacks, listener, packs, SKELETON_SUBPATH
 
Constructor Summary
StdKunststoffPackager(java.lang.String outputFilename, PackagerListener plistener)
          The constructor.
 
Method Summary
 void finish()
          Tells the packager to finish the job.
 
Methods inherited from class com.izforge.izpack.compiler.StdPackager
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

StdKunststoffPackager

public StdKunststoffPackager(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.

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