Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.eireneh.bible.control.search.config.* (1)com.eireneh.bible.control.search.tasks.* (2)
com.eireneh.bible.control.search.words.* (14)

com.eireneh.bible.control.search: Javadoc index of package com.eireneh.bible.control.search.


Package Samples:

com.eireneh.bible.control.search.config
com.eireneh.bible.control.search.tasks
com.eireneh.bible.control.search.words

Classes:

Engine: The central interface to all searching. Functionality the I invisage includes: A simple search syntax that goes something like this. aaron, moses (verses containing aaron and moses. Can also use & or +) aaron/moses (verses containing aaron or moses. Can also use |) aaron - moses (verses containing aaron but not moses) aaron ~5 , moses (verses with aaron within 5 verses of moses) soundslike aaron (verses with words that sound like aaron. Can also use sl ...) thesaurus happy (verses with words that mean happy. Can also use th ...) grammar have (words like has have had and so on. Can also use gr ...) ...
CustomTokenizer: Our command line parsing is a little specialized, so StringTokenizer is not up to the job. The specific problem is that there is sometimes no separator between parts of the command, and since this is specialized we also leave the results in a Vector of SearchWords. Distribution Licence: Project B is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License, version 2 as published by the Free Software Foundation. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY ...
CommandWord: CommandWord extends SearchWord to allow actions that alter a base Passage. Implementations of this interface may use the Engine to get at a default Bible (or they may have one hard coded if necessary) or to get at ParamWords that follow this command. Distribution Licence: Project B is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License, version 2 as published by the Free Software Foundation. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS ...
SearchWord: The search.Engine uses a Vector of SearchWords to calculate a search. SearchWords itself is an empty interface, that is simply a place holder - extended by CommandWord and SearchWord to provide interfaces that actually do some good. Distribution Licence: Project B is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License, version 2 as published by the Free Software Foundation. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR ...
ParamWord: A ParamWord extends SearchWord to provide more information to a CommandWord. This will either be in the form of a String or in the form of a Passage (from a search) ParamWords are used by CommandWords that alter the final Passage. Distribution Licence: Project B is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License, version 2 as published by the Free Software Foundation. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. ...
RemoveCommandWord: Alter the Passage by calling removeAll with a Passage grabbed from the next word in the search string. Distribution Licence: Project B is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License, version 2 as published by the Free Software Foundation. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. The License is available on the internet here , by writing to Free ...
RetainCommandWord: Alter the Passage by calling retainAll with a Passage grabbed from the next word in the search string. Distribution Licence: Project B is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License, version 2 as published by the Free Software Foundation. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. The License is available on the internet here , by writing to Free ...
AddCommandWord: Alter the Passage by calling addAll with a Passage grabbed from the next word in the search string. Distribution Licence: Project B is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License, version 2 as published by the Free Software Foundation. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. The License is available on the internet here , by writing to Free Software ...
BlurCommandWord: Alter the Passage by calling blur with a number grabbed from the next word in the search string. Distribution Licence: Project B is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License, version 2 as published by the Free Software Foundation. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. The License is available on the internet here , by writing to Free Software ...
PassageLeftParamWord: The Search Word for a Word to search for. The default if no other SearchWords match. Distribution Licence: Project B is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License, version 2 as published by the Free Software Foundation. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. The License is available on the internet here , by writing to Free Software Foundation, ...
SubLeftParamWord: The Search Word for a Word to search for. The default if no other SearchWords match. Distribution Licence: Project B is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License, version 2 as published by the Free Software Foundation. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. The License is available on the internet here , by writing to Free Software Foundation, ...
SubRightParamWord: The Search Word for a Word to search for. The default if no other SearchWords match. Distribution Licence: Project B is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License, version 2 as published by the Free Software Foundation. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. The License is available on the internet here , by writing to Free Software Foundation, ...
DefaultParamWord: The Search Word for a Word to search for. The default if no other SearchWords match. Distribution Licence: Project B is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License, version 2 as published by the Free Software Foundation. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. The License is available on the internet here , by writing to Free Software Foundation, ...
GrammarParamWord: The Search Word for a Word to search for. The default if no other SearchWords match. Distribution Licence: Project B is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License, version 2 as published by the Free Software Foundation. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. The License is available on the internet here , by writing to Free Software Foundation, ...
StartsParamWord: The Search Word for a Word to search for. The default if no other SearchWords match. Distribution Licence: Project B is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License, version 2 as published by the Free Software Foundation. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. The License is available on the internet here , by writing to Free Software Foundation, ...
MatchTask: MatchAction implements action to perform a best match operation Distribution Licence: Project B is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License, version 2 as published by the Free Software Foundation. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. The License is available on the internet here , by writing to Free Software Foundation, Inc., 59 Temple Place ...
SearchDefault: A SearchDefault is a utility class for the Search package. Distribution Licence: Project B is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License, version 2 as published by the Free Software Foundation. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. The License is available on the internet here , by writing to Free Software Foundation, Inc., 59 Temple Place - ...
SearchTask: SearchAction implements Action to use the search engine. Distribution Licence: Project B is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License, version 2 as published by the Free Software Foundation. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. The License is available on the internet here , by writing to Free Software Foundation, Inc., 59 Temple Place - Suite ...
Matcher: Find the best match possible for a sentance in a Bible. Distribution Licence: Project B is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License, version 2 as published by the Free Software Foundation. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. The License is available on the internet here , by writing to Free Software Foundation, Inc., 59 Temple Place - Suite ...
PassageRightParamWord: The end of an escape to specify a passage directly. Distribution Licence: Project B is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License, version 2 as published by the Free Software Foundation. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. The License is available on the internet here , by writing to Free Software Foundation, Inc., 59 Temple Place - Suite ...
SearchChoices: The Choices for configuring the Search package. Distribution Licence: Project B is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License, version 2 as published by the Free Software Foundation. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. The License is available on the internet here , by writing to Free Software Foundation, Inc., 59 Temple Place - Suite 330, ...
ZTestBibleSearch: Attepmted 100% code coverage testing. Distribution Licence: Project B is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License, version 2 as published by the Free Software Foundation. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. The License is available on the internet here , by writing to Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA ...
SearchException: Something in the search failed. Distribution Licence: Project B is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License, version 2 as published by the Free Software Foundation. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. The License is available on the internet here , by writing to Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, ...
TestParamWord: A test SearchParamWord

Home | Contact Us | Privacy Policy | Terms of Service