- file - Variable in class org.opensolaris.opengrok.web.DiffData
-
the content of the original and new file line-by-line corresponding
with
DiffData.rev
- fileAdd(String, String) - Method in interface org.opensolaris.opengrok.index.IndexChangedListener
-
A file is to be added to the index database
- fileAdd(String, String) - Method in class org.opensolaris.opengrok.management.AgentIndexRunner
-
- fileAdded(String, String) - Method in interface org.opensolaris.opengrok.index.IndexChangedListener
-
A file is to be added to the index database
- fileAdded(String, String) - Method in class org.opensolaris.opengrok.management.AgentIndexRunner
-
- FileAnalyzer - Class in org.opensolaris.opengrok.analysis
-
Base class for all different File Analyzers
An Analyzer for a filetype provides
the file extentions and magic numbers it analyzes
a lucene document listing the fields it can support
TokenStreams for each of the field it said requires tokenizing in 2
cross reference in HTML format
The type of file data, plain text etc
Created on September 21, 2005
- FileAnalyzer(FileAnalyzerFactory) - Constructor for class org.opensolaris.opengrok.analysis.FileAnalyzer
-
Creates a new instance of FileAnalyzer
- FileAnalyzer.Genre - Enum in org.opensolaris.opengrok.analysis
-
What kind of file is this?
- FileAnalyzerFactory - Class in org.opensolaris.opengrok.analysis
-
Factory class which creates a FileAnalyzer
object and
provides information about this type of analyzers.
- FileAnalyzerFactory(String[], String[], String[], FileAnalyzerFactory.Matcher, String, FileAnalyzer.Genre) - Constructor for class org.opensolaris.opengrok.analysis.FileAnalyzerFactory
-
Construct an instance of FileAnalyzerFactory
.
- FileAnalyzerFactory.Matcher - Interface in org.opensolaris.opengrok.analysis
-
Interface for matchers which map file contents to analyzer factories.
- fileHasAnnotation(File) - Method in class org.opensolaris.opengrok.history.BazaarRepository
-
- fileHasAnnotation(File) - Method in class org.opensolaris.opengrok.history.ClearCaseRepository
-
- fileHasAnnotation(File) - Method in class org.opensolaris.opengrok.history.CVSRepository
-
- fileHasAnnotation(File) - Method in class org.opensolaris.opengrok.history.GitRepository
-
- fileHasAnnotation(File) - Method in class org.opensolaris.opengrok.history.MercurialRepository
-
- fileHasAnnotation(File) - Method in class org.opensolaris.opengrok.history.MonotoneRepository
-
- fileHasAnnotation(File) - Method in class org.opensolaris.opengrok.history.PerforceRepository
-
- fileHasAnnotation(File) - Method in class org.opensolaris.opengrok.history.SCCSRepository
-
- fileHasAnnotation(File) - Method in class org.opensolaris.opengrok.history.SubversionRepository
-
- fileHasHistory(File) - Method in class org.opensolaris.opengrok.history.BazaarRepository
-
- fileHasHistory(File) - Method in class org.opensolaris.opengrok.history.ClearCaseRepository
-
- fileHasHistory(File) - Method in class org.opensolaris.opengrok.history.CVSRepository
-
- fileHasHistory(File) - Method in class org.opensolaris.opengrok.history.GitRepository
-
- fileHasHistory(File) - Method in class org.opensolaris.opengrok.history.MercurialRepository
-
- fileHasHistory(File) - Method in class org.opensolaris.opengrok.history.MonotoneRepository
-
- fileHasHistory(File) - Method in class org.opensolaris.opengrok.history.SCCSRepository
-
- fileHasHistory(File) - Method in class org.opensolaris.opengrok.history.SubversionRepository
-
- FileLogFormatter - Class in org.opensolaris.opengrok
-
Opengrok logfile formatter
Creates a logentry in the logfile on the following format
[#|YYYY-MM-DD HH:MM:ss.SSSZ |||OG|T=|
: |#]
- FileLogFormatter() - Constructor for class org.opensolaris.opengrok.FileLogFormatter
-
- FILELOGLEVELKEY - Static variable in class org.opensolaris.opengrok.management.client.SettingsPersistence
-
- filename - Variable in class org.opensolaris.opengrok.web.DiffData
-
the HTML escaped filename used
- fileRemove(String) - Method in interface org.opensolaris.opengrok.index.IndexChangedListener
-
A file is to be removed from the index database
- fileRemove(String) - Method in class org.opensolaris.opengrok.management.AgentIndexRunner
-
- fileRemoved(String) - Method in interface org.opensolaris.opengrok.index.IndexChangedListener
-
A file is to be removed from the index database
- fileRemoved(String) - Method in class org.opensolaris.opengrok.management.AgentIndexRunner
-
- fileUpdate(String) - Method in interface org.opensolaris.opengrok.index.IndexChangedListener
-
A file is to be updated in the index database
- fileUpdate(String) - Method in class org.opensolaris.opengrok.management.AgentIndexRunner
-
- Filter - Class in org.opensolaris.opengrok.index
-
- Filter() - Constructor for class org.opensolaris.opengrok.index.Filter
-
- Filter.PatternList - Class in org.opensolaris.opengrok.index
-
- Filter.PatternList(Filter) - Constructor for class org.opensolaris.opengrok.index.Filter.PatternList
-
- find(InputStream, String) - Static method in class org.opensolaris.opengrok.analysis.AnalyzerGuru
-
Finds a suitable analyser class for file name.
- find(String) - Static method in class org.opensolaris.opengrok.analysis.AnalyzerGuru
-
Finds a suitable analyser class for file name.
- find(InputStream) - Static method in class org.opensolaris.opengrok.analysis.AnalyzerGuru
-
Finds a suitable analyser class for the data in this stream
- findDataFile() - Method in class org.opensolaris.opengrok.web.PageConfig
-
Lookup the file
PageConfig.getPath()
relative to the crossfile directory
of the opengrok data directory.
- findDataFiles(List<String>) - Method in class org.opensolaris.opengrok.web.PageConfig
-
Find the files with the given names in the
PageConfig.getPath()
directory
relative to the crossfile directory of the opengrok data directory.
- findFactory(String) - Static method in class org.opensolaris.opengrok.analysis.AnalyzerGuru
-
Find a FileAnalyzerFactory
with the specified class name.
- FOOTER_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.
- format(LogRecord) - Method in class org.opensolaris.opengrok.ConsoleFormatter
-
- format(LogRecord) - Method in class org.opensolaris.opengrok.FileLogFormatter
-
- format(LogRecord) - Method in class org.opensolaris.opengrok.SimpleConsoleFormatter
-
- format(LogRecord) - Method in class org.opensolaris.opengrok.SimpleFileLogFormatter
-
- formQuoteEscape(String) - Static method in class org.opensolaris.opengrok.web.Util
-
Replace all quote characters (ASCI 0x22) with the corresponding html
entity (").
- FortranAnalyzer - Class in org.opensolaris.opengrok.analysis.fortran
-
An Analyzer for Fortran type of files
- FortranAnalyzerFactory - Class in org.opensolaris.opengrok.analysis.fortran
-
- FortranAnalyzerFactory() - Constructor for class org.opensolaris.opengrok.analysis.fortran.FortranAnalyzerFactory
-
- FortranSymbolTokenizer - Class in org.opensolaris.opengrok.analysis.fortran
-
This class is a scanner generated by
JFlex 1.4.3
on 10/28/13 12:18 PM from the specification file
/builddir/build/BUILD/opengrok-0.11.1-src/src/org/opensolaris/opengrok/analysis/fortran/FortranSymbolTokenizer.lex
- FortranSymbolTokenizer(Reader) - Constructor for class org.opensolaris.opengrok.analysis.fortran.FortranSymbolTokenizer
-
Creates a new scanner
There is also a java.io.InputStream version of this constructor.
- FortranSymbolTokenizer(InputStream) - Constructor for class org.opensolaris.opengrok.analysis.fortran.FortranSymbolTokenizer
-
Creates a new scanner.
- FortranXref - Class in org.opensolaris.opengrok.analysis.fortran
-
This class is a scanner generated by
JFlex 1.4.3
on 10/28/13 12:18 PM from the specification file
/builddir/build/BUILD/opengrok-0.11.1-src/src/org/opensolaris/opengrok/analysis/fortran/FortranXref.lex
- FortranXref(Reader) - Constructor for class org.opensolaris.opengrok.analysis.fortran.FortranXref
-
Creates a new scanner
There is also a java.io.InputStream version of this constructor.
- FortranXref(InputStream) - Constructor for class org.opensolaris.opengrok.analysis.fortran.FortranXref
-
Creates a new scanner.
- freetext - Variable in class org.opensolaris.opengrok.web.Suggestion
-
freetext search suggestions
- full - Variable in class org.opensolaris.opengrok.web.DiffData
-
If true
a full diff is desired (request parameter full=1
- fullDiff() - Method in class org.opensolaris.opengrok.web.PageConfig
-
Check, whether a full diff should be displayed.