|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.crosswire.jsword.passage.VerseFactory
public final class VerseFactory
A factory to create a Verse from user input.
The GNU Lesser General Public License for details.| Constructor Summary | |
|---|---|
private |
VerseFactory()
Prevent a VerseFactory from being created. |
| Method Summary | |
|---|---|
static Verse |
fromString(Versification v11n,
String original)
Construct a Verse from a String - something like "Gen 1:1". |
static Verse |
fromString(Versification v11n,
String original,
VerseRange verseRangeBasis)
Construct a Verse from a String and a VerseRange. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
private VerseFactory()
| Method Detail |
|---|
public static Verse fromString(Versification v11n,
String original)
throws NoSuchVerseException
v11n - the versification to which this reference pertainsoriginal - The text string to be converted
NoSuchVerseException - If the text can not be understood
public static Verse fromString(Versification v11n,
String original,
VerseRange verseRangeBasis)
throws NoSuchVerseException
v11n - the versification to which this reference pertainsoriginal - The string describing the verse e.g "2:2"verseRangeBasis - The basis by which to understand the desc.
NoSuchVerseException - If the reference is illegal
|
Copyright ยจ 2003-2015 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||