Serialized Form


Package org.opensolaris.opengrok.analysis

Class org.opensolaris.opengrok.analysis.Definitions extends java.lang.Object implements Serializable

Serialized Fields

symbols

java.util.Map<K,V> symbols
Map from symbol to the line numbers on which the symbol is defined.


tags

java.util.List<E> tags
List of all the tags.

Class org.opensolaris.opengrok.analysis.Definitions.Tag extends java.lang.Object implements Serializable

Serialized Fields

line

int line
Line number of the tag.


symbol

java.lang.String symbol
The symbol used in the definition.


type

java.lang.String type
The type of the tag.


text

java.lang.String text
The full line on which the definition occurs.


Package org.opensolaris.opengrok.history

Class org.opensolaris.opengrok.history.BazaarRepository extends Repository implements Serializable

serialVersionUID: 1L

Class org.opensolaris.opengrok.history.ClearCaseRepository extends Repository implements Serializable

serialVersionUID: 1L

Serialized Fields

verbose

boolean verbose

Class org.opensolaris.opengrok.history.CVSRepository extends RCSRepository implements Serializable

serialVersionUID: 1L

Serialized Fields

isBranch

java.lang.Boolean isBranch

branch

java.lang.String branch

Class org.opensolaris.opengrok.history.GitRepository extends Repository implements Serializable

serialVersionUID: 1L

Class org.opensolaris.opengrok.history.HistoryException extends java.lang.Exception implements Serializable

serialVersionUID: 1L

Class org.opensolaris.opengrok.history.MercurialRepository extends Repository implements Serializable

serialVersionUID: 1L

Class org.opensolaris.opengrok.history.MonotoneRepository extends Repository implements Serializable

serialVersionUID: 1L

Class org.opensolaris.opengrok.history.PerforceRepository extends Repository implements Serializable

serialVersionUID: 1L

Class org.opensolaris.opengrok.history.RazorRepository extends Repository implements Serializable

serialVersionUID: 1L

Serialized Fields

opengrokSourceRootDirectoryPath

java.lang.String opengrokSourceRootDirectoryPath

razorGroupBaseDirectoryPath

java.lang.String razorGroupBaseDirectoryPath

Class org.opensolaris.opengrok.history.RCSRepository extends Repository implements Serializable

serialVersionUID: 1L

Class org.opensolaris.opengrok.history.Repository extends RepositoryInfo implements Serializable

Class org.opensolaris.opengrok.history.RepositoryInfo extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

directoryName

java.lang.String directoryName

working

boolean working

type

java.lang.String type

remote

boolean remote

datePattern

java.lang.String datePattern

Class org.opensolaris.opengrok.history.SCCSRepository extends Repository implements Serializable

serialVersionUID: 1L

Serialized Fields

authors_cache

java.util.Map<K,V> authors_cache

Class org.opensolaris.opengrok.history.SubversionRepository extends Repository implements Serializable

serialVersionUID: 1L

Serialized Fields

reposPath

java.lang.String reposPath

Package org.opensolaris.opengrok.index

Class org.opensolaris.opengrok.index.IgnoredNames extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

ignore

java.util.Set<E> ignore
The list of exact filenames to ignore


patterns

java.util.List<E> patterns
The list of filenames with wildcards to ignore


path

java.util.List<E> path
The list of paths that should be ignored


ignoredPatterns

java.util.List<E> ignoredPatterns
The full list of all patterns. This list will be saved in the configuration file (if used)

Class org.opensolaris.opengrok.index.IgnoredNames.PatternList extends java.util.ArrayList<java.lang.String> implements Serializable

Serialized Fields

owner

IgnoredNames owner

Class org.opensolaris.opengrok.index.IndexerException extends java.lang.Exception implements Serializable


Package org.opensolaris.opengrok.management

Class org.opensolaris.opengrok.management.TimerFilter extends java.lang.Object implements Serializable

Serialized Fields

id

java.lang.Integer id

Package org.opensolaris.opengrok.management.client

Class org.opensolaris.opengrok.management.client.ConfigurationsFrame extends javax.swing.JFrame implements Serializable

Serialized Fields

con

AgentConnection con

managementObjectName

javax.management.ObjectName managementObjectName

configObjectName

javax.management.ObjectName configObjectName

consoleLevel

java.util.logging.Level consoleLevel

fileLevel

java.util.logging.Level fileLevel

filePath

java.lang.String filePath

publishURL

java.lang.String publishURL

config

Configuration config

configurationFile

java.lang.String configurationFile

allowLeadingWildCardsCB

javax.swing.JCheckBox allowLeadingWildCardsCB

bugPageField

javax.swing.JTextField bugPageField

bugPatternField

javax.swing.JTextField bugPatternField

cTagsField

javax.swing.JTextField cTagsField

closeBtn

javax.swing.JButton closeBtn

compressXRefsCB

javax.swing.JCheckBox compressXRefsCB

configFileField

javax.swing.JTextField configFileField

consoleLevelCombo

javax.swing.JComboBox consoleLevelCombo

dataRootField

javax.swing.JTextField dataRootField

fileLevelCombo

javax.swing.JComboBox fileLevelCombo

genSettingsPanel

javax.swing.JPanel genSettingsPanel

generateHtmlCB

javax.swing.JCheckBox generateHtmlCB

historyCacheCB

javax.swing.JCheckBox historyCacheCB

historyListingPanel

javax.swing.JPanel historyListingPanel

historyReaderTimelimitField

javax.swing.JTextField historyReaderTimelimitField

ignoredNamesTable

javax.swing.JTable ignoredNamesTable

indexVersionedFilesOnlyCB

javax.swing.JCheckBox indexVersionedFilesOnlyCB

indexWordLimitField

javax.swing.JTextField indexWordLimitField

indexerPanel

javax.swing.JPanel indexerPanel

jLabel1

javax.swing.JLabel jLabel1

jLabel10

javax.swing.JLabel jLabel10

jLabel11

javax.swing.JLabel jLabel11

jLabel12

javax.swing.JLabel jLabel12

jLabel13

javax.swing.JLabel jLabel13

jLabel14

javax.swing.JLabel jLabel14

jLabel15

javax.swing.JLabel jLabel15

jLabel16

javax.swing.JLabel jLabel16

jLabel17

javax.swing.JLabel jLabel17

jLabel18

javax.swing.JLabel jLabel18

jLabel19

javax.swing.JLabel jLabel19

jLabel2

javax.swing.JLabel jLabel2

jLabel20

javax.swing.JLabel jLabel20

jLabel3

javax.swing.JLabel jLabel3

jLabel4

javax.swing.JLabel jLabel4

jLabel5

javax.swing.JLabel jLabel5

jLabel6

javax.swing.JLabel jLabel6

jLabel7

javax.swing.JLabel jLabel7

jLabel8

javax.swing.JLabel jLabel8

jLabel9

javax.swing.JLabel jLabel9

jPanel1

javax.swing.JPanel jPanel1

jScrollPane1

javax.swing.JScrollPane jScrollPane1

jScrollPane2

javax.swing.JScrollPane jScrollPane2

jScrollPane3

javax.swing.JScrollPane jScrollPane3

jTabPane

javax.swing.JTabbedPane jTabPane

logFilePathField

javax.swing.JTextField logFilePathField

luceneLockingCB

javax.swing.JCheckBox luceneLockingCB

optimizedDatabaseCB

javax.swing.JCheckBox optimizedDatabaseCB

projectsPanel

javax.swing.JPanel projectsPanel

projectsTable

javax.swing.JTable projectsTable

publishHostField

javax.swing.JTextField publishHostField

remoteSCMSupportedCB

javax.swing.JCheckBox remoteSCMSupportedCB

repositoryPanel

javax.swing.JPanel repositoryPanel

repositoryTable

javax.swing.JTable repositoryTable

reviewPageField

javax.swing.JTextField reviewPageField

reviewPatternField

javax.swing.JTextField reviewPatternField

sourceRootField

javax.swing.JTextField sourceRootField

updateBtn

javax.swing.JButton updateBtn

urlPrefixField

javax.swing.JTextField urlPrefixField

userPageField

javax.swing.JTextField userPageField

webAppLAFField

javax.swing.JTextField webAppLAFField

Class org.opensolaris.opengrok.management.client.NotificationsFrame extends javax.swing.JFrame implements Serializable

serialVersionUID: -7314367696755820002L

Serialized Fields

formatter

java.text.SimpleDateFormat formatter

closeButton

javax.swing.JButton closeButton

endTimelabel

javax.swing.JLabel endTimelabel

jLabel1

javax.swing.JLabel jLabel1

jLabel2

javax.swing.JLabel jLabel2

jLabel4

javax.swing.JLabel jLabel4

jTextArea1

javax.swing.JTextArea jTextArea1

notificationsPane

javax.swing.JScrollPane notificationsPane

startTimeLabel

javax.swing.JLabel startTimeLabel

Class org.opensolaris.opengrok.management.client.SettingsFrame extends javax.swing.JFrame implements Serializable

serialVersionUID: -5229330170574558105L

Serialized Fields

properties

SettingsPersistence properties

agentURLField

javax.swing.JTextField agentURLField

agentURLLabel

javax.swing.JLabel agentURLLabel

closeButton

javax.swing.JButton closeButton

connTimeoutField

javax.swing.JTextField connTimeoutField

headerLabel

javax.swing.JLabel headerLabel

indexingTimeoutField

javax.swing.JTextField indexingTimeoutField

jLabel1

javax.swing.JLabel jLabel1

jLabel2

javax.swing.JLabel jLabel2

jLabel4

javax.swing.JLabel jLabel4

jLabel5

javax.swing.JLabel jLabel5

jLabel6

javax.swing.JLabel jLabel6

jPanel1

javax.swing.JPanel jPanel1

jPanel2

javax.swing.JPanel jPanel2

passwordField

javax.swing.JPasswordField passwordField

seconds

javax.swing.JLabel seconds

userTextField

javax.swing.JTextField userTextField

Class org.opensolaris.opengrok.management.client.ShowErrorForm extends javax.swing.JDialog implements Serializable

Serialized Fields

errorField

javax.swing.JScrollPane errorField

errorTextArea

javax.swing.JTextArea errorTextArea

jLabel1

javax.swing.JLabel jLabel1

okButton

javax.swing.JButton okButton

returnStatus

int returnStatus