Uses of Interface
org.crosswire.jsword.book.install.InstallerFactory

Packages that use InstallerFactory
org.crosswire.jsword.book.install An abstraction of an installer. 
org.crosswire.jsword.book.install.sword An implementaiion of an installer that can handle Sword Books (Modules). 
 

Uses of InstallerFactory in org.crosswire.jsword.book.install
 

Fields in org.crosswire.jsword.book.install with type parameters of type InstallerFactory
private  Map<String,Class<InstallerFactory>> InstallManager.factories
          The map of installer factories
 

Methods in org.crosswire.jsword.book.install that return InstallerFactory
 InstallerFactory InstallManager.getInstallerFactory(String name)
          Find the InstallerFactory associated with the given name.
 

Uses of InstallerFactory in org.crosswire.jsword.book.install.sword
 

Classes in org.crosswire.jsword.book.install.sword that implement InstallerFactory
 class HttpSwordInstallerFactory
          A Factory for instances of HttpSwordInstaller.
 


Copyright ยจ 2003-2015