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

F

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[], 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.
fileHasHistory(File) - Method in class org.opensolaris.opengrok.history.BazaarRepository
 
fileHasHistory(File) - Method in class org.opensolaris.opengrok.history.MercurialRepository
 
fileHasHistory(File) - Method in class org.opensolaris.opengrok.history.SubversionRepository
 
fileHasHistory(File) - Method in class org.opensolaris.opengrok.history.TeamwareRepository
 
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
find(byte[]) - Static method in class org.opensolaris.opengrok.analysis.AnalyzerGuru
Finds a suitable analyser class for a magic signature
findFactory(String) - Static method in class org.opensolaris.opengrok.analysis.AnalyzerGuru
Find a FileAnalyzerFactory with the specified class name.
findMagic(String) - Static method in class org.opensolaris.opengrok.analysis.AnalyzerGuru
Get an analyzer by looking up the "magic signature"
formQuoteEscape(String) - Static method in class org.opensolaris.opengrok.web.Util
 

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