- EFTAR_DTAGS_FILE - Static variable in class org.opensolaris.opengrok.configuration.Configuration
-
The name of the eftar file relative to the DATA_ROOT, which
contains definition tags.
- EftarFile - Class in org.opensolaris.opengrok.web
-
An Extremely Fast Tagged Attribute Read-only File System
Created on October 12, 2005
A Eftar File has the following format
FILE --> Record ( Record | tagString ) *
Record --> 64bit:Hash 16bit:childrenOffset 16bit:(numberChildren|lenthOfTag) 16bit:tagOffset
It is a tree of tagged names,
doing binary search in sorted list of children
- EftarFile() - Constructor for class org.opensolaris.opengrok.web.EftarFile
-
- EftarFileReader - Class in org.opensolaris.opengrok.web
-
An Extremely Fast Tagged Attribute Read-only File Reader
Created on October 12, 2005
- EftarFileReader(String) - Constructor for class org.opensolaris.opengrok.web.EftarFileReader
-
- EftarFileReader(File) - Constructor for class org.opensolaris.opengrok.web.EftarFileReader
-
- ELFAnalyzer - Class in org.opensolaris.opengrok.analysis.executables
-
Analyzes ELF (Executable and Linking Format) files.
- ELFAnalyzer(FileAnalyzerFactory) - Constructor for class org.opensolaris.opengrok.analysis.executables.ELFAnalyzer
-
Creates a new instance of ELFAnalyzer
- ELFAnalyzerFactory - Class in org.opensolaris.opengrok.analysis.executables
-
- ELFAnalyzerFactory() - Constructor for class org.opensolaris.opengrok.analysis.executables.ELFAnalyzerFactory
-
- enable() - Method in class org.opensolaris.opengrok.management.AgentIndexRunner
-
Enables the indexer
- enable() - Method in interface org.opensolaris.opengrok.management.AgentIndexRunnerMBean
-
- encode(String) - Static method in class org.opensolaris.opengrok.web.Util
-
Converts different html special characters into their encodings used in
html.
- ensureCommand(String, String) - Method in class org.opensolaris.opengrok.history.Repository
-
Set the name of the external client command that should be used to
access the repository wrt.
- ensureHistoryCacheExists(File) - Method in class org.opensolaris.opengrok.history.HistoryGuru
-
Ensure that we have a directory in the cache.
- equals(Object) - Method in class org.opensolaris.opengrok.index.IndexDatabase
-
- equals(Object) - Method in class org.opensolaris.opengrok.search.Hit
-
Check if two objects are equal.
- errorMsg - Variable in class org.opensolaris.opengrok.web.DiffData
-
error message to show, if diffs are not available
- errorMsg - Variable in class org.opensolaris.opengrok.web.SearchHelper
-
if not null
, the UI should show this error message and stop
processing the search.
- exec() - Method in class org.opensolaris.opengrok.util.Executor
-
Execute the command and collect the output.
- exec(boolean) - Method in class org.opensolaris.opengrok.util.Executor
-
Execute the command and collect the output
- exec(boolean, Executor.StreamHandler) - Method in class org.opensolaris.opengrok.util.Executor
-
Execute the command and collect the output
- executeQuery() - Method in class org.opensolaris.opengrok.web.SearchHelper
-
- Executor - Class in org.opensolaris.opengrok.util
-
Wrapper to Java Process API
- Executor(String[]) - Constructor for class org.opensolaris.opengrok.util.Executor
-
Create a new instance of the Executor.
- Executor(List<String>) - Constructor for class org.opensolaris.opengrok.util.Executor
-
Create a new instance of the Executor.
- Executor(List<String>, File) - Constructor for class org.opensolaris.opengrok.util.Executor
-
Create a new instance of the Executor
- Executor.StreamHandler - Interface in org.opensolaris.opengrok.util
-
You should use the StreamHandler interface if you would like to process
the output from a process while it is running
- ExpandTabsReader - Class in org.opensolaris.opengrok.analysis
-
Wrapper around Reader to expand tabs to spaces in the input.