|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.sal.core.search.BasicSearchMatch
public class BasicSearchMatch
Simplest implementation of a searchMatch.
| Constructor Summary | |
|---|---|
BasicSearchMatch(String url,
String title,
String excerpt,
ResourceType resourceType)
|
|
| Method Summary | |
|---|---|
String |
getExcerpt()
An excerpt of the search match. |
ResourceType |
getResourceType()
Contains more information about the source of this match. |
String |
getTitle()
Title of the search match |
String |
getUrl()
Absolute URL to reach this search match. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BasicSearchMatch(String url,
String title,
String excerpt,
ResourceType resourceType)
| Method Detail |
|---|
public String getUrl()
SearchMatch
getUrl in interface SearchMatchpublic String getTitle()
SearchMatch
getTitle in interface SearchMatchpublic String getExcerpt()
SearchMatch
getExcerpt in interface SearchMatchpublic ResourceType getResourceType()
SearchMatch
getResourceType in interface SearchMatch
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||