Serialized Form
-
Package opengrok.auth.entity
-
Class opengrok.auth.entity.LdapUser
class LdapUser extends Object implements Serializable- serialVersionUID:
- 1L
-
-
Package opengrok.auth.plugin.configuration
-
Class opengrok.auth.plugin.configuration.Configuration
class Configuration extends Object implements Serializable- serialVersionUID:
- -1L
-
Serialized Fields
-
connectTimeout
int connectTimeout
-
countLimit
int countLimit
-
interval
int interval
-
readTimeout
int readTimeout
-
searchBase
String searchBase
-
searchTimeout
int searchTimeout
-
servers
List<LdapServer> servers
-
webHooks
WebHooks webHooks
-
-
-
Package opengrok.auth.plugin.decoders
-
Exception opengrok.auth.plugin.decoders.UserDecoderException
class UserDecoderException extends RuntimeException implements Serializable- serialVersionUID:
- 1L
-
-
Package opengrok.auth.plugin.ldap
-
Exception opengrok.auth.plugin.ldap.LdapException
class LdapException extends Exception implements Serializable- serialVersionUID:
- -1L
-
Class opengrok.auth.plugin.ldap.LdapServer
class LdapServer extends Object implements Serializable- serialVersionUID:
- -1L
-
-
Package opengrok.auth.plugin.util
-
Class opengrok.auth.plugin.util.WebHook
class WebHook extends Object implements Serializable- serialVersionUID:
- -1L
-
Class opengrok.auth.plugin.util.WebHooks
class WebHooks extends Object implements Serializable- serialVersionUID:
- -1L
-
-
Package org.opengrok.indexer
-
Exception org.opengrok.indexer.VersionInfoLoadException
class VersionInfoLoadException extends RuntimeException implements Serializable- serialVersionUID:
- 1L
-
-
Package org.opengrok.indexer.analysis
-
Class org.opengrok.indexer.analysis.Definitions
class Definitions extends Object implements Serializable- serialVersionUID:
- 1191703801007779489L
-
Serialized Fields
-
line_maps
Map<Integer,
Definitions.LineTagMap> line_maps -
symbols
Map<String,
Set<Integer>> symbols Map from symbol to the line numbers on which the symbol is defined. -
tags
List<Definitions.Tag> tags
List of all the tags.
-
-
Class org.opengrok.indexer.analysis.Definitions.LineTagMap
class LineTagMap extends Object implements Serializable- serialVersionUID:
- 1191703801007779481L
-
Serialized Fields
-
sym_tags
Map<String,
Set<Definitions.Tag>> sym_tags
-
-
Class org.opengrok.indexer.analysis.Definitions.Tag
class Tag extends Object implements Serializable- serialVersionUID:
- 1217869075425651465L
-
Serialized Fields
-
line
int line
Line number of the tag. -
lineEnd
int lineEnd
The ending offset (possibly approximate) ofDefinitions.Tag.symbol
from the start of the line. -
lineStart
int lineStart
The starting offset (possibly approximate) ofDefinitions.Tag.symbol
from the start of the line. -
namespace
String namespace
Namespace/class of tag definition. -
signature
String signature
Scope of tag definition. -
symbol
String symbol
The symbol used in the definition. -
text
String text
The full line on which the definition occurs. -
type
String type
The type of the tag.
-
-
Class org.opengrok.indexer.analysis.Scopes
class Scopes extends Object implements Serializable- serialVersionUID:
- 1191703801007779489L
-
Serialized Fields
-
scopes
TreeSet<Scopes.Scope> scopes
-
-
Class org.opengrok.indexer.analysis.Scopes.Scope
class Scope extends Object implements Serializable- serialVersionUID:
- 1191703801007779489L
-
-
Package org.opengrok.indexer.analysis.document
-
Exception org.opengrok.indexer.analysis.document.MandocException
class MandocException extends Exception implements Serializable- serialVersionUID:
- -6615441453265859555L
-
-
Package org.opengrok.indexer.authorization
-
Class org.opengrok.indexer.authorization.AuthorizationEntity
class AuthorizationEntity extends Object implements Serializable- serialVersionUID:
- 1L
-
Exception org.opengrok.indexer.authorization.AuthorizationException
class AuthorizationException extends RuntimeException implements Serializable- serialVersionUID:
- -1L
-
Class org.opengrok.indexer.authorization.AuthorizationPlugin
class AuthorizationPlugin extends AuthorizationStack implements Serializable- serialVersionUID:
- 2L
-
Class org.opengrok.indexer.authorization.AuthorizationStack
class AuthorizationStack extends AuthorizationEntity implements Serializable- serialVersionUID:
- -2116160303238347415L
-
Serialized Fields
-
stack
List<AuthorizationEntity> stack
-
-
-
Package org.opengrok.indexer.configuration
-
Exception org.opengrok.indexer.configuration.Configuration.ConfigurationException
class ConfigurationException extends Exception implements Serializable- serialVersionUID:
- -1L
-
Class org.opengrok.indexer.configuration.Filter
class Filter extends Object implements Serializable- serialVersionUID:
- 3L
-
Serialized Fields
-
Class org.opengrok.indexer.configuration.Filter.PatternList
- serialVersionUID:
- -6883390970972775838L
-
Serialized Fields
-
owner
Filter owner
-
-
Class org.opengrok.indexer.configuration.IgnoredDirs
class IgnoredDirs extends Filter implements Serializable- serialVersionUID:
- -6771850658877396699L
-
Class org.opengrok.indexer.configuration.IgnoredFiles
class IgnoredFiles extends Filter implements Serializable- serialVersionUID:
- 3673125546519046976L
-
Class org.opengrok.indexer.configuration.IgnoredNames
class IgnoredNames extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
ignoredDirs
IgnoredDirs ignoredDirs
-
ignoredFiles
IgnoredFiles ignoredFiles
-
-
Class org.opengrok.indexer.configuration.Project
class Project extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
annotationCacheEnabled
Boolean annotationCacheEnabled
This flag enables/disables per-project annotation cache. -
bugPage
String bugPage
These properties override global settings, if set. -
bugPattern
String bugPattern
-
handleRenamedFiles
Boolean handleRenamedFiles
This flag sets per-project handling of renamed files. -
historyBasedReindex
Boolean historyBasedReindex
This flag sets per-project reindex based on traversing SCM history. -
historyCacheEnabled
Boolean historyCacheEnabled
This flag enables/disables per-project history cache. -
historyEnabled
Boolean historyEnabled
This flag enables/disables per-project history queries. -
indexed
boolean indexed
This marks the project as (not)ready before initial index is done. this is to avoid all/multi-project searches referencing this project from failing. -
mergeCommitsEnabled
Boolean mergeCommitsEnabled
This flag enables/disables per project merge commits. -
name
String name
This variable is very important, since it's used as the project identifier all over xrefs and webapp. -
navigateWindowEnabled
Boolean navigateWindowEnabled
If navigate window should be opened by default when browsing the source code of this project. -
password
String password
Password to used for repository authentication. This is propagated to all repositories of this project. -
path
String path
Path relative to source root. Uses the '/' separator on all platforms. -
reviewPage
String reviewPage
-
reviewPattern
String reviewPattern
-
tabSize
int tabSize
Size of tabs in this project. Used for displaying the xrefs correctly in projects with non-standard tab size. -
username
String username
Username to used for repository authentication. This is propagated to all repositories of this project.
-
-
-
Package org.opengrok.indexer.history
-
Class org.opengrok.indexer.history.AccuRevRepository
class AccuRevRepository extends Repository implements Serializable- serialVersionUID:
- 1L
-
Class org.opengrok.indexer.history.AnnotationData
class AnnotationData extends Object implements Serializable- serialVersionUID:
- -1L
-
Serialized Fields
-
annotationLines
List<AnnotationLine> annotationLines
-
filename
String filename
-
revision
String revision
The revision it was generated for is used for staleness check inFileAnnotationCache.get(File, String)
. Storing it in the filename would not work well (TandemPath
shortening with very long filenames), on the other hand it is necessary to deserialize the object to tell whether it is stale. -
widestAuthor
int widestAuthor
-
widestRevision
int widestRevision
-
-
Exception org.opengrok.indexer.history.AnnotationException
class AnnotationException extends Exception implements Serializable- serialVersionUID:
- 1L
-
Class org.opengrok.indexer.history.AnnotationLine
class AnnotationLine extends Object implements Serializable- serialVersionUID:
- 3402729223485872826L
-
Class org.opengrok.indexer.history.BazaarRepository
class BazaarRepository extends Repository implements Serializable- serialVersionUID:
- 1L
-
Class org.opengrok.indexer.history.BitKeeperRepository
class BitKeeperRepository extends Repository implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
version
org.suigeneris.jrcs.rcs.Version version
The version of the BitKeeper executable. This affects the correct dspec to use for tags.
-
-
Exception org.opengrok.indexer.history.CacheException
class CacheException extends Exception implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
level
Level level
-
logTrace
boolean logTrace
-
-
Class org.opengrok.indexer.history.ClearCaseRepository
class ClearCaseRepository extends Repository implements Serializable- serialVersionUID:
- 1L
-
Class org.opengrok.indexer.history.CVSRepository
class CVSRepository extends RCSRepository implements Serializable- serialVersionUID:
- 1L
-
Class org.opengrok.indexer.history.GitRepository
class GitRepository extends RepositoryWithHistoryTraversal implements Serializable- serialVersionUID:
- -6126297612958508386L
-
Class org.opengrok.indexer.history.History
class History extends Object implements Serializable- serialVersionUID:
- -1L
-
Serialized Fields
-
entries
List<HistoryEntry> entries
Entries in the log. The first entry is the most recent one. -
latestRev
String latestRev
Revision of the newest change. Used in history cache. -
renamedFiles
Set<String> renamedFiles
Track renamed files, so they can be treated in special way (for some SCMs) during cache creation. These are relative to repository root. -
tags
Map<String,
String> tags
-
-
Class org.opengrok.indexer.history.HistoryEntry
class HistoryEntry extends Object implements Serializable- serialVersionUID:
- 1277313126047397131L
-
Exception org.opengrok.indexer.history.HistoryException
class HistoryException extends Exception implements Serializable- serialVersionUID:
- 1L
-
Class org.opengrok.indexer.history.MercurialRepository
class MercurialRepository extends RepositoryWithHistoryTraversal implements Serializable- serialVersionUID:
- 1L
-
Class org.opengrok.indexer.history.MonotoneRepository
class MonotoneRepository extends Repository implements Serializable- serialVersionUID:
- 1L
-
Class org.opengrok.indexer.history.PerforceRepository
class PerforceRepository extends Repository implements Serializable- serialVersionUID:
- 1L
-
Class org.opengrok.indexer.history.RazorRepository
class RazorRepository extends Repository implements Serializable- serialVersionUID:
- 1L
-
Class org.opengrok.indexer.history.RCSRepository
class RCSRepository extends Repository implements Serializable- serialVersionUID:
- 1L
-
Class org.opengrok.indexer.history.RepoRepository
class RepoRepository extends Repository implements Serializable- serialVersionUID:
- 1L
-
Class org.opengrok.indexer.history.Repository
class Repository extends RepositoryInfo implements Serializable- serialVersionUID:
- -203179700904894217L
-
Serialized Fields
-
ignoredDirs
List<String> ignoredDirs
-
ignoredFiles
List<String> ignoredFiles
-
RepoCommand
String RepoCommand
The command with which to access the external repository. Can benull
if the repository isn't accessed via a CLI, or if it hasn't been initialized byRepository.ensureCommand(java.lang.String, java.lang.String)
yet. -
tagList
NavigableSet<TagEntry> tagList
List of <revision, tags> pairs for repositories which display tags only for files changed by the tagged commit.
-
-
Class org.opengrok.indexer.history.RepositoryInfo
class RepositoryInfo extends Object implements Serializable- serialVersionUID:
- 3L
-
Serialized Fields
-
annotationCacheEnabled
boolean annotationCacheEnabled
-
branch
String branch
-
currentVersion
String currentVersion
-
datePatterns
String[] datePatterns
-
directoryNameRelative
String directoryNameRelative
-
handleRenamedFiles
boolean handleRenamedFiles
-
historyBasedReindex
boolean historyBasedReindex
-
historyCacheEnabled
boolean historyCacheEnabled
-
historyEnabled
boolean historyEnabled
-
mergeCommitsEnabled
boolean mergeCommitsEnabled
-
parent
String parent
-
password
String password
-
remote
boolean remote
-
type
String type
-
username
String username
-
working
Boolean working
-
-
Class org.opengrok.indexer.history.RepositoryWithHistoryTraversal
class RepositoryWithHistoryTraversal extends RepositoryWithPerPartesHistory implements Serializable- serialVersionUID:
- -1L
-
Class org.opengrok.indexer.history.RepositoryWithPerPartesHistory
class RepositoryWithPerPartesHistory extends Repository implements Serializable- serialVersionUID:
- -3433255821312805064L
-
Class org.opengrok.indexer.history.SCCSRepository
class SCCSRepository extends Repository implements Serializable- serialVersionUID:
- 1L
-
Class org.opengrok.indexer.history.SSCMRepository
class SSCMRepository extends Repository implements Serializable- serialVersionUID:
- 1L
-
Class org.opengrok.indexer.history.SubversionRepository
class SubversionRepository extends Repository implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
reposPath
String reposPath
-
-
-
Package org.opengrok.indexer.index
-
Class org.opengrok.indexer.index.IndexAnalysisSettings
class IndexAnalysisSettings extends Object implements Serializable- serialVersionUID:
- 1172403004716059609L
-
Serialization Methods
-
readObject
- Throws:
ClassNotFoundException
IOException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
analyzerGuruVersion
Long analyzerGuruVersion
Nullable to allow easing this object into existing OpenGrok indexes without forcing a re-indexing. -
analyzersVersions
Map<String,
Long> analyzersVersions Nullable because otherwise custom de-serialization does not work, as afinal
initialized value may not actually happen because Java de-serialization circumvents normal construction. -
projectName
String projectName
-
tabSize
Integer tabSize
Nullable to allow easing this object into existing OpenGrok indexes without forcing a re-indexing.
-
-
Class org.opengrok.indexer.index.IndexAnalysisSettings3
class IndexAnalysisSettings3 extends Object implements Serializable- serialVersionUID:
- -4700122690707062276L
-
Serialization Methods
-
readObject
- Throws:
ClassNotFoundException
IOException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
analyzerGuruVersion
Long analyzerGuruVersion
Nullable to allow easing this object into existing OpenGrok indexes without forcing a re-indexing. -
analyzersVersions
Map<String,
Long> analyzersVersions Nullable because otherwise custom de-serialization does not work, as afinal
initialized value may not actually happen because Java de-serialization circumvents normal construction. -
indexedSymlinks
Map<String,
IndexedSymlink> indexedSymlinks Nullable because otherwise custom de-serialization does not work, as afinal
initialized value may not actually happen because Java de-serialization circumvents normal construction. We don't bother with anything but a simpleHashMap
here. -
projectName
String projectName
-
tabSize
Integer tabSize
Nullable to allow easing this object into existing OpenGrok indexes without forcing a re-indexing.
-
-
Exception org.opengrok.indexer.index.IndexCheckException
class IndexCheckException extends Exception implements Serializable- serialVersionUID:
- 5693446916108385595L
-
Exception org.opengrok.indexer.index.IndexDatabase.IndexerFault
class IndexerFault extends RuntimeException implements Serializable- serialVersionUID:
- -1L
-
Exception org.opengrok.indexer.index.IndexDocumentException
class IndexDocumentException extends IndexCheckException implements Serializable- serialVersionUID:
- -277429315137557112L
-
Exception org.opengrok.indexer.index.IndexerException
class IndexerException extends Exception implements Serializable- serialVersionUID:
- -3009093549932264215L
-
Exception org.opengrok.indexer.index.IndexVersionException
class IndexVersionException extends IndexCheckException implements Serializable- serialVersionUID:
- 5693446916108385595L
-
Serialized Fields
-
indexVersion
int indexVersion
-
luceneIndexVersion
int luceneIndexVersion
-
-
-
Package org.opengrok.indexer.util
-
Class org.opengrok.indexer.util.CloseableReentrantReadWriteLock
class CloseableReentrantReadWriteLock extends ReentrantReadWriteLock implements Serializable- serialVersionUID:
- 95L
-
Exception org.opengrok.indexer.util.ForbiddenSymlinkException
class ForbiddenSymlinkException extends Exception implements Serializable- serialVersionUID:
- -5483867987230977680L
-
Exception org.opengrok.indexer.util.WrapperIOException
class WrapperIOException extends RuntimeException implements Serializable- serialVersionUID:
- 1L
-
-
Package org.opengrok.indexer.web.messages
-
Class org.opengrok.indexer.web.messages.Message.HTMLSerializer
class HTMLSerializer extends com.fasterxml.jackson.databind.ser.std.StdSerializer<String> implements Serializable- serialVersionUID:
- -2843900664165513923L
-
-
Package org.opengrok.suggest.popular.impl.chronicle
-
Class org.opengrok.suggest.popular.impl.chronicle.ChronicleMapConfiguration
class ChronicleMapConfiguration extends Object implements Serializable- serialVersionUID:
- -18408710536443827L
-
Serialized Fields
-
averageKeySize
double averageKeySize
-
entries
int entries
-
-
-
Package org.opengrok.suggest.query.data
-
Class org.opengrok.suggest.query.data.BitIntsHolder
class BitIntsHolder extends BitSet implements Serializable- serialVersionUID:
- 6943964922850699553L
-
-
Package org.opengrok.web
-
Class org.opengrok.web.GetFile
class GetFile extends jakarta.servlet.http.HttpServlet implements Serializable- serialVersionUID:
- -1L
-
Error org.opengrok.web.WebappError
class WebappError extends Error implements Serializable- serialVersionUID:
- 1L
-
-
Package org.opengrok.web.servlet
-
Class org.opengrok.web.servlet.MetricsServlet
class MetricsServlet extends jakarta.servlet.http.HttpServlet implements Serializable- serialVersionUID:
- 0L
-
-
Package org.opengrok.web.util
-
Exception org.opengrok.web.util.NoPathParameterException
class NoPathParameterException extends Exception implements Serializable- serialVersionUID:
- 1L
-