Java org.eclipse.jdt.internal.core.index Index fields, constructors, methods, implement or subclass

Example usage for Java org.eclipse.jdt.internal.core.index Index fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.eclipse.jdt.internal.core.index Index.

The text is from its open source code.

Constructor

Method

FilegetIndexFile()
longgetIndexLastModified()
IndexLocationgetIndexLocation()
booleanhasChanged()
booleanisIndexForJar()
EntryResult[]query(char[][] categories, char[] key, int matchRule)
Returns the entries containing the given key in a group of categories, or null if no matches are found.
String[]queryDocumentNames(String substring)
Returns the document names that contain the given substring, if null then returns all of them.
voidremove(String containerRelativePath)
voidreset()
Reset memory and disk indexes.
voidsave()
voidstartQuery()
voidstopQuery()
StringtoString()