|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.crosswire.jsword.book.install.sword.HttpSwordInstallerFactory
public class HttpSwordInstallerFactory
A Factory for instances of HttpSwordInstaller.
for license details.
The copyright to this program is held by it's authors.
Field Summary | |
---|---|
private Pattern |
commaPattern
|
private static String |
LIST_DIR
The relative path of the dir holding the index file |
protected static String |
PACKAGE_DIR
The relative path of the dir holding the zip files |
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. |
private Installer |
createInstaller(String[] parts)
|
private Installer |
createOldInstaller(String[] parts)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected static final String PACKAGE_DIR
private static final String LIST_DIR
private Pattern commaPattern
Constructor Detail |
---|
public HttpSwordInstallerFactory()
Method Detail |
---|
public Installer createInstaller()
InstallerFactory
createInstaller
in interface InstallerFactory
public Installer createInstaller(String installerDefinition)
InstallerFactory
createInstaller
in interface InstallerFactory
installerDefinition
- The configuration string
private Installer createInstaller(String[] parts)
private Installer createOldInstaller(String[] parts)
|
Copyright ? 2003-2011 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |