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

I

IgnorantAnalyzerFactory - Class in org.opensolaris.opengrok.analysis.data
Factory for analyzer that claims to analyze files which are mostly plain text data, but ignores them.
IgnorantAnalyzerFactory() - Constructor for class org.opensolaris.opengrok.analysis.data.IgnorantAnalyzerFactory
 
ignore(File) - Method in class org.opensolaris.opengrok.index.IgnoredNames
Should the file be ignored or not?
ignore(String) - Method in class org.opensolaris.opengrok.index.IgnoredNames
Should the file be ignored or not?
IgnoredNames - Class in org.opensolaris.opengrok.index
This class maintains a list of file names (like "cscope.out"), SRC_ROOT relative file paths (like "usr/src/uts" or "usr/src/Makefile"), and glob patterns (like .make.*) which opengrok should ignore.
IgnoredNames() - Constructor for class org.opensolaris.opengrok.index.IgnoredNames
 
IgnoredNames.PatternList - Class in org.opensolaris.opengrok.index
During the load of the configuration file, the framework will add entries to the ignored pattern list.
IgnoredNames.PatternList(IgnoredNames) - Constructor for class org.opensolaris.opengrok.index.IgnoredNames.PatternList
 
ImageAnalyzerFactory - Class in org.opensolaris.opengrok.analysis.data
Factory for analyzer that tells that image files can be displayed.
ImageAnalyzerFactory() - Constructor for class org.opensolaris.opengrok.analysis.data.ImageAnalyzerFactory
 
IndexDatabase - Class in org.opensolaris.opengrok.index
This class is used to create / update the index databases.
IndexDatabase() - Constructor for class org.opensolaris.opengrok.index.IndexDatabase
Create a new instance of the Index Database.
IndexDatabase(Project) - Constructor for class org.opensolaris.opengrok.index.IndexDatabase
Create a new instance of an Index Database for a given project
Indexer - Class in org.opensolaris.opengrok.index
Creates and updates an inverted source index as well as generates Xref, file stats etc., if specified in the options
IndexerWizard - Class in org.opensolaris.opengrok.index
 
IndexerWizard(String) - Constructor for class org.opensolaris.opengrok.index.IndexerWizard
Creates new form IndexerWizard
Info - Class in org.opensolaris.opengrok
Utility class to get information of the OpenGrok version.
InternalEditor - Class in org.opensolaris.opengrok.search.scope.editor
The InternaEditor is used to open a file in a JFrame.
InternalEditor() - Constructor for class org.opensolaris.opengrok.search.scope.editor.InternalEditor
Creates a new instance of InternalEditor
interrupt() - Method in class org.opensolaris.opengrok.index.IndexDatabase
Interrupt the index generation (and the index generation will stop as soon as possible)
isActive() - Method in class org.opensolaris.opengrok.history.DirectoryHistoryReader
 
isActive() - Method in class org.opensolaris.opengrok.history.HistoryEntry
 
isActive() - Method in class org.opensolaris.opengrok.history.HistoryReader
 
isAllowLeadingWildcard() - Method in class org.opensolaris.opengrok.configuration.Configuration
 
isAllowLeadingWildcard() - Method in class org.opensolaris.opengrok.configuration.RuntimeEnvironment
Is leading wildcards allowed?
isBinary() - Method in class org.opensolaris.opengrok.search.Hit
Getter for property binary.
isCacheable() - Method in class org.opensolaris.opengrok.history.BazaarRepository
 
isCacheable() - Method in class org.opensolaris.opengrok.history.DirectoryHistoryParser
 
isCacheable() - Method in class org.opensolaris.opengrok.history.MercurialRepository
 
isCacheable() - Method in class org.opensolaris.opengrok.history.SubversionRepository
 
isCacheable() - Method in class org.opensolaris.opengrok.history.TeamwareRepository
 
isCellEditable(int, int) - Method in class org.opensolaris.opengrok.search.scope.HitTableModel
Is this cell editable or not.
isEditable() - Method in class org.opensolaris.opengrok.search.scope.editor.ExternalEditor
Is it possible to modify the command on this editor or not
isEditable() - Method in class org.opensolaris.opengrok.search.scope.editor.InternalEditor
Is it possible to modify the command on this editor or not
isEditable() - Method in class org.opensolaris.opengrok.search.scope.Editor
Is it possible to modify the command on this editor or not
isEllipsis() - Method in class org.opensolaris.opengrok.search.Summary.Ellipsis
Returns true.
isEllipsis() - Method in class org.opensolaris.opengrok.search.Summary.Fragment
Returns true iff this fragment is an ellipsis.
isEmpty() - Method in class org.opensolaris.opengrok.search.context.Context
 
isEmpty() - Method in class org.opensolaris.opengrok.search.context.HistoryContext
 
isEnabled(int) - Method in class org.opensolaris.opengrok.history.Annotation
Gets the enabled state for the last change to the specified line.
isGenerateHtml() - Method in class org.opensolaris.opengrok.configuration.Configuration
 
isGenerateHtml() - Method in class org.opensolaris.opengrok.configuration.RuntimeEnvironment
Should we generate HTML or not during the indexing phase
isHighlight() - Method in class org.opensolaris.opengrok.search.Summary.Fragment
Returns true iff this fragment is to be highlighted.
isHighlight() - Method in class org.opensolaris.opengrok.search.Summary.Highlight
Returns true.
isHistoryCache() - Method in class org.opensolaris.opengrok.configuration.Configuration
 
isIgnored() - Method in class org.opensolaris.opengrok.history.SubversionRepository
 
isMagic(byte[], InputStream) - Method in interface org.opensolaris.opengrok.analysis.FileAnalyzerFactory.Matcher
Try to match the file contents with an analyzer factory.
isOptimizeDatabase() - Method in class org.opensolaris.opengrok.configuration.Configuration
 
isOptimizeDatabase() - Method in class org.opensolaris.opengrok.configuration.RuntimeEnvironment
 
isQuickContextScan() - Method in class org.opensolaris.opengrok.configuration.Configuration
 
isQuickContextScan() - Method in class org.opensolaris.opengrok.configuration.RuntimeEnvironment
 
isRemoteScmSupported() - Method in class org.opensolaris.opengrok.configuration.Configuration
 
isRemoteScmSupported() - Method in class org.opensolaris.opengrok.configuration.RuntimeEnvironment
 
isSpace(int) - Static method in class org.opensolaris.opengrok.analysis.TagFilter
 
isValidQuery() - Method in class org.opensolaris.opengrok.search.scope.SearchEngine
 
isVerbose() - Method in class org.opensolaris.opengrok.configuration.Configuration
 
isVerbose() - Method in class org.opensolaris.opengrok.configuration.RuntimeEnvironment
Is the verbosity flag turned on?
isVerbose() - Method in class org.opensolaris.opengrok.history.MercurialRepository
Use verbose log messages, or just the summary
isVerbose() - Method in class org.opensolaris.opengrok.history.SubversionRepository
Use verbose log messages, or just the summary
isVerbose() - Method in class org.opensolaris.opengrok.history.TeamwareRepository
Use verbose log messages, or just the summary

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