Uses of Class
org.opensolaris.opengrok.analysis.FileAnalyzer.Genre

Packages that use FileAnalyzer.Genre
org.opensolaris.opengrok.analysis   
org.opensolaris.opengrok.analysis.archive   
 

Uses of FileAnalyzer.Genre in org.opensolaris.opengrok.analysis
 

Methods in org.opensolaris.opengrok.analysis that return FileAnalyzer.Genre
 FileAnalyzer.Genre FileAnalyzer.getGenre()
           
 FileAnalyzer.Genre FileAnalyzerFactory.getGenre()
          The genre this analyzer factory belongs to.
static FileAnalyzer.Genre AnalyzerGuru.getGenre(FileAnalyzerFactory factory)
          Get the genre for a named class (this is most likely an analyzer)
static FileAnalyzer.Genre AnalyzerGuru.getGenre(java.io.InputStream in)
          Get the genre of a bulk of data
static FileAnalyzer.Genre AnalyzerGuru.getGenre(java.lang.String file)
          Get the genre of a file
static FileAnalyzer.Genre FileAnalyzer.Genre.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static FileAnalyzer.Genre[] FileAnalyzer.Genre.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.opensolaris.opengrok.analysis with parameters of type FileAnalyzer.Genre
FileAnalyzerFactory(java.lang.String[] suffixes, java.lang.String[] magics, FileAnalyzerFactory.Matcher matcher, java.lang.String contentType, FileAnalyzer.Genre genre)
          Construct an instance of FileAnalyzerFactory.
 

Uses of FileAnalyzer.Genre in org.opensolaris.opengrok.analysis.archive
 

Methods in org.opensolaris.opengrok.analysis.archive that return FileAnalyzer.Genre
 FileAnalyzer.Genre BZip2Analyzer.getGenre()
           
 FileAnalyzer.Genre GZIPAnalyzer.getGenre()