org.crosswire.jsword.book.install
Interface InstallerFactory

All Known Implementing Classes:
HttpSwordInstallerFactory

public interface InstallerFactory

An abstract factory to allow generic creation of Installers.

Author:
Joe Walker [joe at eireneh dot com]
See Also:
for license details. The copyright to this program is held by it's authors.

Method Summary
 Installer createInstaller()
          Create a new Installer with default values for editing via bean properties.
 Installer createInstaller(String url)
          Create a new Installer with values from the given url to use for initial values.
 

Method Detail

createInstaller

Installer createInstaller()
Create a new Installer with default values for editing via bean properties.

Returns:
A new Installer implemented to fit with this Factory

createInstaller

Installer createInstaller(String url)
Create a new Installer with values from the given url to use for initial values.

Parameters:
url - The configuration string
Returns:
A new Installer implemented to fit with this Factory

Copyright ? 2003-2006