| java.lang.Object com.izforge.izpack.compiler.PackagerBase com.izforge.izpack.compiler.Packager com.izforge.izpack.compiler.StdPackager com.izforge.izpack.compiler.StdKunststoffPackager
StdKunststoffPackager | public class StdKunststoffPackager extends StdPackager (Code) | | The standard installer class, using the Kunststoff L&F.
author: Julien Ponge |
Method Summary | |
public void | finish() Tells the packager to finish the job. |
StdKunststoffPackager | public StdKunststoffPackager(String outputFilename, PackagerListener plistener) throws Exception(Code) | | The constructor.
Parameters: outputFilename - The output filename. Parameters: plistener - The packager listener. exception: Exception - Description of the Exception |
finish | public void finish() throws Exception(Code) | | Tells the packager to finish the job.
exception: Exception - Description of the Exception |
Methods inherited from com.izforge.izpack.compiler.PackagerBase | public void addCustomJar(CustomData ca, URL url)(Code)(Java Doc) public void addJarContent(URL jarURL)(Code)(Java Doc) public void addJarContent(URL jarURL, List<String> files)(Code)(Java Doc) public void addLangPack(String iso3, URL xmlURL, URL flagURL)(Code)(Java Doc) public void addNativeLibrary(String name, URL url) throws Exception(Code)(Java Doc) public void addNativeUninstallerLibrary(CustomData data)(Code)(Java Doc) public void addPack(PackInfo pack)(Code)(Java Doc) public void addPanelJar(Panel panel, URL jarURL)(Code)(Java Doc) public void addResource(String resId, URL url)(Code)(Java Doc) public PackCompressor getCompressor()(Code)(Java Doc) public Map<String, DynamicVariable> getDynamicVariables()(Code)(Java Doc) public PackagerListener getPackagerListener()(Code)(Java Doc) public List<PackInfo> getPacksList()(Code)(Java Doc) public Map<String, Condition> getRules()(Code)(Java Doc) public Properties getVariables()(Code)(Java Doc) public void initPackCompressor(String compr_format, int compr_level) throws CompilerException(Code)(Java Doc) protected void sendMsg(String job)(Code)(Java Doc) protected void sendMsg(String job, int priority)(Code)(Java Doc) protected void sendStart()(Code)(Java Doc) protected void sendStop()(Code)(Java Doc) public void setDynamicVariables(Map<String, DynamicVariable> dynamicvariables)(Code)(Java Doc) public void setGUIPrefs(GUIPrefs prefs)(Code)(Java Doc) public void setInfo(Info info) throws Exception(Code)(Java Doc) public void setPackagerListener(PackagerListener listener)(Code)(Java Doc) public void setRules(Map<String, Condition> rules)(Code)(Java Doc) abstract protected void writeIncludedJars() throws IOException(Code)(Java Doc) protected void writeInstaller() throws Exception(Code)(Java Doc) abstract protected void writeInstallerObject(String entryName, Object object) throws IOException(Code)(Java Doc) abstract protected void writeInstallerResources() throws IOException(Code)(Java Doc) abstract protected void writePacks() throws Exception(Code)(Java Doc) abstract protected void writeSkeletonInstaller() throws IOException(Code)(Java Doc)
|
|
|