|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.wst.jsdt.internal.core.search.indexing.InternalSearchDocument
org.eclipse.wst.jsdt.core.search.SearchDocument
org.eclipse.wst.jsdt.internal.core.search.JavaSearchDocument
org.eclipse.wst.jsdt.web.core.javascript.search.JSDTSearchDocumentDelegate
public class JSDTSearchDocumentDelegate
Provisional API: This class/interface is part of an interim API that is still under development and expected to change significantly before reaching stability. It is being made available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves. (copied from JSP) Wrapper method to set getPath() path to be the path of the compilation unit for the jsp file. (since it's a final method, it needs to be set via constructor)
| Constructor Summary | |
|---|---|
JSDTSearchDocumentDelegate(JsSearchDocument jspSearchDoc)
|
|
| Method Summary | |
|---|---|
byte[] |
getByteContents()
Returns the contents of this document. |
char[] |
getCharContents()
Returns the contents of this document. |
java.lang.String |
getEncoding()
Returns the encoding for this document. |
IFile |
getFile()
|
IJavaScriptElement |
getJavaElement()
|
java.lang.String |
getJavaText()
|
IJsTranslation |
getJspTranslation()
|
boolean |
isVirtual()
|
void |
release()
|
| Methods inherited from class org.eclipse.wst.jsdt.internal.core.search.JavaSearchDocument |
|---|
getPackageName, toString |
| Methods inherited from class org.eclipse.wst.jsdt.core.search.SearchDocument |
|---|
addIndexEntry, getParticipant, getPath, removeAllIndexEntries |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public JSDTSearchDocumentDelegate(JsSearchDocument jspSearchDoc)
| Method Detail |
|---|
public byte[] getByteContents()
SearchDocumentThis method must be implemented in subclasses.
Note: some implementation may choose to cache the contents directly on the document for performance reason. However, this could induce scalability issues due to the fact that collections of documents are manipulated throughout the search operation, and cached contents would then consume lots of memory until they are all released at once in the end.
getByteContents in class org.eclipse.wst.jsdt.internal.core.search.JavaSearchDocumentnull if nonepublic char[] getCharContents()
SearchDocumentThis method must be implemented in subclasses.
Note: some implementation may choose to cache the contents directly on the document for performance reason. However, this could induce scalability issues due to the fact that collections of documents are manipulated throughout the search operation, and cached contents would then consume lots of memory until they are all released at once in the end.
getCharContents in class org.eclipse.wst.jsdt.internal.core.search.JavaSearchDocumentnull if nonepublic java.lang.String getJavaText()
public java.lang.String getEncoding()
SearchDocumentThis method must be implemented in subclasses.
getEncoding in class org.eclipse.wst.jsdt.internal.core.search.JavaSearchDocumentnull if nonepublic IFile getFile()
public IJsTranslation getJspTranslation()
public void release()
public IJavaScriptElement getJavaElement()
getJavaElement in class SearchDocumentpublic boolean isVirtual()
isVirtual in class SearchDocument
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||