|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.icepdf.core.search.SearchTerm
public class SearchTerm
Text searchs are used by the search controller to search for text in a document. A search can have one or more search terms which are all searched for in a given search.
| Constructor Summary | |
|---|---|
SearchTerm(java.lang.String term,
java.util.ArrayList<java.lang.String> terms,
boolean caseSensitive,
boolean wholeWord)
Creates a new search term. |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object object)
|
java.lang.String |
getTerm()
Get origional search term. |
java.util.ArrayList<java.lang.String> |
getTerms()
Gets individual strings that make up the search term, |
boolean |
isCaseSensitive()
Specifies if the search term should be treated as case sensitive. |
boolean |
isWholeWord()
Specifies if the search term should be treated as whole word hits only. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SearchTerm(java.lang.String term,
java.util.ArrayList<java.lang.String> terms,
boolean caseSensitive,
boolean wholeWord)
term - full string represented by terms.terms - terms that make ups serachcaseSensitive - true to specify a case sensitive searchwholeWord - true to specify a whole word only search.| Method Detail |
|---|
public java.util.ArrayList<java.lang.String> getTerms()
public java.lang.String getTerm()
public boolean isCaseSensitive()
public boolean isWholeWord()
public boolean equals(java.lang.Object object)
equals in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||