- handleNotification(Notification, Object) - Method in class org.opensolaris.opengrok.management.AgentIndexRunner
-
Handle timer notifications to the purgatory.
- handleNotification(Notification, Object) - Method in class org.opensolaris.opengrok.management.client.AgentConnection
-
- hasAnnotation(File) - Method in class org.opensolaris.opengrok.history.HistoryGuru
-
Check if we can annotate the specified file.
- hasAnnotations() - Method in class org.opensolaris.opengrok.web.PageConfig
-
Check, whether annotations are available for the related resource.
- hasDefinitionAt(String, int, String[]) - Method in class org.opensolaris.opengrok.analysis.Definitions
-
Check whether the specified symbol is defined on the given line.
- hasExistingSettings() - Method in class org.opensolaris.opengrok.management.client.SettingsPersistence
-
- hasFileList() - Method in class org.opensolaris.opengrok.history.History
-
Check if at least one history entry has a file list.
- Hash2TokenStream - Class in org.opensolaris.opengrok.analysis
-
- Hash2TokenStream(Set<String>) - Constructor for class org.opensolaris.opengrok.analysis.Hash2TokenStream
-
- hashCode() - Method in class org.opensolaris.opengrok.index.IndexDatabase
-
- hashCode() - Method in class org.opensolaris.opengrok.search.Hit
-
- hasHistory(File) - Method in class org.opensolaris.opengrok.history.HistoryGuru
-
Does this directory contain files with source control information?
- hasHistory() - Method in class org.opensolaris.opengrok.web.PageConfig
-
Check, whether the request related resource has history information.
- hasProjects() - Method in class org.opensolaris.opengrok.configuration.RuntimeEnvironment
-
Do we have projects?
- hasSymbol(String) - Method in class org.opensolaris.opengrok.analysis.Definitions
-
Check if there is a tag for a symbol.
- hasTabSizeSetting() - Method in class org.opensolaris.opengrok.configuration.Project
-
Has this project an explicit tab size setting?
- HEADER - Static variable in class org.opensolaris.opengrok.analysis.document.TroffXref
-
- HEADER_INCLUDE_FILE - Static variable in class org.opensolaris.opengrok.configuration.Configuration
-
The name of the file relative to the DATA_ROOT, which should
be included into the footer of generated web pages.
- HEREDOC - Static variable in class org.opensolaris.opengrok.analysis.sh.ShXref
-
- histL - Static variable in class org.opensolaris.opengrok.web.Constants
-
- History - Class in org.opensolaris.opengrok.history
-
Class representing the history of a file.
- History() - Constructor for class org.opensolaris.opengrok.history.History
-
- HistoryAnalyzer - Class in org.opensolaris.opengrok.analysis
-
- HistoryAnalyzer() - Constructor for class org.opensolaris.opengrok.analysis.HistoryAnalyzer
-
Builds an analyzer which removes words in ENGLISH_STOP_WORDS.
- HistoryAnalyzer(String[]) - Constructor for class org.opensolaris.opengrok.analysis.HistoryAnalyzer
-
Builds an analyzer which removes words in the provided array.
- HistoryContext - Class in org.opensolaris.opengrok.search.context
-
it is supposed to get the matching lines from history log files.
- HistoryContext(Query) - Constructor for class org.opensolaris.opengrok.search.context.HistoryContext
-
- historyContext - Variable in class org.opensolaris.opengrok.web.SearchHelper
-
- HistoryEntry - Class in org.opensolaris.opengrok.history
-
Collect all information of a given revision
- HistoryEntry() - Constructor for class org.opensolaris.opengrok.history.HistoryEntry
-
Creates a new instance of HistoryEntry
- HistoryEntry(String, Date, String, String, boolean) - Constructor for class org.opensolaris.opengrok.history.HistoryEntry
-
- HistoryException - Exception in org.opensolaris.opengrok.history
-
Exception thrown when retrieval or manipulation of history information
fails.
- HistoryException(String) - Constructor for exception org.opensolaris.opengrok.history.HistoryException
-
Construct a HistoryException
with the specified message.
- HistoryException(Throwable) - Constructor for exception org.opensolaris.opengrok.history.HistoryException
-
Construct a HistoryException
with the specified cause.
- HistoryException(String, Throwable) - Constructor for exception org.opensolaris.opengrok.history.HistoryException
-
Construct a HistoryException
with the specified message
and cause.
- HistoryGuru - Class in org.opensolaris.opengrok.history
-
The HistoryGuru is used to implement an transparent layer to the various
source control systems.
- HistoryLineTokenizer - Class in org.opensolaris.opengrok.search.context
-
This class is a scanner generated by
JFlex 1.4.3
on 10/28/13 12:16 PM from the specification file
/builddir/build/BUILD/opengrok-0.11.1-src/src/org/opensolaris/opengrok/search/context/HistoryLineTokenizer.lex
- HistoryLineTokenizer(Reader) - Constructor for class org.opensolaris.opengrok.search.context.HistoryLineTokenizer
-
Creates a new scanner
There is also a java.io.InputStream version of this constructor.
- HistoryLineTokenizer(InputStream) - Constructor for class org.opensolaris.opengrok.search.context.HistoryLineTokenizer
-
Creates a new scanner.
- HistoryReader - Class in org.opensolaris.opengrok.history
-
Class for reading history entries in a way suitable for indexing by Lucene.
- histP - Static variable in class org.opensolaris.opengrok.web.Constants
-
- histS - Static variable in class org.opensolaris.opengrok.web.Constants
-
- Hit - Class in org.opensolaris.opengrok.search
-
The hit class represents a single search hit
- Hit() - Constructor for class org.opensolaris.opengrok.search.Hit
-
Creates a new instance of Hit
- Hit(String, String, String, boolean, boolean) - Constructor for class org.opensolaris.opengrok.search.Hit
-
Creates a new instance of Hit
- hits - Variable in class org.opensolaris.opengrok.web.SearchHelper
-
list of docs which result from the executing the query
- holdOn() - Method in class org.opensolaris.opengrok.search.context.PlainLineTokenizer
-
Current token could be part of a match.
- HOST - Static variable in class org.opensolaris.opengrok.management.client.SettingsPersistence
-
- htmlize(String) - Static method in class org.opensolaris.opengrok.search.Summary
-
- htmlize(CharSequence) - Static method in class org.opensolaris.opengrok.web.Util
-
Return a string which represents a CharSequence
in HTML.
- htmlize(CharSequence, StringBuilder) - Static method in class org.opensolaris.opengrok.web.Util
-
Append a character sequence to the given destination whereby
special characters for HTML are escaped accordingly.
- htmlize(char[], int, StringBuilder) - Static method in class org.opensolaris.opengrok.web.Util
-
Append a character array to the given destination whereby
special characters for HTML are escaped accordingly.