schema.5.0.izpack-installation-5.0.xsd Maven / Gradle / Ivy
Specifies a pattern for generating the output file name. (Defaults to "%h/java%u.log").
See http://docs.oracle.com/javase/6/docs/api/java/util/logging/FileHandler.html for
details.
Specifies the logging level.
See http://docs.oracle.com/javase/6/docs/api/java/util/logging/FileHandler.html for
details.
Specifies the name of a Filter class to use (defaults to no Filter).
See http://docs.oracle.com/javase/6/docs/api/java/util/logging/FileHandler.html for
details.
The name of the character set encoding to use (defaults to the default platform
encoding).
See http://docs.oracle.com/javase/6/docs/api/java/util/logging/FileHandler.html for
details.
Specifies an approximate maximum amount to write (in bytes) to any one file. If this is
zero, then there is no limit. (Defaults to no limit).
See http://docs.oracle.com/javase/6/docs/api/java/util/logging/FileHandler.html for
details.
Specifies how many output files to cycle through (defaults to 1).
See http://docs.oracle.com/javase/6/docs/api/java/util/logging/FileHandler.html for
details.
Specifies whether the FileHandler should append onto any existing files (defaults to
false).
See http://docs.oracle.com/javase/6/docs/api/java/util/logging/FileHandler.html for
details.
Specifies whether IzPack should recursively create the parent directory of the file
resulting from the 'pattern' attribute before invoking FileHandler.
Specifies the global (console) logging level.
See http://docs.oracle.com/javase/6/docs/api/java/util/logging/FileHandler.html for details.
Determines whether confirmation is required when quitting the installer from this panel and panels
defined before this panel.
Set "true" to allow the installer to be closed using the "Quit" or "Done" button without
confirmation on this panel, but require confirmation on previous panels without this attribute.
Set "false" to prompt for confirmation when Quit or Done is pressed on this and previous panels
without this attribute.
If there is no "allowClose" attribute IzPack will exhibit its classic behavior, which is to prompt
for confirmation until the files are copied unless the Previous and Next buttons are both disabled.
Mentioning this tag means activating Pack200 compression for the assigned files.
This method applies for standard and unsigned JAR files containing bytecode, only.
Several configuration options can be set to customize the packer.
See http://java.sun.com/javase/6/docs/api/java/util/jar/Pack200.Unpacker.html