org.crosswire.jsword.book.install.sword
Class HttpSwordInstallerFactory
java.lang.Object
org.crosswire.jsword.book.install.sword.HttpSwordInstallerFactory
- All Implemented Interfaces:
- InstallerFactory
public class HttpSwordInstallerFactory
- extends Object
- implements InstallerFactory
A Factory for instances of HttpSwordInstaller.
- Author:
- Mark Goodwin [goodwinster at gmail dot com], Joe Walker [joe at eireneh dot com], DM Smith [dmsmith555 at yahoo dot com]
- See Also:
for license details.
The copyright to this program is held by it's authors.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HttpSwordInstallerFactory
public HttpSwordInstallerFactory()
createInstaller
public Installer createInstaller()
- Description copied from interface:
InstallerFactory
- Create a new Installer with default values for editing via bean
properties.
- Specified by:
createInstaller
in interface InstallerFactory
- Returns:
- A new Installer implemented to fit with this Factory
createInstaller
public Installer createInstaller(String installerDefinition)
- Description copied from interface:
InstallerFactory
- Create a new Installer with values from the given url to use for
initial values.
- Specified by:
createInstaller
in interface InstallerFactory
- Parameters:
installerDefinition
- The configuration string
- Returns:
- A new Installer implemented to fit with this Factory