|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.crosswire.jsword.index.IndexPolicyAdapter
public class IndexPolicyAdapter
The IndexPolicyAdapter provides for application resilience against
change to IndexPolicy. It defines a reasonable set of defaults for
a desktop application, but may not be appropriate for memory limited
devices, such as phones, tablets, pdas. The defaults are documented
in IndexPolicy.
The GNU Lesser General Public License for details.| Constructor Summary | |
|---|---|
IndexPolicyAdapter()
|
|
| Method Summary | |
|---|---|
int |
getRAMBufferSize()
The maximum size of the RAM Buffer in megabytes that the underlying indexer may use during index creation. |
boolean |
isMorphIndexed()
Indicates whether Strong's Numbers should be included in the index. |
boolean |
isNoteIndexed()
Indicates whether Strong's Numbers should be included in the index. |
boolean |
isSerial()
Indicates whether one Book can be indexed at a time. |
boolean |
isStrongsIndexed()
Indicates whether Strong's Numbers should be included in the index. |
boolean |
isTitleIndexed()
Indicates whether Titles and Introductions should be included in the index. |
boolean |
isXrefIndexed()
Indicates whether Cross References should be included in the index. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public IndexPolicyAdapter()
| Method Detail |
|---|
public boolean isStrongsIndexed()
IndexPolicy
isStrongsIndexed in interface IndexPolicypublic boolean isMorphIndexed()
IndexPolicy
isMorphIndexed in interface IndexPolicypublic boolean isNoteIndexed()
IndexPolicy
isNoteIndexed in interface IndexPolicypublic boolean isTitleIndexed()
IndexPolicy
isTitleIndexed in interface IndexPolicypublic boolean isXrefIndexed()
IndexPolicy
isXrefIndexed in interface IndexPolicypublic int getRAMBufferSize()
IndexPolicy
getRAMBufferSize in interface IndexPolicypublic boolean isSerial()
IndexPolicy
isSerial in interface IndexPolicy
|
Copyright ยจ 2003-2015 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||