Deprecated API


Contents
Deprecated Classes
org.crosswire.jsword.versification.BibleInfo
          Use Versifications.instance().getDefaultVersification() instead. 
org.crosswire.common.util.Logger
          Use LoggerFactory and Logger directly. 
 

Deprecated Enums
org.crosswire.jsword.versification.SectionNames
          Use org.crosswire.jsword.versification.DivisonName instead. 
 

Deprecated Fields
org.crosswire.jsword.versification.BibleInfo.TESTAMENT_NEW
          use Testament.NEW instead. 
org.crosswire.jsword.versification.BibleInfo.TESTAMENT_OLD
          use Testament.OLD instead. 
 

Deprecated Methods
org.crosswire.jsword.passage.Verse.add(int)
          Use Versification.add(Verse, int) 
org.crosswire.jsword.passage.Verse.adjacentTo(Verse)
          Use Versification.isAdjacentVerse(Verse, Verse) 
org.crosswire.jsword.versification.BibleInfo.booksInBible()
          use Versification.getBookCount() instead 
org.crosswire.jsword.versification.BibleInfo.chaptersInBible()
          do not use 
org.crosswire.jsword.versification.BibleInfo.chaptersInBook(BibleBook)
          use Versification.getLastChapter(BibleBook) instead 
org.crosswire.jsword.versification.BibleInfo.decodeOrdinal(int)
          use Versification.decodeOrdinal(int) instead 
org.crosswire.common.util.Logger.fatal(String)
          Use Logger.error(String) instead. 
org.crosswire.common.util.Logger.fatal(String, Throwable)
          Use Logger.error(String, Throwable) instead. 
org.crosswire.jsword.passage.VerseRangeFactory.fromString(String)
          use VerseRangeFactory.fromString(Versification, String) instead 
org.crosswire.jsword.passage.VerseFactory.fromString(String)
          use VerseFactory.fromString(Versification, String) instead 
org.crosswire.jsword.passage.VerseRangeFactory.fromString(String, VerseRange)
          use VerseRangeFactory.fromString(Versification, String, VerseRange) instead 
org.crosswire.jsword.passage.VerseFactory.fromString(String, VerseRange)
          use VerseFactory.fromString(Versification, String, VerseRange) instead 
org.crosswire.common.swing.ActionFactory.getAction(String)
          use ActionFactory.findAction(String) instead 
org.crosswire.jsword.versification.BibleInfo.getBook(String)
          use Versification.getBook(String) 
org.crosswire.jsword.versification.BibleBook.getBook(String)
          Use Versification.getBook(String) instead. 
org.crosswire.jsword.passage.VerseRange.getBookCount()
          use Versification.getBookCount(Verse, Verse) instead 
org.crosswire.jsword.versification.BibleBook.getBookName()
          Use Versification.getBookName(BibleBook) instead. 
org.crosswire.jsword.versification.BibleInfo.getBookName(BibleBook)
          Use Versification#getBookName() instead. 
org.crosswire.jsword.versification.BibleInfo.getBooks()
          No replacement 
org.crosswire.jsword.versification.BibleInfo.getCase()
          use BookName.getCase() 
org.crosswire.jsword.passage.VerseRange.getChapterCount()
          use Versification.getChapterCount(Verse, Verse) instead 
org.crosswire.jsword.book.sword.SwordBookMetaData.getConfPath()
          Use #getConf instead 
org.crosswire.jsword.versification.BibleInfo.getCount(Testament)
          use Versification.getCount(Testament) instead 
org.crosswire.jsword.versification.BibleInfo.getDefaultCase()
          use BookName.getDefaultCase() 
org.crosswire.jsword.versification.system.Versifications.getDefaultVersification()
          Use Versifications.getVersification(String) instead. 
org.crosswire.common.util.Logger.getLogger(Class)
          Use LoggerFactory.getLogger(Class) instead. 
org.crosswire.common.util.Logger.getLogger(Class, boolean)
          Use LoggerFactory.getLogger(Class) instead. 
org.crosswire.jsword.versification.BibleInfo.getLongBookName(BibleBook)
          Use Versification.getLongName(BibleBook) instead. 
org.crosswire.jsword.versification.BibleBook.getLongName()
          Use Versification.getLongName(BibleBook) instead. 
org.crosswire.jsword.versification.BibleInfo.getNextBook(BibleBook)
          Use Versification.getNextBook(BibleBook) instead 
org.crosswire.jsword.versification.BibleInfo.getOrdinal(Verse)
          use Verse.getOrdinal() instead 
org.crosswire.jsword.versification.BibleInfo.getOSISName(BibleBook)
          Use BibleBook.getOSIS() instead. 
org.crosswire.jsword.passage.KeyUtil.getPassage(Versification, Key)
          KeyUtil.getPassage(Key) 
org.crosswire.jsword.versification.BibleInfo.getPreferredBookName(BibleBook)
          Use Versification.getPreferredName(BibleBook) instead. 
org.crosswire.jsword.versification.BibleBook.getPreferredName()
          Use Versification.getPreferredName(BibleBook) instead. 
org.crosswire.jsword.versification.BibleInfo.getPreviousBook(BibleBook)
          Use Versification.getPreviousBook(BibleBook) instead. 
org.crosswire.common.util.PropertyMap.getProperty(String)
          use PropertyMap.get(String) instead 
org.crosswire.common.util.PropertyMap.getProperty(String, String)
          use PropertyMap.get(String, String) instead 
org.crosswire.jsword.versification.BibleInfo.getShortBookName(BibleBook)
          Use Versification.getShortName(BibleBook) instead. 
org.crosswire.jsword.versification.BibleBook.getShortName()
          Use Versification.getShortName(BibleBook) instead. 
org.crosswire.jsword.versification.BibleInfo.getTestament(int)
          use Versification.getTestament(int) instead 
org.crosswire.jsword.versification.BibleInfo.getTestamentOrdinal(int)
          use Versification.getTestamentOrdinal(int) instead 
org.crosswire.jsword.passage.KeyUtil.getVerse(Versification, Key)
          use KeyUtil.getVerse(Key) 
org.crosswire.jsword.versification.BibleBook.isBook(String)
          Use Versification.isBook(String) instead. 
org.crosswire.jsword.versification.BibleInfo.isBookName(String)
          use Versification.isBook(String) 
org.crosswire.jsword.passage.Verse.isEndOfBook()
          Use Versification.isEndOfBook(Verse) 
org.crosswire.jsword.passage.Verse.isEndOfChapter()
          Use Versification.isEndOfChapter(Verse) 
org.crosswire.jsword.versification.BibleInfo.isFullBookName()
          use BookName.isFullBookName() 
org.crosswire.jsword.passage.Verse.isSameBook(Verse)
          Use Versification.isSameBook(Verse,Verse) 
org.crosswire.jsword.passage.Verse.isSameChapter(Verse)
          Use Versification.isSameChapter(Verse,Verse) 
org.crosswire.jsword.passage.Verse.isStartOfBook()
          Use Versification.isStartOfBook(Verse) 
org.crosswire.jsword.passage.Verse.isStartOfChapter()
          Use Versification.isStartOfChapter(Verse) 
org.crosswire.common.util.Logger.log(Level, String)
          Use Logger.error(String), Logger.warn(String), Logger.info(String), Logger.debug(String), or Logger#trace(String) 
org.crosswire.common.util.Logger.log(Level, String, Throwable)
          Use Logger.error(String, Throwable), Logger.warn(String, Throwable), Logger.info(String, Throwable), Logger.debug(String, Throwable), or Logger#trace(String, Throwable) 
org.crosswire.jsword.passage.Verse.max(Verse, Verse)
          Use Versification.max(Verse,Verse) 
org.crosswire.jsword.versification.BibleInfo.maximumOrdinal()
          use Versification.maximumOrdinal() instead 
org.crosswire.jsword.passage.Verse.min(Verse, Verse)
          Use Versification.min(Verse,Verse) 
org.crosswire.common.util.Logger.outputEverything()
          Use your underlying logger to set levels 
org.crosswire.common.util.Logger.outputInfoMinimum()
          Use your underlying logger to set levels 
org.crosswire.common.util.Logger.outputNothing()
          Use your underlying logger to set levels 
org.crosswire.jsword.versification.BibleInfo.patch(BibleBook, int, int)
          use Versification.patch(BibleBook, int, int) instead 
org.crosswire.jsword.versification.BibleInfo.setCase(CaseType)
          use BookName.setCase(CaseType) 
org.crosswire.jsword.versification.BibleInfo.setCase(int)
          use BookName.setCase(int) 
org.crosswire.jsword.versification.BibleInfo.setFullBookName(boolean)
          use BookName.setFullBookName(boolean) 
org.crosswire.common.util.Logger.setLevel(Level)
          Use your underlying logger to set levels 
org.crosswire.common.util.PropertyMap.setProperty(String, String)
          use put(String, String) instead. 
org.crosswire.common.util.Logger.shouldLog(Level)
          Use Logger.isErrorEnabled(), Logger.isWarnEnabled(), Logger.isInfoEnabled(), Logger.isDebugEnabled(), or Logger#isTraceEnabled() 
org.crosswire.jsword.passage.Verse.subtract(int)
          Use Versification.subtract(Verse, int) 
org.crosswire.jsword.passage.Verse.subtract(Verse)
          Use Versification.distance(Verse, Verse) 
org.crosswire.jsword.passage.AbstractPassage.toVerseRange(Object)
          use AbstractPassage.toVerseRange(Versification, Object) instead 
org.crosswire.jsword.versification.BibleInfo.validate(BibleBook, int, int)
          use Versification.validate(BibleBook, int, int) instead 
org.crosswire.jsword.versification.BibleInfo.verseCount(Verse, Verse)
          Use + 1 instead. 
org.crosswire.jsword.versification.BibleInfo.versesInBible()
          use BibleInfo.maximumOrdinal() 
org.crosswire.jsword.versification.BibleInfo.versesInChapter(BibleBook, int)
          use Versification.getLastVerse(BibleBook, int) instead 
 

Deprecated Constructors
org.crosswire.jsword.passage.Verse()
          no replacement 
org.crosswire.jsword.passage.Verse(BibleBook, int, int)
          Use Verse.Verse(Versification, BibleBook, int, int) instead 
org.crosswire.jsword.passage.Verse(BibleBook, int, int, boolean)
          Use Verse.Verse(Versification, BibleBook, int, int, boolean) instead. 
org.crosswire.jsword.passage.Verse(int)
          Use Verse.Verse(Versification, int) instead. 
org.crosswire.jsword.passage.Verse(String, BibleBook, int, int)
          Use Verse.Verse(String, Versification, BibleBook, int, int) instead 
org.crosswire.jsword.passage.VerseRange()
          use VerseRange.VerseRange(Versification) instead 
org.crosswire.jsword.passage.VerseRange(String, Verse, Verse)
          use VerseRange.VerseRange(Versification, String, Verse, Verse) instead 
org.crosswire.jsword.passage.VerseRange(Verse)
          use VerseRange.VerseRange(Versification, Verse) instead 
org.crosswire.jsword.passage.VerseRange(Verse, Verse)
          use VerseRange.VerseRange(Versification, Verse, Verse) instead 
 


Copyright ? 2003-2011