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
See Also:
The GNU Lesser General Public License for details.

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-2015