| org.tp23.antinstaller.PropertiesFileRenderer
All known Subclasses: org.tp23.antinstaller.DefaultPropertiesFileRenderer, org.tp23.antinstaller.ExplicitPropertiesFileRenderer,
PropertiesFileRenderer | public interface PropertiesFileRenderer (Code) | | Renders a properties file in the base directory for Ant to use and
available for viewing after for Debug
In earlier versions this was the only way to access properties it is now
mostly redundant.
author: Paul Hinds version: $Id: PropertiesFileRenderer.java,v 1.4 2006/12/23 04:07:23 teknopaul Exp $ |
FILE_ROOT_PROPERTY | final public static String FILE_ROOT_PROPERTY(Code) | | |
INSTALLER_VERSION_PROPERTY | final public static String INSTALLER_VERSION_PROPERTY(Code) | | |
PROPERTIES_FILE_NAME | final public static String PROPERTIES_FILE_NAME(Code) | | |
TARGETS_SUFFIX | final public static String TARGETS_SUFFIX(Code) | | |
renderProperties | public void renderProperties(InstallerContext ctx, File baseDir)(Code) | | This method no longer throws IOException since the requirement to print properties
has been removed. By default properties will be printed since they are usefull
for debug but classes implementing this method should swallow all Exceptions
Parameters: ctx - InstallerContext Parameters: baseDir - File |
|
|