| Package | Description |
|---|---|
| org.crosswire.jsword.book.install |
An abstraction of an installer.
|
| org.crosswire.jsword.book.install.sword |
An implementation of an installer that can handle SWORD Books (Modules).
|
| Modifier and Type | Field and Description |
|---|---|
private Map<String,Class<InstallerFactory>> |
InstallManager.factories
The map of installer factories
|
| Modifier and Type | Method and Description |
|---|---|
InstallerFactory |
InstallManager.getInstallerFactory(String name)
Find the InstallerFactory associated with the given name.
|
| Modifier and Type | Class and Description |
|---|---|
class |
HttpSwordInstallerFactory
A Factory for instances of HttpSwordInstaller.
|