org.crosswire.bibledesktop.book.install
Class SiteEditorFactory

java.lang.Object
  extended by org.crosswire.bibledesktop.book.install.SiteEditorFactory

public final class SiteEditorFactory
extends Object

Factory for SiteEditors.

Author:
DM Smith [dmsmith555 at yahoo dot com]
See Also:
for license details.
The copyright to this program is held by it's authors.

Field Summary
private static org.slf4j.Logger log
          The log stream
private static Map<String,Class<SiteEditor>> map
          The configuration table
 
Constructor Summary
private SiteEditorFactory()
          Prevent Use
 
Method Summary
static SiteEditor createSiteEditor(org.crosswire.jsword.book.install.Installer installer)
          Create a new SiteEditor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

map

private static Map<String,Class<SiteEditor>> map
The configuration table


log

private static final org.slf4j.Logger log
The log stream

Constructor Detail

SiteEditorFactory

private SiteEditorFactory()
Prevent Use

Method Detail

createSiteEditor

public static SiteEditor createSiteEditor(org.crosswire.jsword.book.install.Installer installer)
Create a new SiteEditor


Copyright ยจ 2003-2013