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
 
incrementToken() - Method in class org.opensolaris.opengrok.analysis.Hash2TokenStream
 
incrementToken() - Method in class org.opensolaris.opengrok.analysis.JFlexTokenizer
This will reinitalize internal AttributeImpls, or it returns false if end of input Reader ...
incrementToken() - Method in class org.opensolaris.opengrok.analysis.List2TokenStream
 
incrementToken() - Method in class org.opensolaris.opengrok.analysis.PathTokenizer
 
index(boolean) - Method in class org.opensolaris.opengrok.management.AgentIndexRunner
The index method starts a thread that will start indexing part of the opengrok agent.
index(boolean) - Method in interface org.opensolaris.opengrok.management.AgentIndexRunnerMBean
Start indexing outside the timer
IndexChangedListener - Interface in org.opensolaris.opengrok.index
The changes in an index database may be monitored through this interface.
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
IndexerException - Exception in org.opensolaris.opengrok.index
 
INDEXTIMEOUTKEY - Static variable in class org.opensolaris.opengrok.management.client.SettingsPersistence
 
INDEXWARNINGICONURL - Static variable in class org.opensolaris.opengrok.management.client.OpenGrokTrayApp
 
Info - Class in org.opensolaris.opengrok
Utility class to get information of the OpenGrok version.
InsertQuery - Class in org.opensolaris.opengrok.jdbc
A StatementCreator class that creates insert statements which return generated keys.
InsertQuery(String) - Constructor for class org.opensolaris.opengrok.jdbc.InsertQuery
Create an InsertQuery instance.
interrupt() - Method in class org.opensolaris.opengrok.index.IndexDatabase
Interrupt the index generation (and the index generation will stop as soon as possible)
invalidateRepositories(List<RepositoryInfo>) - Method in class org.opensolaris.opengrok.history.HistoryGuru
Invalidate the current list of known repositories!
isActive() - Method in class org.opensolaris.opengrok.history.HistoryEntry
 
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.
isCompressXref() - Method in class org.opensolaris.opengrok.configuration.Configuration
 
isCompressXref() - Method in class org.opensolaris.opengrok.configuration.RuntimeEnvironment
Are we using copressed HTML files?
isConnected() - Method in class org.opensolaris.opengrok.management.client.AgentConnection
 
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
Should the history log be cached?
isHistoryCacheInDB() - Method in class org.opensolaris.opengrok.configuration.Configuration
Should the history cache be stored in a database? If yes, JDBCHistoryCache will be used to cache the history; otherwise, FileHistoryCache is used.
isIndexVersionedFilesOnly() - Method in class org.opensolaris.opengrok.configuration.Configuration
 
isIndexVersionedFilesOnly() - Method in class org.opensolaris.opengrok.configuration.RuntimeEnvironment
 
isInP4Depot(File) - Static method in class org.opensolaris.opengrok.history.PerforceRepository
Check if a given file is in the depot
isMagic(byte[], InputStream) - Method in interface org.opensolaris.opengrok.analysis.FileAnalyzerFactory.Matcher
Try to match the file contents with an analyzer factory.
isNotificationEnabled(Notification) - Method in class org.opensolaris.opengrok.management.TimerFilter
 
isOnlyWhitespace(String) - Static method in class org.opensolaris.opengrok.util.StringUtils
Returns true if the string is empty or only includes whitespace characters.
isOptimizeDatabase() - Method in class org.opensolaris.opengrok.configuration.Configuration
 
isOptimizeDatabase() - Method in class org.opensolaris.opengrok.configuration.RuntimeEnvironment
 
isPossiblyJavaClass(String) - Static method in class org.opensolaris.opengrok.util.StringUtils
Returns true if the string is possibly a full java class name
isQuickContextScan() - Method in class org.opensolaris.opengrok.configuration.Configuration
 
isQuickContextScan() - Method in class org.opensolaris.opengrok.configuration.RuntimeEnvironment
 
isRemote() - Method in class org.opensolaris.opengrok.history.RepositoryInfo
Is the history and version information for this repository stored on a remote server?
isRemoteScmSupported() - Method in class org.opensolaris.opengrok.configuration.Configuration
 
isRemoteScmSupported() - Method in class org.opensolaris.opengrok.configuration.RuntimeEnvironment
 
isRepositoryFor(File) - Method in class org.opensolaris.opengrok.history.CVSRepository
 
isSpace(int) - Static method in class org.opensolaris.opengrok.analysis.TagFilter
 
isUsingLuceneLocking() - Method in class org.opensolaris.opengrok.configuration.Configuration
 
isUsingLuceneLocking() - Method in class org.opensolaris.opengrok.configuration.RuntimeEnvironment
 
isValid() - Method in class org.opensolaris.opengrok.jdbc.ConnectionResource
Check if the connection is still valid.
isValidQuery() - Method in class org.opensolaris.opengrok.search.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.ClearCaseRepository
Use verbose log messages, or just the summary
isWorking() - Method in class org.opensolaris.opengrok.history.BazaarRepository
 
isWorking() - Method in class org.opensolaris.opengrok.history.CVSRepository
 
isWorking() - Method in class org.opensolaris.opengrok.history.GitRepository
 
isWorking() - Method in class org.opensolaris.opengrok.history.MercurialRepository
 
isWorking() - Method in class org.opensolaris.opengrok.history.MonotoneRepository
 
isWorking() - Method in class org.opensolaris.opengrok.history.PerforceRepository
 
isWorking() - Method in class org.opensolaris.opengrok.history.RepositoryInfo
Returns true if this repository is usable in this context (for SCM systems that use external binaries, the binary must be availabe etc)
isWorking() - Method in class org.opensolaris.opengrok.history.SCCSRepository
 
isWorking() - Method in class org.opensolaris.opengrok.history.SubversionRepository
 

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