org.crosswire.jsword.book.install.sword
Class HttpSwordInstallerFactory

java.lang.Object
  extended by 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.

Constructor Summary
HttpSwordInstallerFactory()
           
 
Method Summary
 Installer createInstaller()
          Create a new Installer with default values for editing via bean properties.
 Installer createInstaller(String installerDefinition)
          Create a new Installer with values from the given url to use for initial values.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HttpSwordInstallerFactory

public HttpSwordInstallerFactory()
Method Detail

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

Copyright ยจ 2003-2005