A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

E

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
 
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 currently used only for tooltips of annotation revision number view
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.
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
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

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z