| org.tp23.antinstaller.taskdefs.Installer
All known Subclasses: org.tp23.antinstaller.taskdefs.ValidateConfig,
Installer | public class Installer extends Jar (Code) | | Creates a Installer archive.
|
SELF_EXTRACTOR | final public static String SELF_EXTRACTOR(Code) | | |
failOnError | protected boolean failOnError(Code) | | Stop the build if there is a known error in the config
|
validateConfig | protected boolean validateConfig(Code) | | perform the validation
|
Installer | public Installer()(Code) | | constructor
|
cleanUp | protected void cleanUp()(Code) | | |
execute | public void execute()(Code) | | Overrides the ZIP execute() method which creates filesets
|
initZipOutputStream | protected void initZipOutputStream(ZipOutputStream zOut) throws IOException, BuildException(Code) | | override of parent; validates configuration
before initializing the output stream. The Manifest is set in the Jar superclass's
method so Manifest modifications must be performed in this method
|
readConfig | protected void readConfig()(Code) | | |
reset | public void reset()(Code) | | |
setAntInstallLib | public void setAntInstallLib(File antInstallLib)(Code) | | The location of ant-installer.jar and possibly jgoodies-edited-1_2_2.jar
Parameters: antInstallLib - The antInstallLib to set. |
setAntLib | public void setAntLib(File antLib)(Code) | | The location of ant.jar and ant-launcher.jar
Parameters: antLib - The antLib to set. |
setBuildFile | public void setBuildFile(File buildFile)(Code) | | Parameters: buildFile - The buildFile to set. |
setExtractImage | public void setExtractImage(File extractImage)(Code) | | A side effect of this attribute is that the duplicate attribute is set to "preserve"
Parameters: extractImage - The extract image to use in the SelfExtractor progress. |
setExtractType | public void setExtractType(String extractType)(Code) | | Parameters: extractType - The extractType to set. |
setFailOnError | public void setFailOnError(boolean fail)(Code) | | |
setIcons | public void setIcons(String icons)(Code) | | Parameters: icons - The ocons pack to use for buttons. |
setInstallConfig | public void setInstallConfig(File installConfig)(Code) | | Parameters: installConfig - The installConfig to set. |
setValidateConfig | public void setValidateConfig(boolean validate)(Code) | | |
setXercesLib | public void setXercesLib(File xercesLib)(Code) | | Parameters: xercesLib - The xercesLib to set. |
validateConfig | protected void validateConfig()(Code) | | |
|
|