Uses of Class
org.crosswire.jsword.book.sword.ConfigEntry

Packages that use ConfigEntry
org.crosswire.jsword.book.sword An implementation of the Book interfaces that reads from SWORD project books (modules). 
 

Uses of ConfigEntry in org.crosswire.jsword.book.sword
 

Fields in org.crosswire.jsword.book.sword with type parameters of type ConfigEntry
private  Map<String,ConfigEntry> ConfigEntryTable.extra
          A map of lists of unknown config entries.
private  Map<ConfigEntryType,ConfigEntry> ConfigEntryTable.table
          A map of lists of known config entries.
 

Methods in org.crosswire.jsword.book.sword with parameters of type ConfigEntry
private  void ConfigEntryTable.getContinuation(ConfigEntry configEntry, BufferedReader bin, StringBuilder buf)
          Get continuation lines, if any.
 

Method parameters in org.crosswire.jsword.book.sword with type arguments of type ConfigEntry
private  void ConfigEntryTable.toConf(StringBuilder buf, Map<String,ConfigEntry> map)
           
private  void ConfigEntryTable.toOSIS(OSISUtil.OSISFactory factory, org.jdom2.Element ele, String aTitle, Map<String,ConfigEntry> map)
          Build an ordered map so that it displays in a consistent order.
 


Copyright ? 2003-2011