org.crosswire.jsword.book
Interface MetaDataLocator

All Known Implementing Classes:
SwordMetaDataLocator

public interface MetaDataLocator

A MetaDataLocator allows one to define where BookMetaData for a Book may be found.

Author:
DM Smith
See Also:
The GNU Lesser General Public License for details.

Method Summary
 File getReadLocation()
          A read-only folder containing configuration data for books.
 File getWriteLocation()
          A writable folder containing configuration data for books.
 

Method Detail

getReadLocation

File getReadLocation()
A read-only folder containing configuration data for books. May return null or a folder that does not exist.

Returns:
the config folder

getWriteLocation

File getWriteLocation()
A writable folder containing configuration data for books. May return null or a folder that does not exist.

Returns:
the config folder

Copyright ยจ 2003-2015