org.tp23.antinstaller.runtime.exe |
|
Java Source File Name | Type | Comment |
AntLauncherFilter.java | Class | |
AntProjectFilter.java | Class | |
CreateLoggerFilter.java | Class | Creates a suitable logger for the install. |
CreateUIFilter.java | Class | Creates the Runner instance for the execution UI and sets up an appropriate
message renderer. |
EmbeddableConfig.java | Class | Used for embedding AI screens and functionality for a generic
properties editor UI. |
EmbeddableCreateUIFilter.java | Class | |
EmbeddablePropertyLoaderFilter.java | Class | |
EmbeddablePropertyPrinterFilter.java | Class | |
ExecuteFilter.java | Interface | The Execute engine is being replaced with a filter pattern to enable
further extension of the system, Initiallly a hardcoded filter chain
will be used subsequently to be replaced by a pluggable mechanism. |
ExecuteRunnerFilter.java | Class | |
FilterChain.java | Interface | A filter chain is a series of operations to be run by the ExecInstall class. |
FilterFactory.java | Class | Loads FilterChains from resource files on the classpath with lists of class
names listed in order. |
FinalizerFilter.java | Class | This filter is called at the end of the install. |
InputStreamLoadConfigFilter.java | Class | |
LangSelectFilter.java | Class | |
LoadConfigFilter.java | Class | Loads the Ant Install configuration and sets the Installer object back
into the context. |
PropertyLoaderFilter.java | Class | Loads properties from a file of default properties if found.
the Installer element should define an attribute
loadDefaults with one of the following values.
false - do not look for defaults
prompt - look for properties and ask if they should be used if found
true - look for defaults if found load them
prompt-auto - weird case where installer permits zero user interaction running only from antinstaller-config.xml defaults
N.B. |
PropertyPrinterFilter.java | Class | |
ReleaseNotesFilter.java | Class | A filter that launches a window with release notes if a property has been selected
during the install. |
ReleaseNotesFrame.java | Class | |