org.crosswire.jsword.bridge
Class BookExporter

java.lang.Object
  extended by org.crosswire.jsword.bridge.BookExporter

public class BookExporter
extends Object

Exports the Book in SWORD's imp format. This is identical to SWORD's mod2imp. Note: it does not work with GenBook.

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  Book book
           
 
Constructor Summary
BookExporter(Book book)
           
 
Method Summary
static void main(String[] args)
          Call with <operation> book.
 void mod2imp()
           
static void usage()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

book

private Book book
Constructor Detail

BookExporter

public BookExporter(Book book)
Method Detail

mod2imp

public void mod2imp()
             throws BookException
Throws:
BookException

main

public static void main(String[] args)
Call with <operation> book. Where operation can be one of: And book is the initials of a book, e.g. KJV.

Parameters:
args -

usage

public static void usage()

Copyright ยจ 2003-2007