| java.lang.Object org.tp23.antinstaller.runtime.exe.EmbeddableConfig
EmbeddableConfig | public class EmbeddableConfig (Code) | | Used for embedding AI screens and functionality for a generic
properties editor UI.
author: Paul Hinds version: $Id: NonExtractor.java,v 1.4 2006/12/15 21:16:39 teknopaul Exp $ |
Method Summary | |
public InstallerContext | init(File installRoot, Properties props) Run method, this will run AI as if it were launched by the user but the properties files
will not be written out, the properties file passed as an argument will be updated
Parameters: File - installRoot needed by AI for logging and Ants basedir Parameters: Properties - props, your applications properties. | public InstallerContext | init(File installRoot) Run method, you should provide custom implementations for the LoadPropertiesFilter and PropertiesPrinterFilter
and specify them in the /org/tp23/antinstaller/runtime/exe/embedable.custom.fconfig file
of accept the default of ./antinstall.properties
The InstallerContexst used during the build (N.B. |
ANTINSTALLER_JAR_PROPERTY | public static String ANTINSTALLER_JAR_PROPERTY(Code) | | used by AntProjectFilter
|
CUSTOM_CONFIG_RESOURCE | public static String CUSTOM_CONFIG_RESOURCE(Code) | | |
PROPERTIES_CONFIG_RESOURCE | public static String PROPERTIES_CONFIG_RESOURCE(Code) | | |
EmbeddableConfig | public EmbeddableConfig()(Code) | | |
init | public InstallerContext init(File installRoot, Properties props)(Code) | | Run method, this will run AI as if it were launched by the user but the properties files
will not be written out, the properties file passed as an argument will be updated
Parameters: File - installRoot needed by AI for logging and Ants basedir Parameters: Properties - props, your applications properties. The InstallerContexst used during the build (N.B. this is not a thread safe object) |
init | public InstallerContext init(File installRoot)(Code) | | Run method, you should provide custom implementations for the LoadPropertiesFilter and PropertiesPrinterFilter
and specify them in the /org/tp23/antinstaller/runtime/exe/embedable.custom.fconfig file
of accept the default of ./antinstall.properties
The InstallerContexst used during the build (N.B. this is not a thread safe object) |
|
|