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.HistoryException extends java.lang.Exception implements Serializable


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.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