A list of possible classes are read in from the resource file installer-registry.properties. Each installer has a unique name (with respect to its type) that will be compared when one of this classes methods are called. These are instantiated when requested.
Note that it is possible to use an {@link Installer} implementationeven if it has not been registered in installer-registry.properties : just specify the {@link Installer}'s fully qualified class name.
|
|
|
|
|
|
|
|
|
|