A B C D E F G H I J L M N O P Q R S T U V W X Y Z

A

AbstractCellEditor - class net.logAnalyzer.utils.gui.treetable.AbstractCellEditor.
 
AbstractCellEditor() - Constructor for class net.logAnalyzer.utils.gui.treetable.AbstractCellEditor
 
AbstractLogHandler - class net.logAnalyzer.handlers.AbstractLogHandler.
This class defines a template for log file handlers.
AbstractLogHandler(FilesSetReader, String) - Constructor for class net.logAnalyzer.handlers.AbstractLogHandler
Constructs a log handler for the specified input files parsed with the specified converters.
AbstractTreeTableModel - class net.logAnalyzer.utils.gui.treetable.AbstractTreeTableModel.
An abstract implementation of the TreeTableModel interface, handling the list of listeners.
AbstractTreeTableModel(Object) - Constructor for class net.logAnalyzer.utils.gui.treetable.AbstractTreeTableModel
 
AnalyzerDefinition - class net.logAnalyzer.analysis.AnalyzerDefinition.
This class contains the definition of an analyzer.
AnalyzerDefinition(String, String, String, String) - Constructor for class net.logAnalyzer.analysis.AnalyzerDefinition
Construct a new analyzer definition.
AnalyzerException - exception net.logAnalyzer.analysis.AnalyzerException.
This exception is thrown by LAAnalyzer methods.
AnalyzerException() - Constructor for class net.logAnalyzer.analysis.AnalyzerException
Default constructor.
AnalyzerException(String) - Constructor for class net.logAnalyzer.analysis.AnalyzerException
Default constructor.
AnalyzerException(String, Throwable) - Constructor for class net.logAnalyzer.analysis.AnalyzerException
Default constructor.
AnalyzerException(Throwable) - Constructor for class net.logAnalyzer.analysis.AnalyzerException
Default constructor.
AndFilter - class net.logAnalyzer.gui.messages.filters.AndFilter.
This class implements a logical AND filter.
AndFilter(LAMessagesFilter, LAMessagesFilter) - Constructor for class net.logAnalyzer.gui.messages.filters.AndFilter
Constructs a new filter.
accept(LAMessage) - Method in class net.logAnalyzer.gui.messages.filters.AndFilter
Returns true if the messageLabel is accepted by the filter.
accept(LAMessage) - Method in class net.logAnalyzer.gui.messages.filters.ContainsFilter
Returns true if the messageLabel value contains the accepted value.
accept(LAMessage) - Method in class net.logAnalyzer.gui.messages.filters.EqualFilter
Returns true if the messageLabel is accepted by the filter.
accept(LAMessage) - Method in class net.logAnalyzer.gui.messages.filters.GreaterFilter
Returns true if the messageLabel is accepted by the filter.
accept(LAMessage) - Method in interface net.logAnalyzer.gui.messages.filters.LAMessagesFilter
Returns true if the messageLabel is accepted by the filter..
accept(LAMessage) - Method in class net.logAnalyzer.gui.messages.filters.LowerFilter
Returns true if the messageLabel is accepted by the filter.
accept(LAMessage) - Method in class net.logAnalyzer.gui.messages.filters.NotFilter
Returns true if the messageLabel is accepted by the filter.
accept(LAMessage) - Method in class net.logAnalyzer.gui.messages.filters.OrFilter
Returns true if the messageLabel is accepted by the filter.
accept(LAMessage) - Method in class net.logAnalyzer.gui.messages.filters.StartWithFilter
Returns true if the messageLabel value starts with the accepted value.
accept(LAMessage) - Method in class net.logAnalyzer.gui.messages.filters.YesFilter
Always returns true.
actionPerformed(ActionEvent) - Method in class net.logAnalyzer.gui.messages.FiltersManager
Filters action.
actionPerformed(ActionEvent) - Method in class net.logAnalyzer.gui.quickbar.actions.QuickMainPanel
 
actionPerformed(ActionEvent) - Method in class net.logAnalyzer.gui.quickbar.actions.QuickViewsPanel
 
activatedView(LAView) - Method in class net.logAnalyzer.gui.LAFrame
 
add(Component) - Method in class net.logAnalyzer.utils.gui.JScrollDesktopPane
Modification to the inherited behavior.
addActionListener(ActionListener) - Method in interface net.logAnalyzer.utils.gui.quickbar.QuickAction
Adds an ActionListener to the button.
addActionListener(ActionListener) - Method in class net.logAnalyzer.utils.gui.quickbar.QuickActionButton
Adds an ActionListener to the button.
addActionListener(ActionListener) - Method in class net.logAnalyzer.utils.gui.quickbar.QuickActionContainer
Adds an ActionListener to the button.
addAttribute(Document, Element, String, String) - Static method in class net.logAnalyzer.utils.XMLUtils
Adds an attribute to the specified node.
addCellEditorListener(CellEditorListener) - Method in class net.logAnalyzer.utils.gui.treetable.AbstractCellEditor
 
addComponents() - Method in class net.logAnalyzer.gui.LAView
Adds view components.
addComponents() - Method in class net.logAnalyzer.gui.config.XMLConfigurationView
 
addComponents() - Method in class net.logAnalyzer.gui.messages.FilteredMessagesView
Adds view components.
addComponents() - Method in class net.logAnalyzer.gui.messages.FiltersManager
Adds components.
addComponents() - Method in class net.logAnalyzer.gui.messages.MessagesView
Adds view components.
addComponents() - Method in class net.logAnalyzer.gui.reports.ReportsTreePanel
Adds components to main panel.
addComponents() - Method in class net.logAnalyzer.gui.reports.ReportsView
Adds view components.
addComponents() - Method in class net.logAnalyzer.utils.gui.JStatusBar
Adds view components.
addComponents() - Method in class net.logAnalyzer.utils.gui.quickbar.QuickActionContainer
Adds components to the container.
addComponents() - Method in class net.logAnalyzer.utils.gui.quickbar.QuickPanel
Adds the components and computes the height of the panel.
addElement(Document, String) - Static method in class net.logAnalyzer.utils.XMLUtils
Adds an element to the root node.
addElement(Document, Element, String) - Static method in class net.logAnalyzer.utils.XMLUtils
Adds an element to the specified parent node.
addElement(Document, String, String, boolean) - Static method in class net.logAnalyzer.utils.XMLUtils
Adds an element to the root node.
addElement(Document, Element, String, String, boolean) - Static method in class net.logAnalyzer.utils.XMLUtils
Adds an element to the specified parent node.
addLogAnalyzerListener(LogAnalyzerBatchListener) - Method in class net.logAnalyzer.LogAnalyzerBatch
Adds a listener.
addLogHandlerListener(LALogHandlerListener) - Method in class net.logAnalyzer.handlers.AbstractLogHandler
Adds a listener.
addLogHandlerListener(LALogHandlerListener) - Method in class net.logAnalyzer.handlers.EmptyLogHandler
 
addLogHandlerListener(LALogHandlerListener) - Method in class net.logAnalyzer.handlers.FilteredLogHandler
Adds a listener.
addLogHandlerListener(LALogHandlerListener) - Method in interface net.logAnalyzer.handlers.LALogHandler
Adds a listener.
addPanel(QuickPanel) - Method in class net.logAnalyzer.utils.gui.quickbar.QuickBar
Add a new QuickPanel.
addPanel(JPanel) - Method in class net.logAnalyzer.utils.gui.quickbar.QuickBar
Add a new JPanel.
addReportsTreeListener(ReportsTreeListener) - Method in class net.logAnalyzer.gui.reports.ReportsTreePanel
Adds a listener.
addToDouble(Comparable, int, double) - Method in class net.logAnalyzer.analysis.MultiValuesAnalysis
Add the specified value to the specified key and index.
addToDouble(Comparable, int, long) - Method in class net.logAnalyzer.analysis.MultiValuesAnalysis
Add the specified value to the specified key and index.
addToDouble(Comparable, String, double) - Method in class net.logAnalyzer.analysis.MultiValuesAnalysis
Add the specified value to the specified key and name.
addToDouble(Comparable, String, long) - Method in class net.logAnalyzer.analysis.MultiValuesAnalysis
Add the specified value to the specified key and name.
addToDouble(Comparable, double) - Method in class net.logAnalyzer.analysis.SingleValueAnalysis
Add the specified value to the specified key.
addToDouble(Comparable, long) - Method in class net.logAnalyzer.analysis.SingleValueAnalysis
Add the specified value to the specified key.
addToLong(Comparable, int, double) - Method in class net.logAnalyzer.analysis.MultiValuesAnalysis
Add the specified value to the specified key and index.
addToLong(Comparable, int, long) - Method in class net.logAnalyzer.analysis.MultiValuesAnalysis
Add the specified value to the specified key and index.
addToLong(Comparable, String, double) - Method in class net.logAnalyzer.analysis.MultiValuesAnalysis
Add the specified value to the specified key and name.
addToLong(Comparable, String, long) - Method in class net.logAnalyzer.analysis.MultiValuesAnalysis
Add the specified value to the specified key and name.
addToLong(Comparable, double) - Method in class net.logAnalyzer.analysis.SingleValueAnalysis
Add the specified value to the specified key.
addToLong(Comparable, long) - Method in class net.logAnalyzer.analysis.SingleValueAnalysis
Add the specified value to the specified key.
addTreeModelListener(TreeModelListener) - Method in class net.logAnalyzer.utils.gui.treetable.AbstractTreeTableModel
 
analyze(LAMessage, LALogHandler) - Method in class net.logAnalyzer.analysis.LAAnalyzer
Analyzes the current message.
analyzeMessage(LAMessage) - Method in class net.logAnalyzer.analysis.LAAnalyzer
Analyze the current messageLabel.

B

BACKGROUND_COLOR - Static variable in class net.logAnalyzer.utils.gui.GraphicsAttributes
 
BarRenderer - class net.logAnalyzer.gui.messages.cellrenderers.BarRenderer.
This class defines a cell renderer model displaying an horizontal percentage bar.
BarRenderer(String, LAConverter[], Color, double, double, Color) - Constructor for class net.logAnalyzer.gui.messages.cellrenderers.BarRenderer
Constructs a new renderer calculating on a percentage between the rendered converter and a base converter values.

C

CLOSED_BRAKET - Static variable in class net.logAnalyzer.patternParser.PatternParser
 
CONVERTER_NOT_FOUND - Static variable in class net.logAnalyzer.gui.messages.filters.CompareFilter
Column not found value of CompareFilter.getConverterIndex(LAMessage).
CONVERTER_PREFIX - Static variable in class net.logAnalyzer.patternParser.PatternParser
 
CategoryCellRenderer - class net.logAnalyzer.gui.messages.cellrenderers.CategoryCellRenderer.
This cell renderer is used for "%c" converter converter.
CategoryCellRenderer(LAConverter, LAConverter[]) - Constructor for class net.logAnalyzer.gui.messages.cellrenderers.CategoryCellRenderer
Constructs a new ImageTextCellRenderer with the image #classIcon.
ClassCellRenderer - class net.logAnalyzer.gui.messages.cellrenderers.ClassCellRenderer.
This cell renderer is used for "%C" converter converter.
ClassCellRenderer(LAConverter, LAConverter[]) - Constructor for class net.logAnalyzer.gui.messages.cellrenderers.ClassCellRenderer
Constructs a new ImageTextCellRenderer with the image #classIcon.
CommandsManager - class net.logAnalyzer.config.CommandsManager.
This class contains the current commands file content.
CommandsManager(String, LAAnalyzer[], LAReportRenderer[]) - Constructor for class net.logAnalyzer.config.CommandsManager
Default constructor.
CompareFilter - class net.logAnalyzer.gui.messages.filters.CompareFilter.
This class implements a filter used to compare the value of messageLabel converter to specified value.
CompareFilter(LAConverter, Comparable) - Constructor for class net.logAnalyzer.gui.messages.filters.CompareFilter
Constructs a new filter.
ComputerCellRenderer - class net.logAnalyzer.gui.messages.cellrenderers.ComputerCellRenderer.
This cell renderer is used for ip address converter.
ComputerCellRenderer(LAConverter, LAConverter[]) - Constructor for class net.logAnalyzer.gui.messages.cellrenderers.ComputerCellRenderer
Constructs a new ImageTextCellRenderer with the image #classIcon.
ConfigurationManager - class net.logAnalyzer.config.ConfigurationManager.
This class contains the current configuration : converters used as patterns parts; patterns presets.
ConfigurationManager(Hashtable, Hashtable, Hashtable, Hashtable, Hashtable) - Constructor for class net.logAnalyzer.config.ConfigurationManager
Default constructor.
ContainsFilter - class net.logAnalyzer.gui.messages.filters.ContainsFilter.
This class implements a string filter checking if the messageLabel value contains the specified string.
ContainsFilter(LAConverter, String) - Constructor for class net.logAnalyzer.gui.messages.filters.ContainsFilter
Constructs a new filter.
ConverterDefinition - class net.logAnalyzer.converters.ConverterDefinition.
This class contains the definition of a converter.
ConverterDefinition(String, String, boolean, boolean, String) - Constructor for class net.logAnalyzer.converters.ConverterDefinition
 
ConverterDefinition(String, Class, boolean, String) - Constructor for class net.logAnalyzer.converters.ConverterDefinition
 
cNames - Static variable in class net.logAnalyzer.gui.config.XMLDocumentModel
 
cNames - Static variable in class net.logAnalyzer.utils.gui.TXTReportTableModel
 
cTypes - Static variable in class net.logAnalyzer.gui.config.XMLDocumentModel
 
canAnalyze(LALogHandler) - Method in class net.logAnalyzer.analysis.LAAnalyzer
Returns true if the handler messages can be analyzed.
cancelCellEditing() - Method in class net.logAnalyzer.utils.gui.treetable.AbstractCellEditor
 
cancelEditing(JTree) - Method in class net.logAnalyzer.utils.gui.treetable.TableTreeUI
 
change(Comparable, Comparable) - Method in class net.logAnalyzer.analysis.MultiValuesAnalysis
Change the specified old key to the new key.
change(Comparable, Comparable) - Method in class net.logAnalyzer.analysis.SingleValueAnalysis
Change the specified old key to the new key.
changeKey(Comparable, Comparable) - Method in class net.logAnalyzer.analysis.LAAnalysis
Change the specified old key to the new key.
close() - Method in class net.logAnalyzer.utils.FilesSetReader
Closes this random access file stream and releases any system resources associated with the stream.
closeGUI(LAFrame) - Static method in class net.logAnalyzer.LogAnalyzerGUI
Closes the specified frame and terminate the programs.
closeGUI(LogAnalyzerBatch) - Static method in class net.logAnalyzer.gui.splash.SplashWindow
Closes the specified frame and terminate the programs.
closeView(LAViewContainer) - Method in class net.logAnalyzer.gui.LAFrame
Removes the specified closing view.
compareTo(Object) - Method in class net.logAnalyzer.analysis.LATimePeriod
Compare two periods.
componentHidden(ComponentEvent) - Method in class net.logAnalyzer.utils.gui.JScrollDesktopPane
Modification to the inherited behavior.
componentMoved(ComponentEvent) - Method in class net.logAnalyzer.utils.gui.JScrollDesktopPane
Modification to the inherited behavior.
componentResized(ComponentEvent) - Method in class net.logAnalyzer.utils.gui.JScrollDesktopPane
Modification to the inherited behavior.
componentShown(ComponentEvent) - Method in class net.logAnalyzer.utils.gui.JScrollDesktopPane
Modification to the inherited behavior.
computePercentage(Object, Object) - Method in class net.logAnalyzer.gui.messages.cellrenderers.BarRenderer
Calculates the percentage.
contains(JComponent, int, int) - Method in class net.logAnalyzer.utils.gui.treetable.TableTreeUI
 
containsKey(Comparable) - Method in class net.logAnalyzer.analysis.LAAnalysis
Returns true if the analysis contains the specified key.
createAnalyzer(String) - Method in class net.logAnalyzer.config.ConfigurationManager
Creates an instance of the analyzer identified by the specified name.
createAnalyzerInstance() - Method in class net.logAnalyzer.analysis.AnalyzerDefinition
Create a new instance of the analyzer.
createAndShowGUI() - Static method in class net.logAnalyzer.LogAnalyzerGUI
Creates the first frame.
createAndShowGUI(LogAnalyzerBatch) - Static method in class net.logAnalyzer.gui.splash.SplashWindow
Creates the first frame.
createBufferedImage(int, int) - Method in class net.logAnalyzer.reports.HTMLReport
Create an image from the report as a BufferedImage.
createBufferedImage(int, int) - Method in interface net.logAnalyzer.reports.LAReport
Create an image from the report as a BufferedImage.
createBufferedImage(int, int) - Method in class net.logAnalyzer.reports.TXTReport
Create an image from the report as a BufferedImage.
createBufferedImage(int, int) - Method in class net.logAnalyzer.reports.XMLReport
Create an image from the report as a BufferedImage.
createConverter(String) - Method in class net.logAnalyzer.config.ConfigurationManager
Creates an instance of the converter identified by the specified key.
createConverter(String, String) - Method in class net.logAnalyzer.config.ConfigurationManager
Creates an instance of the converter identified by the specified key and the option.
createConverterInstance(String) - Method in class net.logAnalyzer.converters.ConverterDefinition
Creates a new converter instance.
createGUI() - Method in class net.logAnalyzer.reports.HTMLReport
Create the GUI displaying the report as a JEditorPane component.
createGUI() - Method in interface net.logAnalyzer.reports.LAReport
Create the GUI displaying the report as a JComponent component.
createGUI() - Method in class net.logAnalyzer.reports.TXTReport
Create the GUI displaying the report as a JLabel component.
createGUI() - Method in class net.logAnalyzer.reports.XMLReport
Create the GUI displaying the report as a JLabel component.
createInstance(String) - Static method in class net.logAnalyzer.config.CommandsManager
Create a new configuration manager instance from the specified commands file.
createLiteralConverter(String) - Method in class net.logAnalyzer.config.ConfigurationManager
Creates a literal converter instance to use it as a pattern parts separator.
createNewXMLDocument() - Method in class net.logAnalyzer.reports.XMLReportRenderer
Creates a new XML document.
createRenderer(String, LAAnalyzer[]) - Method in class net.logAnalyzer.config.ConfigurationManager
Creates an instance of the renderer identified by the specified name.
createRendererInstance(LAAnalyzer[]) - Method in class net.logAnalyzer.reports.RendererDefinition
 
createView(String) - Method in class net.logAnalyzer.config.ConfigurationManager
Creates an instance of the view identified by the specified name.
createView(String) - Method in class net.logAnalyzer.gui.LAFrame
Creates a new view of the specified name form its definition.
createViewInstance() - Method in class net.logAnalyzer.gui.ViewDefinition
 

D

DAY - Static variable in class net.logAnalyzer.analysis.LATimePeriod
1 day time period.
DEFAULT_DELIMITER - Static variable in class net.logAnalyzer.reports.TXTReportRenderer
Default delimiter (tabulation).
DateConverter - class net.logAnalyzer.converters.DateConverter.
This class implements a converter used to parse or convert Date values.
DateConverter(ConverterDefinition, String) - Constructor for class net.logAnalyzer.converters.DateConverter
Constructs a new converter from a converter definition.
DateUtils - class net.logAnalyzer.utils.DateUtils.
A simple toolkit to manipulate dates.
DefaultCellRenderer - class net.logAnalyzer.gui.messages.cellrenderers.DefaultCellRenderer.
This class defines a cell renderer displaying a value formatted by a LAConverter.
DefaultCellRenderer(LAConverter, LAConverter[]) - Constructor for class net.logAnalyzer.gui.messages.cellrenderers.DefaultCellRenderer
Constructs a new renderer.
DoubleConverter - class net.logAnalyzer.converters.DoubleConverter.
This class implements a converter used to parse or convert Double values.
DoubleConverter(ConverterDefinition, String) - Constructor for class net.logAnalyzer.converters.DoubleConverter
Constructs a new converter from a converter definition.
dateDiffInHours(Date, Date) - Static method in class net.logAnalyzer.utils.DateUtils
Return the date diff in a formatted string like "hh:mm:ss".
dateDiffInSeconds(Date, Date) - Static method in class net.logAnalyzer.utils.DateUtils
Return the date diff in seconds.
deactivatedView(LAView) - Method in class net.logAnalyzer.gui.LAFrame
 
displayReport(LAReport) - Method in interface net.logAnalyzer.gui.reports.ReportsTreeListener
 
displayReport(JComponent) - Method in class net.logAnalyzer.gui.reports.ReportsView
 
displayReport(LAReport) - Method in class net.logAnalyzer.gui.reports.ReportsView
 
displayView(LAView) - Method in class net.logAnalyzer.gui.LAFrame
 

E

EmptyLogHandler - class net.logAnalyzer.handlers.EmptyLogHandler.
 
EmptyLogHandler() - Constructor for class net.logAnalyzer.handlers.EmptyLogHandler
Creates a new empty log handler.
EqualFilter - class net.logAnalyzer.gui.messages.filters.EqualFilter.
This class implements an equal filter.
EqualFilter(LAConverter, Comparable) - Constructor for class net.logAnalyzer.gui.messages.filters.EqualFilter
Constructs a new filter.
endParsing(LALogHandler) - Method in class net.logAnalyzer.LogAnalyzerBatch
Called by a LALogHandler when the parsing is done.
endParsing(LALogHandler) - Method in class net.logAnalyzer.gui.messages.FilteredMessagesView
Receives an end parsing event.
endParsing(LALogHandler) - Method in class net.logAnalyzer.gui.messages.FiltersManager
 
endParsing(LALogHandler) - Method in class net.logAnalyzer.gui.messages.MessagesModel
Receives an end parsing event.
endParsing(LALogHandler) - Method in interface net.logAnalyzer.handlers.LALogHandlerListener
Receives an end parsing event.
extendsMessage(String) - Method in class net.logAnalyzer.handlers.LAMessage
Adds an unparsed line to the value of the messageLabel column (converter '%m' for log4j but could be any converter with LAConverter.isMessage() returning true).

F

FilesSetReader - class net.logAnalyzer.utils.FilesSetReader.
This class is a wrapper is used to read a set of files.
FilesSetReader() - Constructor for class net.logAnalyzer.utils.FilesSetReader
Default construtor.
FilteredLogHandler - class net.logAnalyzer.handlers.FilteredLogHandler.
This class implents a filtering log handler under another log handler.
FilteredLogHandler(LALogHandler) - Constructor for class net.logAnalyzer.handlers.FilteredLogHandler
Creates a log handler by filtering the specified log handler.
FilteredMessagesView - class net.logAnalyzer.gui.messages.FilteredMessagesView.
 
FilteredMessagesView(ViewDefinition, Hashtable) - Constructor for class net.logAnalyzer.gui.messages.FilteredMessagesView
Creates a new view with the specified attributes.
FiltersManager - class net.logAnalyzer.gui.messages.FiltersManager.
 
FiltersManager(FilteredMessagesView, Hashtable) - Constructor for class net.logAnalyzer.gui.messages.FiltersManager
Constructs a new filters manager with the specified attributes.
ForwardOnlyLogHandler - class net.logAnalyzer.handlers.ForwardOnlyLogHandler.
This log handler does not save messages.
ForwardOnlyLogHandler(FilesSetReader, String) - Constructor for class net.logAnalyzer.handlers.ForwardOnlyLogHandler
 
fireActionPerformed(ActionEvent) - Method in class net.logAnalyzer.utils.gui.quickbar.QuickActionButton
Notifies all listeners that have registered interest for notification on this event type.
fireDisplayReport(LAReport) - Method in class net.logAnalyzer.gui.reports.ReportsTreePanel
Fires a message event.
fireEditingCanceled() - Method in class net.logAnalyzer.utils.gui.treetable.AbstractCellEditor
Notify all listeners that have registered interest for notification on this event type.
fireEditingStopped() - Method in class net.logAnalyzer.utils.gui.treetable.AbstractCellEditor
Notify all listeners that have registered interest for notification on this event type.
fireEndParsing() - Method in class net.logAnalyzer.handlers.AbstractLogHandler
Fires an end parsing event.
fireEndParsing() - Method in class net.logAnalyzer.handlers.EmptyLogHandler
 
fireEndParsing() - Method in class net.logAnalyzer.handlers.FilteredLogHandler
Fires an end parsing event.
fireEndParsing() - Method in interface net.logAnalyzer.handlers.LALogHandler
Fires an end parsing event.
fireMessage(String) - Method in class net.logAnalyzer.LogAnalyzerBatch
Fires a message event.
firePercent(int) - Method in class net.logAnalyzer.LogAnalyzerBatch
Fires a percent event.
fireStartParsing() - Method in class net.logAnalyzer.handlers.AbstractLogHandler
Fires a start parsing event.
fireStartParsing() - Method in class net.logAnalyzer.handlers.EmptyLogHandler
 
fireStartParsing() - Method in class net.logAnalyzer.handlers.FilteredLogHandler
Fires a start parsing event.
fireStartParsing() - Method in interface net.logAnalyzer.handlers.LALogHandler
Fires a start parsing event.
fireStepParsing() - Method in class net.logAnalyzer.handlers.AbstractLogHandler
Fires a step parsing event.
fireStepParsing() - Method in class net.logAnalyzer.handlers.FilteredLogHandler
Fires a step parsing event.
fireTreeNodesChanged(Object, Object[], int[], Object[]) - Method in class net.logAnalyzer.utils.gui.treetable.AbstractTreeTableModel
 
fireTreeNodesInserted(Object, Object[], int[], Object[]) - Method in class net.logAnalyzer.utils.gui.treetable.AbstractTreeTableModel
 
fireTreeNodesRemoved(Object, Object[], int[], Object[]) - Method in class net.logAnalyzer.utils.gui.treetable.AbstractTreeTableModel
 
fireTreeStructureChanged(Object, Object[], int[], Object[]) - Method in class net.logAnalyzer.utils.gui.treetable.AbstractTreeTableModel
 
formatRight(long, int, char) - Static method in class net.logAnalyzer.utils.StringUtils
Right format a value using the specified filler.
formatRight(String, int, char) - Static method in class net.logAnalyzer.utils.StringUtils
Right format a value using the specified filler.
fromURI(String) - Static method in class net.logAnalyzer.Locator
Constructs a file path from a file: URI.

G

GraphicsAttributes - class net.logAnalyzer.utils.gui.GraphicsAttributes.
This class implements all static constants used for Graphics2D UI.
GraphicsAttributes() - Constructor for class net.logAnalyzer.utils.gui.GraphicsAttributes
 
GraphicsDecoratorPanel - class net.logAnalyzer.utils.gui.GraphicsDecoratorPanel.
 
GraphicsDecoratorPanel(JComponent) - Constructor for class net.logAnalyzer.utils.gui.GraphicsDecoratorPanel
 
GreaterFilter - class net.logAnalyzer.gui.messages.filters.GreaterFilter.
This class implements a greater filter.
GreaterFilter(LAConverter, Comparable) - Constructor for class net.logAnalyzer.gui.messages.filters.GreaterFilter
Constructs a new filter.
getAccessibleChild(JComponent, int) - Method in class net.logAnalyzer.utils.gui.treetable.TableTreeUI
 
getAccessibleChildrenCount(JComponent) - Method in class net.logAnalyzer.utils.gui.treetable.TableTreeUI
 
getActions() - Method in class net.logAnalyzer.gui.quickbar.actions.QuickMainPanel
 
getActions() - Method in class net.logAnalyzer.gui.quickbar.actions.QuickViewsPanel
 
getActions() - Method in class net.logAnalyzer.utils.gui.quickbar.QuickPanel
 
getAddress() - Method in class net.logAnalyzer.utils.WhoIs
Returns the address to resolve.
getAnalysis() - Method in class net.logAnalyzer.analysis.LAAnalyzer
Returns the result of the analysis.
getAnalyzer() - Method in class net.logAnalyzer.analysis.LAAnalysis
Returns the originator analyzer.
getAnalyzerClass() - Method in class net.logAnalyzer.analysis.AnalyzerDefinition
Return the analyzer class.
getAnalyzerDefinition(String) - Method in class net.logAnalyzer.config.ConfigurationManager
Returns the specified analyzer definition.
getAnalyzers() - Method in class net.logAnalyzer.config.CommandsManager
Return the analyzers declared in the commands file used to analyze parsed messages.
getAnalyzers() - Method in class net.logAnalyzer.handlers.AbstractLogHandler
Returns log analyzers added to the handler with AbstractLogHandler.setAnalyzers(LAAnalyzer[]).
getAnalyzers() - Method in class net.logAnalyzer.handlers.EmptyLogHandler
 
getAnalyzers() - Method in class net.logAnalyzer.handlers.FilteredLogHandler
Delegated method.
getAnalyzers() - Method in interface net.logAnalyzer.handlers.LALogHandler
Returns log analyzers added to the handler with LALogHandler.setAnalyzers(LAAnalyzer[]).
getAnalyzersDefinitions() - Method in class net.logAnalyzer.config.ConfigurationManager
Returns the analyzers definitions.
getAttribute(String) - Method in class net.logAnalyzer.gui.LAView
Returns a view attribute from the specified key.
getAttributes() - Method in class net.logAnalyzer.gui.LAView
Returns the view attributes.
getAttributes() - Method in class net.logAnalyzer.gui.ViewDefinition
 
getAttributes() - Method in class net.logAnalyzer.gui.messages.FiltersManager
Returns the filer manager attributes.
getAutoResizingEnabled() - Method in class net.logAnalyzer.utils.gui.ResizableTableHeader
Returns true if auto resizing is enabled.
getCIDR() - Method in class net.logAnalyzer.utils.WhoIs
Returns the CIDR address.
getCellEditorValue() - Method in class net.logAnalyzer.utils.gui.treetable.AbstractCellEditor
 
getChild(Object, int) - Method in class net.logAnalyzer.gui.config.XMLDocumentModel
 
getChildCount(Object) - Method in class net.logAnalyzer.gui.config.XMLDocumentModel
 
getChildren(Object) - Method in class net.logAnalyzer.gui.config.XMLDocumentModel
 
getClassSource(Class) - Static method in class net.logAnalyzer.Locator
Find the directory or jar file the class has been loaded from.
getClosestPathForLocation(JTree, int, int) - Method in class net.logAnalyzer.utils.gui.treetable.TableTreeUI
 
getColumnClass(int) - Method in class net.logAnalyzer.gui.config.XMLDocumentModel
 
getColumnClass(int) - Method in class net.logAnalyzer.gui.messages.MessagesModel
Returns the class of the column values at the specified index in the model.
getColumnClass(int) - Method in class net.logAnalyzer.utils.gui.TXTReportTableModel
 
getColumnClass(int) - Method in class net.logAnalyzer.utils.gui.treetable.AbstractTreeTableModel
 
getColumnClass(int) - Method in interface net.logAnalyzer.utils.gui.treetable.TreeTableModel
Returns the type for column number column.
getColumnClass(int) - Method in class net.logAnalyzer.utils.gui.treetable.TreeTableModelAdapter
 
getColumnCount() - Method in class net.logAnalyzer.gui.config.XMLDocumentModel
 
getColumnCount() - Method in class net.logAnalyzer.gui.messages.MessagesModel
Returns the count of columns in the model.
getColumnCount() - Method in class net.logAnalyzer.utils.gui.TXTReportTableModel
 
getColumnCount() - Method in interface net.logAnalyzer.utils.gui.treetable.TreeTableModel
Returns the number ofs availible column.
getColumnCount() - Method in class net.logAnalyzer.utils.gui.treetable.TreeTableModelAdapter
 
getColumnName(int) - Method in class net.logAnalyzer.gui.config.XMLDocumentModel
 
getColumnName(int) - Method in class net.logAnalyzer.gui.messages.MessagesModel
Returns the label of the converter of the column at the specified index in the model.
getColumnName(int) - Method in class net.logAnalyzer.utils.gui.TXTReportTableModel
 
getColumnName(int) - Method in interface net.logAnalyzer.utils.gui.treetable.TreeTableModel
Returns the name for column number column.
getColumnName(int) - Method in class net.logAnalyzer.utils.gui.treetable.TreeTableModelAdapter
 
getCommandsFile() - Method in class net.logAnalyzer.config.StartUpOptions
Commands file defining commands to execute during analysis.
getCommandsFilename() - Method in class net.logAnalyzer.config.StartUpOptions
File name of the commands file to execute during analysis.
getConverter(int) - Method in class net.logAnalyzer.gui.messages.MessagesModel
Returns the log handler converter at the specified index in the data model.
getConverter() - Method in class net.logAnalyzer.gui.messages.cellrenderers.DefaultCellRenderer
Returns the log converter rendered by the renderer.
getConverter() - Method in class net.logAnalyzer.gui.messages.filters.CompareFilter
Returns the converter to compare.
getConverter(int) - Method in class net.logAnalyzer.handlers.AbstractLogHandler
Returns the converter at the specified index.
getConverter(String) - Method in class net.logAnalyzer.handlers.AbstractLogHandler
Returns the converter identified by the specified literal.
getConverter(int) - Method in class net.logAnalyzer.handlers.EmptyLogHandler
 
getConverter(String) - Method in class net.logAnalyzer.handlers.EmptyLogHandler
 
getConverter(int) - Method in class net.logAnalyzer.handlers.FilteredLogHandler
Delegated method.
getConverter(String) - Method in class net.logAnalyzer.handlers.FilteredLogHandler
Delegated method.
getConverter(int) - Method in interface net.logAnalyzer.handlers.LALogHandler
Returns the converter at the specified index.
getConverter(String) - Method in interface net.logAnalyzer.handlers.LALogHandler
Returns the converter identified by the specified literal (for example, "%m" generally returns the messageLabel converter).
getConverter(int) - Method in class net.logAnalyzer.handlers.LAMessage
Returns the converter at the specified index.
getConverterClass() - Method in class net.logAnalyzer.converters.ConverterDefinition
Returns the converter class.
getConverterDefinition(String) - Method in class net.logAnalyzer.config.ConfigurationManager
Returns the specified converter definition.
getConverterIndex(LAMessage) - Method in class net.logAnalyzer.gui.messages.filters.CompareFilter
Returns the converter index to compare.
getConverterIndex(String) - Method in class net.logAnalyzer.handlers.AbstractLogHandler
Returns the index of the converter identified by the specified literal.
getConverterIndex(String) - Method in class net.logAnalyzer.handlers.EmptyLogHandler
 
getConverterIndex(String) - Method in class net.logAnalyzer.handlers.FilteredLogHandler
Delegated method.
getConverterIndex(String) - Method in interface net.logAnalyzer.handlers.LALogHandler
Returns the index of the identified by the specified literal.
getConverterIndex(String) - Method in class net.logAnalyzer.handlers.LAMessage
Returns the index of the converter associated to the literal.
getConverters() - Method in class net.logAnalyzer.gui.messages.MessagesModel
Returns all log handler converters in the data model.
getConverters() - Method in class net.logAnalyzer.gui.messages.cellrenderers.DefaultCellRenderer
Returns all log converters known by the renderer.
getConverters() - Method in class net.logAnalyzer.handlers.AbstractLogHandler
Returns pattern converters.
getConverters() - Method in class net.logAnalyzer.handlers.EmptyLogHandler
 
getConverters() - Method in class net.logAnalyzer.handlers.FilteredLogHandler
Delegated method.
getConverters() - Method in interface net.logAnalyzer.handlers.LALogHandler
Returns pattern converters.
getConverters() - Method in class net.logAnalyzer.handlers.LAMessage
Returns the converters.
getConvertersDefinitions() - Method in class net.logAnalyzer.config.ConfigurationManager
Returns the converters definitions.
getCountry() - Method in class net.logAnalyzer.utils.WhoIs
Returns the coutrny.
getDate(Comparable, int) - Method in class net.logAnalyzer.analysis.MultiValuesAnalysis
Return the resulting value associated to the specified key.
getDate(Comparable, String) - Method in class net.logAnalyzer.analysis.MultiValuesAnalysis
Return the resulting value associated to the specified key.
getDate(int) - Method in class net.logAnalyzer.analysis.SingleValueAnalysis
Return the resulting value associated to the specified key.
getDate(Comparable) - Method in class net.logAnalyzer.analysis.SingleValueAnalysis
Return the resulting value associated to the specified key.
getDateFormat() - Method in class net.logAnalyzer.analysis.LAAnalysis
Returns the format used for dates.
getDateFormat() - Method in class net.logAnalyzer.analysis.LAAnalyzer
Returns the date format.
getDateFormat() - Method in class net.logAnalyzer.analysis.LATimePeriod
Return the date format.
getDateValue(Comparable, int) - Method in class net.logAnalyzer.analysis.LAAnalysis
Returns the value associated to the specified key.
getDouble(Comparable, int) - Method in class net.logAnalyzer.analysis.MultiValuesAnalysis
Return the resulting value associated to the specified key.
getDouble(Comparable, String) - Method in class net.logAnalyzer.analysis.MultiValuesAnalysis
Return the resulting value associated to the specified key.
getDouble(int) - Method in class net.logAnalyzer.analysis.SingleValueAnalysis
Return the resulting value associated to the specified key.
getDouble(Comparable) - Method in class net.logAnalyzer.analysis.SingleValueAnalysis
Return the resulting value associated to the specified key.
getDoubleValue(Comparable, int) - Method in class net.logAnalyzer.analysis.LAAnalysis
Returns the value associated to the specified key.
getEditingPath(JTree) - Method in class net.logAnalyzer.utils.gui.treetable.TableTreeUI
 
getEditingRow() - Method in class net.logAnalyzer.utils.gui.treetable.JTreeTable
 
getFileExtension() - Method in class net.logAnalyzer.reports.HTMLReport
Return the file extension of the report : html.
getFileExtension() - Method in interface net.logAnalyzer.reports.LAReport
Return the file extension of the report.
getFileExtension() - Method in class net.logAnalyzer.reports.TXTReport
Return the file extension of the report : txt.
getFileExtension() - Method in class net.logAnalyzer.reports.XMLReport
Return the file extension of the report : xml.
getFileLength() - Method in class net.logAnalyzer.handlers.AbstractLogHandler
Returns the length of the parsed file.
getFilePointer() - Method in class net.logAnalyzer.handlers.AbstractLogHandler
Returns the current position in the parsed file.
getFilePointer() - Method in class net.logAnalyzer.utils.FilesSetReader
Returns the current offset in this log file.
getFilter() - Method in class net.logAnalyzer.gui.messages.FiltersManager
Returns the root filter.
getFilter() - Method in class net.logAnalyzer.gui.messages.filters.UnaryFilter
Returns the filter.
getFilter() - Method in class net.logAnalyzer.handlers.FilteredLogHandler
Returns the applied filter.
getFilteredLogHandler() - Method in class net.logAnalyzer.gui.messages.FilteredMessagesView
Returns the filtered log handler.
getFormat() - Method in class net.logAnalyzer.converters.DateConverter
Returns formatting string for date values.
getFrame() - Method in class net.logAnalyzer.gui.InternalFrameViewContainer
Returns the parent frame.
getFrame() - Method in interface net.logAnalyzer.gui.LAViewContainer
Returns the parent frame.
getFrame() - Method in class net.logAnalyzer.utils.gui.quickbar.QuickPanel
 
getFullResponse() - Method in class net.logAnalyzer.utils.WhoIs
Returns the full response of the WhoIs server.
getGUI() - Method in interface net.logAnalyzer.utils.gui.quickbar.QuickAction
Each QuickAction must be a JComponent or have an internal JComponent for GUI.
getGUI() - Method in class net.logAnalyzer.utils.gui.quickbar.QuickActionButton
Each QuickAction must be a JComponent or have an internal JComponent for GUI.
getGUI() - Method in class net.logAnalyzer.utils.gui.quickbar.QuickActionContainer
Each QuickAction must be a JComponent or have an internal JComponent for GUI.
getHandler() - Static method in class net.logAnalyzer.LogAnalyzerGUI
Returns the Log handler displayed.
getIcon() - Method in class net.logAnalyzer.gui.LAView
Returns the view icon.
getIcon() - Method in class net.logAnalyzer.gui.config.XMLConfigurationView
 
getIcon() - Method in class net.logAnalyzer.gui.messages.FilteredMessagesView
Returns the view icon.
getIcon() - Method in class net.logAnalyzer.gui.messages.MessagesView
Returns the view icon.
getIcon() - Method in class net.logAnalyzer.gui.quickbar.actions.QuickMainPanel
 
getIcon() - Method in class net.logAnalyzer.gui.quickbar.actions.QuickViewsPanel
 
getIcon() - Method in class net.logAnalyzer.gui.reports.ReportsTreePanel
 
getIcon() - Method in class net.logAnalyzer.gui.reports.ReportsView
Returns the view icon.
getIcon(String) - Static method in class net.logAnalyzer.resources.LAResourceBundle
 
getIcon(String, String) - Static method in class net.logAnalyzer.resources.LAResourceBundle
 
getIcon(String, Vector) - Static method in class net.logAnalyzer.resources.LAResourceBundle
 
getIcon() - Method in interface net.logAnalyzer.utils.gui.IQuickBarComponent
 
getIcon() - Method in class net.logAnalyzer.utils.gui.quickbar.QuickPanel
 
getIncludeHeaderWidth() - Method in class net.logAnalyzer.utils.gui.ResizableTableHeader
Returns true, if the header's width are.
getIndexOfChild(Object, Object) - Method in class net.logAnalyzer.utils.gui.treetable.AbstractTreeTableModel
 
getInetAddress() - Method in class net.logAnalyzer.utils.WhoIs
Returns the address to resolve.
getInstance() - Static method in class net.logAnalyzer.config.ConfigurationManager
Creates or returns the single instance of the configuration manager.
getKey(int) - Method in class net.logAnalyzer.analysis.LAAnalysis
Returns the keys at the specified index.
getKey() - Method in class net.logAnalyzer.converters.ConverterDefinition
Return the definition key.
getKeys() - Method in class net.logAnalyzer.analysis.LAAnalysis
Returns the resulting values keys vector.
getLabel() - Method in class net.logAnalyzer.analysis.AnalyzerDefinition
Return the user friendly label of the analyzer.
getLabel() - Method in class net.logAnalyzer.analysis.LAAnalyzer
Returns the label of the analyzer.
getLabel() - Method in class net.logAnalyzer.converters.ConverterDefinition
Returns the converter label.
getLabel() - Method in class net.logAnalyzer.converters.LAConverter
Returns the converter label.
getLabel() - Method in class net.logAnalyzer.gui.LAView
Returns the view label.
getLabel() - Method in class net.logAnalyzer.gui.ViewDefinition
 
getLabel() - Method in class net.logAnalyzer.reports.RendererDefinition
 
getLastException() - Method in class net.logAnalyzer.handlers.AbstractLogHandler
Returns the last exception thrown by the parsing process.
getLastException() - Method in class net.logAnalyzer.handlers.EmptyLogHandler
 
getLastException() - Method in class net.logAnalyzer.handlers.FilteredLogHandler
Delegated method.
getLastException() - Method in interface net.logAnalyzer.handlers.LALogHandler
Returns the last exception thrown by the parsing process.
getLeft() - Method in class net.logAnalyzer.gui.messages.filters.OperatorFilter
Returns the left filter.
getLinesToRead() - Method in class net.logAnalyzer.patternParser.PatternParser
Returns the number of lines to read from the log file to parse a log messageLabel.
getLiteral() - Method in class net.logAnalyzer.converters.LAConverter
Returns the literal value identifying the literal in the Log4J pattern.
getLiteralClass() - Method in class net.logAnalyzer.config.ConfigurationManager
Returns ths class used to handle literals.
getLocalizedString(String) - Static method in class net.logAnalyzer.resources.LAResourceBundle
Gets a Localized string in the resource.
getLocalizedString(String, String) - Static method in class net.logAnalyzer.resources.LAResourceBundle
Gets a Localized string in the resource.
getLocalizedString(String, Vector) - Static method in class net.logAnalyzer.resources.LAResourceBundle
Gets a Localized string in the resource.
getLocationURLs(File) - Static method in class net.logAnalyzer.Locator
Get an array or URLs representing all of the jar files in the given location.
getLocationURLs(File, String[]) - Static method in class net.logAnalyzer.Locator
Get an array or URLs representing all of the files of a given set of extensions in the given location.
getLogFiles() - Method in class net.logAnalyzer.config.StartUpOptions
Log files to analyse.
getLong(Comparable, int) - Method in class net.logAnalyzer.analysis.MultiValuesAnalysis
Return the resulting value associated to the specified key.
getLong(Comparable, String) - Method in class net.logAnalyzer.analysis.MultiValuesAnalysis
Return the resulting value associated to the specified key.
getLong(int) - Method in class net.logAnalyzer.analysis.SingleValueAnalysis
Return the resulting value associated to the specified key.
getLong(Comparable) - Method in class net.logAnalyzer.analysis.SingleValueAnalysis
Return the resulting value associated to the specified key.
getLongValue(Comparable, int) - Method in class net.logAnalyzer.analysis.LAAnalysis
Returns the value associated to the specified key.
getMaxRecords() - Method in class net.logAnalyzer.handlers.AbstractLogHandler
Returns the number of records to parse; 0 for no limitation.
getMaxRecords() - Method in class net.logAnalyzer.handlers.EmptyLogHandler
 
getMaxRecords() - Method in class net.logAnalyzer.handlers.FilteredLogHandler
Delegated method.
getMaxRecords() - Method in interface net.logAnalyzer.handlers.LALogHandler
Returns the number of records to parse; 0 for no limitation.
getMaximumSize(JComponent) - Method in class net.logAnalyzer.utils.gui.treetable.TableTreeUI
 
getMessage(int) - Method in class net.logAnalyzer.handlers.AbstractLogHandler
Returns the messageLabel at the specified position.
getMessage(int) - Method in class net.logAnalyzer.handlers.EmptyLogHandler
 
getMessage(int) - Method in class net.logAnalyzer.handlers.FilteredLogHandler
Returns the messageLabel at the specified position after filtering.
getMessage(int) - Method in interface net.logAnalyzer.handlers.LALogHandler
Returns the messageLabel at the specified position.
getMessageConverter() - Method in class net.logAnalyzer.handlers.AbstractLogHandler
Returns the current messageLabel converter used to extend messageLabel text with unparsed lines.
getMessageConverter() - Method in class net.logAnalyzer.handlers.EmptyLogHandler
 
getMessageConverter() - Method in class net.logAnalyzer.handlers.FilteredLogHandler
Returns the current messageLabel converter used to extend messageLabel text with unparsed lines.
getMessageConverter() - Method in interface net.logAnalyzer.handlers.LALogHandler
Returns the current messageLabel converter used to extend messageLabel text with unparsed lines.
getMessages(int, int) - Method in class net.logAnalyzer.handlers.AbstractLogHandler
Returns the messages between specified positions.
getMessages(int, int) - Method in class net.logAnalyzer.handlers.EmptyLogHandler
 
getMessages(int, int) - Method in class net.logAnalyzer.handlers.FilteredLogHandler
Returns the filtered messages between specified filtered positions.
getMessages(int, int) - Method in interface net.logAnalyzer.handlers.LALogHandler
Returns the messages between specified positions.
getMimeType() - Method in class net.logAnalyzer.reports.HTMLReport
Return the mime type of the report.
getMimeType() - Method in interface net.logAnalyzer.reports.LAReport
Return the mime type of the report.
getMimeType() - Method in class net.logAnalyzer.reports.TXTReport
Return the mime type of the report.
getMimeType() - Method in class net.logAnalyzer.reports.XMLReport
Return the mime type of the report.
getMinimumSize(JComponent) - Method in class net.logAnalyzer.utils.gui.treetable.TableTreeUI
 
getName() - Method in class net.logAnalyzer.analysis.AnalyzerDefinition
Return the analyzer name.
getName() - Method in class net.logAnalyzer.analysis.LAAnalyzer
Returns the name of the analyzer.
getName() - Method in class net.logAnalyzer.analysis.LATimePeriod
Return the period name.
getName(int) - Method in class net.logAnalyzer.analysis.MultiValuesAnalysis
Return the value name.
getName() - Method in class net.logAnalyzer.analysis.SingleValueAnalysis
Return the value name.
getName() - Method in class net.logAnalyzer.converters.LiteralConverter
Always returns the LiteralConverter.LITERAL_NAME.
getName() - Method in class net.logAnalyzer.gui.LAView
Returns the view name.
getName() - Method in class net.logAnalyzer.gui.ViewDefinition
 
getName() - Method in class net.logAnalyzer.patternParser.PatternDefinition
Name for IHM.
getName() - Method in class net.logAnalyzer.reports.HTMLReport
Return the name of the report.
getName() - Method in interface net.logAnalyzer.reports.LAReport
Return the name of the report.
getName() - Method in interface net.logAnalyzer.reports.LAReportRenderer
Return the name of the analyzer.
getName() - Method in class net.logAnalyzer.reports.RendererDefinition
 
getName() - Method in class net.logAnalyzer.reports.TXTReport
Return the name of the report.
getName() - Method in class net.logAnalyzer.reports.TXTReportRenderer
Returns the name of the analyzer.
getName() - Method in class net.logAnalyzer.reports.XMLReport
Return the name of the report.
getName() - Method in class net.logAnalyzer.reports.XMLReportRenderer
Returns the name of the analyzer.
getName() - Method in interface net.logAnalyzer.utils.gui.quickbar.QuickAction
Returns the action name.
getName() - Method in class net.logAnalyzer.utils.gui.quickbar.QuickActionContainer
 
getNameIndex(String) - Method in class net.logAnalyzer.analysis.MultiValuesAnalysis
Return the index of the value name.
getNames() - Method in class net.logAnalyzer.analysis.MultiValuesAnalysis
Return the values names.
getNetName() - Method in class net.logAnalyzer.utils.WhoIs
Returns the network name.
getNetName(String) - Method in class net.logAnalyzer.utils.WhoIs
Returns the network name.
getNext() - Method in class net.logAnalyzer.converters.LAConverter
Returns the next converter.
getObjectValue(Comparable, int) - Method in class net.logAnalyzer.analysis.LAAnalysis
Returns the value associated to the specified key.
getOption() - Method in class net.logAnalyzer.converters.LAConverter
Returns the option string of the converter.
getOptions() - Static method in class net.logAnalyzer.LogAnalyzerBatch
Start up options.
getOrgName() - Method in class net.logAnalyzer.utils.WhoIs
Returns the organization name.
getPathBounds(JTree, TreePath) - Method in class net.logAnalyzer.utils.gui.treetable.TableTreeUI
 
getPathForRow(JTree, int) - Method in class net.logAnalyzer.utils.gui.treetable.TableTreeUI
 
getPattern() - Method in class net.logAnalyzer.config.CommandsManager
Return the pattern declared in the commands file to parse log file messages.
getPattern(String) - Method in class net.logAnalyzer.config.ConfigurationManager
Returns the pattern string associated to the specified name.
getPattern() - Method in class net.logAnalyzer.patternParser.PatternDefinition
Pattern string.
getPatternDefinition(String) - Method in class net.logAnalyzer.config.ConfigurationManager
Returns the specified pattern definition.
getPatternsDefinitions() - Method in class net.logAnalyzer.config.ConfigurationManager
Returns the patterns definitions.
getPercentDone() - Method in class net.logAnalyzer.handlers.AbstractLogHandler
Returns the done percentage of the parsed file.
getPercentDone() - Method in class net.logAnalyzer.handlers.EmptyLogHandler
 
getPercentDone() - Method in class net.logAnalyzer.handlers.FilteredLogHandler
Delegated method.
getPercentDone() - Method in interface net.logAnalyzer.handlers.LALogHandler
Returns the done percentage of the parsed file.
getPercentFormat() - Method in class net.logAnalyzer.analysis.LAAnalyzer
Returns the percent format.
getPeriod() - Method in class net.logAnalyzer.analysis.AnalyzerDefinition
Return the analyzer period.
getPeriod() - Method in class net.logAnalyzer.analysis.LAPeriodicAnalyzer
Return the time period used to normalize the keys.
getPeriod(String) - Static method in class net.logAnalyzer.analysis.LATimePeriod
Return the period associated to the specified name.
getPreferredSize(JComponent) - Method in class net.logAnalyzer.utils.gui.treetable.TableTreeUI
 
getQuickBarComponent() - Method in class net.logAnalyzer.gui.LAView
 
getQuickBarComponent() - Method in class net.logAnalyzer.gui.reports.ReportsView
 
getReader() - Method in class net.logAnalyzer.handlers.AbstractLogHandler
Returns the current reader.
getRealIndex(int) - Method in class net.logAnalyzer.handlers.FilteredLogHandler
Returns the real index associated to the specified filtered index.
getRendererClass() - Method in class net.logAnalyzer.reports.RendererDefinition
 
getRendererDefinition(String) - Method in class net.logAnalyzer.config.ConfigurationManager
Returns the specified renderer definition.
getRenderers() - Method in class net.logAnalyzer.config.CommandsManager
Return the renderers declared in the commands file used to render reports.
getRenderersDefinitions() - Method in class net.logAnalyzer.config.ConfigurationManager
Returns the renderers definitions.
getReports() - Static method in class net.logAnalyzer.LogAnalyzerGUI
Returns the reports displayed.
getReportsDirectory() - Method in class net.logAnalyzer.config.StartUpOptions
Directory in which to save the generated reports.
getReportsPrefix() - Method in class net.logAnalyzer.config.StartUpOptions
Reports prefix used as prefix for reports files names.
getResourceSource(ClassLoader, String) - Static method in class net.logAnalyzer.Locator
Find the directory or jar a give resource has been loaded from.
getRight() - Method in class net.logAnalyzer.gui.messages.filters.OperatorFilter
Returns the right filter.
getRoot() - Method in class net.logAnalyzer.utils.gui.treetable.AbstractTreeTableModel
 
getRowCount() - Method in class net.logAnalyzer.gui.messages.MessagesModel
Returns the number of visible rows from the handler, after filters was applied.
getRowCount() - Method in class net.logAnalyzer.utils.gui.TXTReportTableModel
 
getRowCount(JTree) - Method in class net.logAnalyzer.utils.gui.treetable.TableTreeUI
 
getRowCount() - Method in class net.logAnalyzer.utils.gui.treetable.TreeTableModelAdapter
 
getRowForPath(JTree, TreePath) - Method in class net.logAnalyzer.utils.gui.treetable.TableTreeUI
 
getSize() - Method in class net.logAnalyzer.handlers.AbstractLogHandler
Returns the real number of messages in the log, not only in cache in case of a load on demand parsed log.
getSize() - Method in class net.logAnalyzer.handlers.EmptyLogHandler
 
getSize() - Method in class net.logAnalyzer.handlers.FilteredLogHandler
Delegated method.
getSize() - Method in class net.logAnalyzer.handlers.ForwardOnlyLogHandler
Returns the number of messages read.
getSize() - Method in interface net.logAnalyzer.handlers.LALogHandler
Returns the real number of messages in the log, not only in cache in case of a load on demand parsed log.
getSize() - Method in class net.logAnalyzer.handlers.MemoryLogHandler
Modification to the inherited behavior.
getSize() - Method in class net.logAnalyzer.handlers.OnDemandLogHandler
Returns the number of messages read.
getString(Comparable, int) - Method in class net.logAnalyzer.analysis.MultiValuesAnalysis
Return the resulting value associated to the specified key.
getString(Comparable, String) - Method in class net.logAnalyzer.analysis.MultiValuesAnalysis
Return the resulting value associated to the specified key.
getString(int) - Method in class net.logAnalyzer.analysis.SingleValueAnalysis
Return the resulting value associated to the specified key.
getString(Comparable) - Method in class net.logAnalyzer.analysis.SingleValueAnalysis
Return the resulting value associated to the specified key.
getStringKey(int) - Method in class net.logAnalyzer.analysis.LAAnalysis
Returns the keys at the specified index.
getStringValue(Comparable, int) - Method in class net.logAnalyzer.analysis.LAAnalysis
Returns the value associated to the specified key.
getStringValue(int) - Method in class net.logAnalyzer.handlers.LAMessage
Returns the value to the specified index.
getStringValue(String) - Method in class net.logAnalyzer.handlers.LAMessage
Returns the value for the specified key.
getTableCellEditorComponent(JTable, Object, boolean, int, int) - Method in class net.logAnalyzer.utils.gui.treetable.JTreeTable.TreeTableCellEditor
 
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class net.logAnalyzer.gui.messages.cellrenderers.BarRenderer
Sets text, height, borders and colors of the cell regarding to value, selection and focus.
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class net.logAnalyzer.gui.messages.cellrenderers.DefaultCellRenderer
Sets text, height, borders and colors of the cell regarding to value, selection and focus.
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class net.logAnalyzer.gui.messages.cellrenderers.ImageKeyCellRender
Sets text, height, borders and colors of the cell regarding to value, selection and focus.
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class net.logAnalyzer.gui.messages.cellrenderers.ImageTextCellRenderer
Sets text, height, borders and colors of the cell regarding to value, selection and focus.
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class net.logAnalyzer.gui.messages.cellrenderers.PriorityCellRenderer
Call ImageKeyCellRender.getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int)and change the text color according to the priority.
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class net.logAnalyzer.utils.gui.treetable.JTreeTable.TreeTableCellRenderer
 
getTextNonSelectionColor() - Method in class net.logAnalyzer.gui.config.XMLTreeCellRenderer
 
getTextSelectionColor() - Method in class net.logAnalyzer.gui.config.XMLTreeCellRenderer
 
getTitle() - Method in class net.logAnalyzer.gui.LAView
Returns the view title.
getTitle() - Method in class net.logAnalyzer.gui.config.XMLConfigurationView
 
getTitle() - Method in class net.logAnalyzer.gui.messages.FilteredMessagesView
Returns the view title.
getTitle() - Method in class net.logAnalyzer.gui.messages.MessagesView
Returns the view title.
getTitle() - Method in class net.logAnalyzer.gui.quickbar.actions.QuickMainPanel
 
getTitle() - Method in class net.logAnalyzer.gui.quickbar.actions.QuickViewsPanel
 
getTitle() - Method in class net.logAnalyzer.gui.reports.ReportsTreePanel
 
getTitle() - Method in class net.logAnalyzer.gui.reports.ReportsView
Returns the view title.
getTitle() - Method in interface net.logAnalyzer.utils.gui.IQuickBarComponent
 
getTitle() - Method in class net.logAnalyzer.utils.gui.quickbar.QuickPanel
 
getToolTipText(MouseEvent) - Method in class net.logAnalyzer.utils.gui.ResizableTableHeader
 
getToolsJar() - Static method in class net.logAnalyzer.Locator
Get the File necessary to load the Sun compiler tools.
getTreeCellRendererComponent(JTree, Object, boolean, boolean, boolean, int, boolean) - Method in class net.logAnalyzer.gui.config.XMLTreeCellRenderer
 
getValue(Comparable, int) - Method in class net.logAnalyzer.analysis.MultiValuesAnalysis
Return the resulting value associated to the specified key.
getValue(Comparable, String) - Method in class net.logAnalyzer.analysis.MultiValuesAnalysis
Return the resulting value associated to the specified key.
getValue(int) - Method in class net.logAnalyzer.analysis.SingleValueAnalysis
Return the resulting value associated to the specified key.
getValue(Comparable) - Method in class net.logAnalyzer.analysis.SingleValueAnalysis
Return the resulting value associated to the specified key.
getValue() - Method in class net.logAnalyzer.gui.messages.filters.CompareFilter
Returns the value.
getValue(int) - Method in class net.logAnalyzer.handlers.LAMessage
Returns the value to the specified index.
getValue(String) - Method in class net.logAnalyzer.handlers.LAMessage
Returns the value to the specified column.
getValueAt(Object, int) - Method in class net.logAnalyzer.gui.config.XMLDocumentModel
 
getValueAt(int, int) - Method in class net.logAnalyzer.gui.messages.MessagesModel
Returns the value of the cell at the specified row and column.
getValueAt(int, int) - Method in class net.logAnalyzer.utils.gui.TXTReportTableModel
 
getValueAt(Object, int) - Method in interface net.logAnalyzer.utils.gui.treetable.TreeTableModel
Returns the value to be displayed for node node, at column number column.
getValueAt(int, int) - Method in class net.logAnalyzer.utils.gui.treetable.TreeTableModelAdapter
 
getValueClass() - Method in class net.logAnalyzer.converters.DateConverter
Returns the class Date.
getValueClass() - Method in class net.logAnalyzer.converters.DoubleConverter
Returns the class Double.
getValueClass() - Method in class net.logAnalyzer.converters.IntegerConverter
Returns the class Long.
getValueClass() - Method in class net.logAnalyzer.converters.LAConverter
Returns the class of the values affected to the column (for example java.lang.String or java.lang.Double).
getValueClass() - Method in class net.logAnalyzer.converters.StringConverter
Returns the class String.
getValueName(int) - Method in class net.logAnalyzer.analysis.LAAnalysis
Returns the value name.
getValueNameIndex(String) - Method in class net.logAnalyzer.analysis.LAAnalysis
Returns the index of the value name.
getValues() - Method in class net.logAnalyzer.handlers.LAMessage
Returns the values.
getValuesNames() - Method in class net.logAnalyzer.analysis.LAAnalysis
Returns the values names.
getViewClass() - Method in class net.logAnalyzer.gui.ViewDefinition
 
getViewContainer() - Method in class net.logAnalyzer.gui.LAView
Gets the view container.
getViewsDefinition(String) - Method in class net.logAnalyzer.config.ConfigurationManager
Returns the specified view definition.
getViewsDefinitions() - Method in class net.logAnalyzer.config.ConfigurationManager
Returns the views definitions.
getWhoIsServerIP() - Method in class net.logAnalyzer.utils.WhoIs
Returns the IP of the server used to resolve the address.
getWhoIsServerName() - Method in class net.logAnalyzer.utils.WhoIs
Returns the name of the server used to resolve the address.
getXMLNode(Object) - Method in class net.logAnalyzer.gui.config.XMLDocumentModel
 

H

HOUR - Static variable in class net.logAnalyzer.analysis.LATimePeriod
1 hour time period.
HTMLReport - class net.logAnalyzer.reports.HTMLReport.
This class is a wrapper used to encapsulate an HTML doc in a LAReport object.
HTMLReport(String, Document) - Constructor for class net.logAnalyzer.reports.HTMLReport
Wrap the specified document in a new wrapper instance.
HTMLReportRenderer - class net.logAnalyzer.reports.HTMLReportRenderer.
This renderer generates an HTML report from analyzers results.
HTMLReportRenderer(RendererDefinition, LAAnalyzer[]) - Constructor for class net.logAnalyzer.reports.HTMLReportRenderer
Creates a new report for specified analyzers.
hasFilter() - Method in class net.logAnalyzer.gui.messages.FiltersManager
Returns true if there is one or more filters.
hasOption() - Method in class net.logAnalyzer.converters.ConverterDefinition
Returns true if the converter has options.
hasPeriod() - Method in class net.logAnalyzer.analysis.AnalyzerDefinition
Return true if the analyzer has a period.

I

IQuickBarComponent - interface net.logAnalyzer.utils.gui.IQuickBarComponent.
 
ImageKeyCellRender - class net.logAnalyzer.gui.messages.cellrenderers.ImageKeyCellRender.
This class defines a cell renderer displaying an image linked to the cell value.
ImageKeyCellRender(Icon[], String[], boolean, boolean) - Constructor for class net.logAnalyzer.gui.messages.cellrenderers.ImageKeyCellRender
Constructs a new renderer.
ImageTextCellRenderer - class net.logAnalyzer.gui.messages.cellrenderers.ImageTextCellRenderer.
This class defines a cell renderer displaying an image linked to the cell value.
ImageTextCellRenderer(Icon) - Constructor for class net.logAnalyzer.gui.messages.cellrenderers.ImageTextCellRenderer
Constructs a new renderer displaying an image at the lefet of the value.
IntegerConverter - class net.logAnalyzer.converters.IntegerConverter.
This class implements a converter used to parse or convert Long values.
IntegerConverter(ConverterDefinition, String) - Constructor for class net.logAnalyzer.converters.IntegerConverter
Constructs a new converter from a converter definition.
InternalFrameViewContainer - class net.logAnalyzer.gui.InternalFrameViewContainer.
This class is a LAViewContainerimplementation as a JInternalFrame.
InternalFrameViewContainer() - Constructor for class net.logAnalyzer.gui.InternalFrameViewContainer
 
init(LALogHandler) - Method in class net.logAnalyzer.analysis.LAAnalyzer
Make all initializations to prepare analysis.
initAnalyze(LALogHandler) - Method in class net.logAnalyzer.analysis.LAAnalyzer
Make all initializations to prepare analysis.
initParsing() - Method in class net.logAnalyzer.handlers.AbstractLogHandler
Makes the intialization before parsing.
initParsing() - Method in class net.logAnalyzer.handlers.ForwardOnlyLogHandler
Modification to the inherited behavior.
initParsing() - Method in class net.logAnalyzer.handlers.MemoryLogHandler
Modification to the inherited behavior.
initParsing() - Method in class net.logAnalyzer.handlers.OnDemandLogHandler
Modification to the inherited behavior.
installUI(JComponent) - Method in class net.logAnalyzer.utils.gui.treetable.TableTreeUI
 
internalFrameActivated(InternalFrameEvent) - Method in class net.logAnalyzer.gui.InternalFrameViewContainer
Modification to the inherited behavior.
internalFrameClosed(InternalFrameEvent) - Method in class net.logAnalyzer.gui.InternalFrameViewContainer
Modification to the inherited behavior.
internalFrameClosing(InternalFrameEvent) - Method in class net.logAnalyzer.gui.InternalFrameViewContainer
Modification to the inherited behavior.
internalFrameDeactivated(InternalFrameEvent) - Method in class net.logAnalyzer.gui.InternalFrameViewContainer
Modification to the inherited behavior.
internalFrameDeiconified(InternalFrameEvent) - Method in class net.logAnalyzer.gui.InternalFrameViewContainer
Modification to the inherited behavior.
internalFrameIconified(InternalFrameEvent) - Method in class net.logAnalyzer.gui.InternalFrameViewContainer
Modification to the inherited behavior.
internalFrameOpened(InternalFrameEvent) - Method in class net.logAnalyzer.gui.InternalFrameViewContainer
Modification to the inherited behavior.
isCellEditable(int, int) - Method in class net.logAnalyzer.gui.messages.MessagesModel
Returns true if the cell is editable.
isCellEditable(EventObject) - Method in class net.logAnalyzer.utils.gui.treetable.AbstractCellEditor
 
isCellEditable(Object, int) - Method in class net.logAnalyzer.utils.gui.treetable.AbstractTreeTableModel
By default, make the column with the Tree in it the only editable one.
isCellEditable(Object, int) - Method in interface net.logAnalyzer.utils.gui.treetable.TreeTableModel
Indicates whether the the value for node node, at column number column is editable.
isCellEditable(int, int) - Method in class net.logAnalyzer.utils.gui.treetable.TreeTableModelAdapter
 
isEditing(JTree) - Method in class net.logAnalyzer.utils.gui.treetable.TableTreeUI
 
isLeaf(Object) - Method in class net.logAnalyzer.gui.config.XMLDocumentModel
 
isLeaf(Object) - Method in class net.logAnalyzer.utils.gui.treetable.AbstractTreeTableModel
 
isLiteral() - Method in class net.logAnalyzer.converters.LAConverter
Returns true if the converter is a literal.
isMessage() - Method in class net.logAnalyzer.converters.ConverterDefinition
Returns true if the converter is a messageLabel converter.
isMessage() - Method in class net.logAnalyzer.converters.LAConverter
Returns true if the converter is a messageLabel converter.
isNew() - Method in class net.logAnalyzer.utils.WhoIs
Returns true is a new address (ie if the address was not in cache).
isOptionShowGUI() - Method in class net.logAnalyzer.config.StartUpOptions
If true, the option "-GUI" shows the GUI at the end of the analysis.
isParsing() - Method in class net.logAnalyzer.handlers.AbstractLogHandler
Returns true if the handler is currently parsing the log.
isParsing() - Method in class net.logAnalyzer.handlers.EmptyLogHandler
 
isParsing() - Method in class net.logAnalyzer.handlers.FilteredLogHandler
Delegated method.
isParsing() - Method in interface net.logAnalyzer.handlers.LALogHandler
Returns true if the handler is currently parsing the log.

J

JScrollDesktopPane - class net.logAnalyzer.utils.gui.JScrollDesktopPane.
 
JScrollDesktopPane() - Constructor for class net.logAnalyzer.utils.gui.JScrollDesktopPane
 
JStatusBar - class net.logAnalyzer.utils.gui.JStatusBar.
This class implements a status bar extending a JToolBar.
JStatusBar() - Constructor for class net.logAnalyzer.utils.gui.JStatusBar
 
JStatusBar(int) - Constructor for class net.logAnalyzer.utils.gui.JStatusBar
 
JStatusBar(String) - Constructor for class net.logAnalyzer.utils.gui.JStatusBar
 
JStatusBar(String, int) - Constructor for class net.logAnalyzer.utils.gui.JStatusBar
 
JStatusBar(boolean) - Constructor for class net.logAnalyzer.utils.gui.JStatusBar
 
JStatusBar(int, boolean) - Constructor for class net.logAnalyzer.utils.gui.JStatusBar
 
JStatusBar(String, boolean) - Constructor for class net.logAnalyzer.utils.gui.JStatusBar
 
JStatusBar(String, int, boolean) - Constructor for class net.logAnalyzer.utils.gui.JStatusBar
 
JTreeTable - class net.logAnalyzer.utils.gui.treetable.JTreeTable.
This example shows how to create a simple JTreeTable component, by using a JTree as a renderer (and editor) for the cells in a particular column in the JTable.
JTreeTable(TreeTableModel) - Constructor for class net.logAnalyzer.utils.gui.treetable.JTreeTable
 
JTreeTable.TreeTableCellEditor - class net.logAnalyzer.utils.gui.treetable.JTreeTable.TreeTableCellEditor.
 
JTreeTable.TreeTableCellEditor() - Constructor for class net.logAnalyzer.utils.gui.treetable.JTreeTable.TreeTableCellEditor
 
JTreeTable.TreeTableCellRenderer - class net.logAnalyzer.utils.gui.treetable.JTreeTable.TreeTableCellRenderer.
 
JTreeTable.TreeTableCellRenderer(TreeModel) - Constructor for class net.logAnalyzer.utils.gui.treetable.JTreeTable.TreeTableCellRenderer
 

L

LAAnalysis - class net.logAnalyzer.analysis.LAAnalysis.
This class defines a template to implement results of analysis.
LAAnalysis(LAAnalyzer, String[]) - Constructor for class net.logAnalyzer.analysis.LAAnalysis
Construct a new analysis from the specified analyzer and values names.
LAAnalyzer - class net.logAnalyzer.analysis.LAAnalyzer.
This class defines a template for log analyzers.
LAAnalyzer(AnalyzerDefinition) - Constructor for class net.logAnalyzer.analysis.LAAnalyzer
Constructs a new analyzer from an analyzer definition.
LAAnalyzer(AnalyzerDefinition, SimpleDateFormat) - Constructor for class net.logAnalyzer.analysis.LAAnalyzer
Constructs a new analyzer from an analyzer definition and a date format.
LAConverter - class net.logAnalyzer.converters.LAConverter.
This class implements a Log4J pattern converter.
LAConverter(ConverterDefinition, String) - Constructor for class net.logAnalyzer.converters.LAConverter
Constructs a new converter from a converter definition.
LAFrame - class net.logAnalyzer.gui.LAFrame.
This class implements the main window of the LogAnalyzer GUI.
LAFrame(String) - Constructor for class net.logAnalyzer.gui.LAFrame
Constructs a new LAFrame.
LALogHandler - interface net.logAnalyzer.handlers.LALogHandler.
This interface defines the log file handlers methods.
LALogHandlerListener - interface net.logAnalyzer.handlers.LALogHandlerListener.
This interface defines the method of a Log Handler events listener.
LAMessage - class net.logAnalyzer.handlers.LAMessage.
Instances of this class are used to contain a log messageLabel parsed from a log file.
LAMessage(LALogHandler, Object[]) - Constructor for class net.logAnalyzer.handlers.LAMessage
Constructs a messageLabel with the converters and values specified.
LAMessagesFilter - interface net.logAnalyzer.gui.messages.filters.LAMessagesFilter.
This interface defines filter methods.
LAPeriodicAnalyzer - class net.logAnalyzer.analysis.LAPeriodicAnalyzer.
This class defines a template for log analyzers with a date key.
LAPeriodicAnalyzer(AnalyzerDefinition, LATimePeriod) - Constructor for class net.logAnalyzer.analysis.LAPeriodicAnalyzer
Construct a new analyzer from an analyzer definition.
LAReport - interface net.logAnalyzer.reports.LAReport.
This interface defines the methods needed to manipulate generated reports.
LAReportRenderer - interface net.logAnalyzer.reports.LAReportRenderer.
This interface is used to signed report renderers.
LAResourceBundle - class net.logAnalyzer.resources.LAResourceBundle.
Used to retreive a Localized string in a resource propertie file.
LATimePeriod - class net.logAnalyzer.analysis.LATimePeriod.
Used to set the time period of the analysis.
LAView - class net.logAnalyzer.gui.LAView.
This class is a template for views components based on a JPanel.
LAView(ViewDefinition, Hashtable) - Constructor for class net.logAnalyzer.gui.LAView
Creates a new view with the specified attributes.
LAViewContainer - interface net.logAnalyzer.gui.LAViewContainer.
Defines the view container interface.
LITERAL_NAME - Static variable in class net.logAnalyzer.converters.LiteralConverter
Used as key for literal converter definition.
LOGANALYZERHOME_PROPERTY - Static variable in class net.logAnalyzer.LogAnalyzerLauncher
The LogAnalyzer Home property
LOGANALYZERLIBDIR_PROPERTY - Static variable in class net.logAnalyzer.LogAnalyzerLauncher
The LogAnalyzer Library Directory property
LOGANALYZER_PRIVATEDIR - Static variable in class net.logAnalyzer.LogAnalyzerLauncher
The directory name of the per-user ant directory
LOGANALYZER_PRIVATELIB - Static variable in class net.logAnalyzer.LogAnalyzerLauncher
The location of a per-user library directory
LineCellRenderer - class net.logAnalyzer.gui.messages.cellrenderers.LineCellRenderer.
This cell renderer is used for "%L" converter converter.
LineCellRenderer(LAConverter, LAConverter[]) - Constructor for class net.logAnalyzer.gui.messages.cellrenderers.LineCellRenderer
Constructs a new ImageTextCellRenderer with the image #classIcon.
LiteralConverter - class net.logAnalyzer.converters.LiteralConverter.
This class implements a literal converter used to parse literals in a Log4J pattern.
LiteralConverter(ConverterDefinition, String) - Constructor for class net.logAnalyzer.converters.LiteralConverter
Constructs a literal converter with the specified literal value.
LocationCellRenderer - class net.logAnalyzer.gui.messages.cellrenderers.LocationCellRenderer.
This cell renderer is used for "%l" converter converter.
LocationCellRenderer(LAConverter, LAConverter[]) - Constructor for class net.logAnalyzer.gui.messages.cellrenderers.LocationCellRenderer
Constructs a new ImageTextCellRenderer with the image #classIcon.
Locator - class net.logAnalyzer.Locator.
The Locator is a utility class which is used to find certain items in the environment
LogAnalyzerBatch - class net.logAnalyzer.LogAnalyzerBatch.
This class is the command line executable for Log LAAnalyzer.
LogAnalyzerBatch() - Constructor for class net.logAnalyzer.LogAnalyzerBatch
Default constructor.
LogAnalyzerBatchListener - interface net.logAnalyzer.LogAnalyzerBatchListener.
 
LogAnalyzerGUI - class net.logAnalyzer.LogAnalyzerGUI.
This class is the GUI launcher.
LogAnalyzerLauncher - class net.logAnalyzer.LogAnalyzerLauncher.
This is a launcher for LogAnalyzer.
LogAnalyzerLauncher() - Constructor for class net.logAnalyzer.LogAnalyzerLauncher
 
LowerFilter - class net.logAnalyzer.gui.messages.filters.LowerFilter.
This class implements a lower filter.
LowerFilter(LAConverter, Comparable) - Constructor for class net.logAnalyzer.gui.messages.filters.LowerFilter
Constructs a new filter.
launchGUI(LALogHandler, LAReport[]) - Static method in class net.logAnalyzer.LogAnalyzerGUI
Launches a new GUI for the specified handler and reports.
length() - Method in class net.logAnalyzer.utils.FilesSetReader
Returns the total length of files in the set.
listenerList - Variable in class net.logAnalyzer.utils.gui.treetable.AbstractCellEditor
 
listenerList - Variable in class net.logAnalyzer.utils.gui.treetable.AbstractTreeTableModel
 
loadMessage(int) - Method in class net.logAnalyzer.handlers.AbstractLogHandler
Loads the messageLabel at the specified index.
loadMessage(int) - Method in class net.logAnalyzer.handlers.ForwardOnlyLogHandler
Modification to the inherited behavior.
loadMessage(int) - Method in class net.logAnalyzer.handlers.MemoryLogHandler
Modification to the inherited behavior.
loadMessage(int) - Method in class net.logAnalyzer.handlers.OnDemandLogHandler
Modification to the inherited behavior.

M

MAIN_CLASS - Static variable in class net.logAnalyzer.LogAnalyzerLauncher
The startup class that is to be run
MAXSIZE_RECOMMENDED - Static variable in class net.logAnalyzer.handlers.MemoryLogHandler
Maximum log file size recommended to use a MemoryLogHangler.
MINUTE - Static variable in class net.logAnalyzer.analysis.LATimePeriod
1 minute time period.
MINUTES10 - Static variable in class net.logAnalyzer.analysis.LATimePeriod
10 minutes time period.
MINUTES30 - Static variable in class net.logAnalyzer.analysis.LATimePeriod
30 minutes time period.
MONTH - Static variable in class net.logAnalyzer.analysis.LATimePeriod
1 month time period.
MathUtils - class net.logAnalyzer.utils.MathUtils.
A simple toolkit to manipulate numbers.
MemoryLogHandler - class net.logAnalyzer.handlers.MemoryLogHandler.
This log handler saves messageLabel in memory.
MemoryLogHandler(FilesSetReader, String) - Constructor for class net.logAnalyzer.handlers.MemoryLogHandler
 
MessagesModel - class net.logAnalyzer.gui.messages.MessagesModel.
 
MessagesModel(LALogHandler) - Constructor for class net.logAnalyzer.gui.messages.MessagesModel
Constructs a new messages model under the specified handler.
MessagesTable - class net.logAnalyzer.gui.messages.MessagesTable.
 
MessagesTable(MessagesView, Hashtable) - Constructor for class net.logAnalyzer.gui.messages.MessagesTable
Constructs a new table with the specified attributes.
MessagesView - class net.logAnalyzer.gui.messages.MessagesView.
 
MessagesView(ViewDefinition, Hashtable) - Constructor for class net.logAnalyzer.gui.messages.MessagesView
Creates a new view with the specified attributes.
MethodCellRenderer - class net.logAnalyzer.gui.messages.cellrenderers.MethodCellRenderer.
This cell renderer is used for "%M" converter converter.
MethodCellRenderer(LAConverter, LAConverter[]) - Constructor for class net.logAnalyzer.gui.messages.cellrenderers.MethodCellRenderer
Constructs a new ImageTextCellRenderer with the image #classIcon.
MultiValuesAnalysis - class net.logAnalyzer.analysis.MultiValuesAnalysis.
This analysis result class contains an hashtable of long values arrays.
MultiValuesAnalysis(LAAnalyzer, String[]) - Constructor for class net.logAnalyzer.analysis.MultiValuesAnalysis
Create a new analysis.
main(String[]) - Static method in class net.logAnalyzer.LogAnalyzerBatch
Entry point.
main(String[]) - Static method in class net.logAnalyzer.LogAnalyzerLauncher
Entry point for starting command line Ant
messageChanged(int, int) - Method in class net.logAnalyzer.gui.InternalFrameViewContainer
Called by the contained view when the current messages selection has changed.
messageChanged(LAViewContainer, int, int) - Method in class net.logAnalyzer.gui.LAFrame
Called by a view when the current messages selection has changed.
messageChanged(int, int) - Method in interface net.logAnalyzer.gui.LAViewContainer
Called by the contained view when the current messages selection has changed.
messageChangedNotify(int, int) - Method in class net.logAnalyzer.gui.LAView
Used to notify listeners when the current messages selection is changed.
messageChangedNotify(int, int) - Method in class net.logAnalyzer.gui.messages.FilteredMessagesView
Used to notify listeners when the current messages selection is changed.
mouseClicked(MouseEvent) - Method in class net.logAnalyzer.utils.gui.quickbar.QuickActionButton
Do nothing.
mouseEntered(MouseEvent) - Method in class net.logAnalyzer.utils.gui.quickbar.QuickActionButton
Do nothing.
mouseExited(MouseEvent) - Method in class net.logAnalyzer.utils.gui.quickbar.QuickActionButton
Remove underlining.
mousePressed(MouseEvent) - Method in class net.logAnalyzer.utils.gui.quickbar.QuickActionButton
Fire an action event.
mouseReleased(MouseEvent) - Method in class net.logAnalyzer.utils.gui.quickbar.QuickActionButton
Do nothing.
moveKeyAt(int, int) - Method in class net.logAnalyzer.analysis.LAAnalysis
Moves the key at the specified index to the specified new index.

N

NOFOCUS_BORDER - Static variable in class net.logAnalyzer.gui.messages.cellrenderers.BarRenderer
Default border.
NOFOCUS_BORDER - Static variable in class net.logAnalyzer.gui.messages.cellrenderers.DefaultCellRenderer
Default border.
NOFOCUS_BORDER - Static variable in class net.logAnalyzer.gui.messages.cellrenderers.ImageKeyCellRender
Default border.
NOFOCUS_BORDER - Static variable in class net.logAnalyzer.gui.messages.cellrenderers.ImageTextCellRenderer
Default border.
NewLineConverter - class net.logAnalyzer.converters.NewLineConverter.
Special converter used to handle new lines in log files.
NewLineConverter(ConverterDefinition, String) - Constructor for class net.logAnalyzer.converters.NewLineConverter
Constructs a literal converter with the specified literal value.
NoConverterException - exception net.logAnalyzer.handlers.NoConverterException.
Exception thrown by a LALogHandler when no converter is set.
NoConverterException() - Constructor for class net.logAnalyzer.handlers.NoConverterException
 
NoConverterException(String) - Constructor for class net.logAnalyzer.handlers.NoConverterException
 
NoConverterException(String, Throwable) - Constructor for class net.logAnalyzer.handlers.NoConverterException
 
NoConverterException(Throwable) - Constructor for class net.logAnalyzer.handlers.NoConverterException
 
NotFilter - class net.logAnalyzer.gui.messages.filters.NotFilter.
This class implements a logical NOT filter.
NotFilter(LAMessagesFilter) - Constructor for class net.logAnalyzer.gui.messages.filters.NotFilter
Constructs a new filter.
net.logAnalyzer - package net.logAnalyzer
 
net.logAnalyzer.analysis - package net.logAnalyzer.analysis
 
net.logAnalyzer.config - package net.logAnalyzer.config
 
net.logAnalyzer.converters - package net.logAnalyzer.converters
 
net.logAnalyzer.gui - package net.logAnalyzer.gui
 
net.logAnalyzer.gui.config - package net.logAnalyzer.gui.config
 
net.logAnalyzer.gui.messages - package net.logAnalyzer.gui.messages
 
net.logAnalyzer.gui.messages.cellrenderers - package net.logAnalyzer.gui.messages.cellrenderers
 
net.logAnalyzer.gui.messages.filters - package net.logAnalyzer.gui.messages.filters
 
net.logAnalyzer.gui.quickbar.actions - package net.logAnalyzer.gui.quickbar.actions
 
net.logAnalyzer.gui.reports - package net.logAnalyzer.gui.reports
 
net.logAnalyzer.gui.splash - package net.logAnalyzer.gui.splash
 
net.logAnalyzer.handlers - package net.logAnalyzer.handlers
 
net.logAnalyzer.patternParser - package net.logAnalyzer.patternParser
 
net.logAnalyzer.reports - package net.logAnalyzer.reports
 
net.logAnalyzer.resources - package net.logAnalyzer.resources
 
net.logAnalyzer.utils - package net.logAnalyzer.utils
 
net.logAnalyzer.utils.gui - package net.logAnalyzer.utils.gui
 
net.logAnalyzer.utils.gui.quickbar - package net.logAnalyzer.utils.gui.quickbar
 
net.logAnalyzer.utils.gui.treetable - package net.logAnalyzer.utils.gui.treetable
 
nodeForRow(int) - Method in class net.logAnalyzer.utils.gui.treetable.TreeTableModelAdapter
 
normalize(Date) - Method in class net.logAnalyzer.analysis.LATimePeriod
Normalize the specified date with current date format.
normalizeDate(Date) - Method in class net.logAnalyzer.analysis.LAPeriodicAnalyzer
Normalize a date using the period.
normalizeToString(Date) - Method in class net.logAnalyzer.analysis.LAPeriodicAnalyzer
Normalize a date using the period..
normalizeToString(Date) - Method in class net.logAnalyzer.analysis.LATimePeriod
Format the specified date to String.

O

OPENED_BRAKET - Static variable in class net.logAnalyzer.patternParser.PatternParser
 
OnDemandLogHandler - class net.logAnalyzer.handlers.OnDemandLogHandler.
This log handler parses messages on demand.
OnDemandLogHandler(FilesSetReader, String) - Constructor for class net.logAnalyzer.handlers.OnDemandLogHandler
 
OperatorFilter - class net.logAnalyzer.gui.messages.filters.OperatorFilter.
This class implements a filter used to associate two filters with a conditionnal operator.
OperatorFilter(LAMessagesFilter, LAMessagesFilter) - Constructor for class net.logAnalyzer.gui.messages.filters.OperatorFilter
Constructs a new filter.
OrFilter - class net.logAnalyzer.gui.messages.filters.OrFilter.
This class implements a logical OR filter.
OrFilter(LAMessagesFilter, LAMessagesFilter) - Constructor for class net.logAnalyzer.gui.messages.filters.OrFilter
Constructs a new filter.

P

ParsingException - exception net.logAnalyzer.handlers.ParsingException.
Exception thrown by LALogHandler.parse() process.
ParsingException() - Constructor for class net.logAnalyzer.handlers.ParsingException
Constructs a new exception.
ParsingException(String) - Constructor for class net.logAnalyzer.handlers.ParsingException
 
ParsingException(String, Throwable) - Constructor for class net.logAnalyzer.handlers.ParsingException
 
ParsingException(Throwable) - Constructor for class net.logAnalyzer.handlers.ParsingException
 
PatternDefinition - class net.logAnalyzer.patternParser.PatternDefinition.
This class contains the definition of a pattern.
PatternDefinition(String, String) - Constructor for class net.logAnalyzer.patternParser.PatternDefinition
Creates a new named pattern from the pattern string.
PatternParser - class net.logAnalyzer.patternParser.PatternParser.
This class parses a log4j PatternLayout pattern.
PatternParser(String) - Constructor for class net.logAnalyzer.patternParser.PatternParser
Default constructor.
PatternParsingException - exception net.logAnalyzer.patternParser.PatternParsingException.
Exception thrown from pattern parsing methods.
PatternParsingException() - Constructor for class net.logAnalyzer.patternParser.PatternParsingException
 
PatternParsingException(String) - Constructor for class net.logAnalyzer.patternParser.PatternParsingException
 
PatternParsingException(String, Throwable) - Constructor for class net.logAnalyzer.patternParser.PatternParsingException
 
PatternParsingException(Throwable) - Constructor for class net.logAnalyzer.patternParser.PatternParsingException
 
PriorityCellRenderer - class net.logAnalyzer.gui.messages.cellrenderers.PriorityCellRenderer.
This cell renderer is used for "%p" converter converter.
PriorityCellRenderer(LAConverter, LAConverter[]) - Constructor for class net.logAnalyzer.gui.messages.cellrenderers.PriorityCellRenderer
Constructs a new ImageKeyCellRenderwith #levelsIconsand #levelsKeys.
paint(Graphics) - Method in class net.logAnalyzer.utils.gui.treetable.JTreeTable.TreeTableCellRenderer
 
paint(Graphics, JComponent) - Method in class net.logAnalyzer.utils.gui.treetable.TableTreeUI
 
paintComponent(Graphics) - Method in class net.logAnalyzer.gui.messages.cellrenderers.BarRenderer
Modification to the inherited behavior.
paintComponent(Graphics) - Method in class net.logAnalyzer.utils.gui.GraphicsDecoratorPanel
Paint no background in the component.
paintComponent(Graphics) - Method in class net.logAnalyzer.utils.gui.quickbar.QuickBar
Paint the background of the component.
paintComponent(Graphics) - Method in class net.logAnalyzer.utils.gui.quickbar.QuickPanel
Paint no background in the component.
paintComponent(Graphics) - Method in class net.logAnalyzer.utils.gui.quickbar.QuickTitle
 
parse(String) - Method in class net.logAnalyzer.converters.DateConverter
Returns the value parsed with DateFormat.parse(java.lang.String).
parse(String) - Method in class net.logAnalyzer.converters.DoubleConverter
Returns the value parsed with Double.Double(java.lang.String).
parse(String) - Method in class net.logAnalyzer.converters.IntegerConverter
Returns the value parsed with Long.Long(java.lang.String).
parse(StringBuffer, LALogHandler) - Method in class net.logAnalyzer.converters.LAConverter
Parses the message string to extract a value.
parse(String) - Method in class net.logAnalyzer.converters.LAConverter
Parse a string value to the value class as returned by LAConverter.getValueClass().
parse(String) - Method in class net.logAnalyzer.converters.StringConverter
Returns the value unmodified.
parse() - Method in class net.logAnalyzer.handlers.AbstractLogHandler
Parses the log content of the FilesSetReader returned by AbstractLogHandler.getReader().
parse() - Method in class net.logAnalyzer.handlers.EmptyLogHandler
Do nothing expected sending LALogHandlerListener.startParsing(LALogHandler) and LALogHandlerListener.endParsing(LALogHandler) events.
parse() - Method in class net.logAnalyzer.handlers.FilteredLogHandler
Parses the log content of the current LALogHandler.
parse() - Method in interface net.logAnalyzer.handlers.LALogHandler
Parses the log content of the FilesSetReader.
parse() - Method in class net.logAnalyzer.patternParser.PatternParser
Parses the pattern char by char.
parseMessage(String, LAConverter[]) - Method in class net.logAnalyzer.handlers.AbstractLogHandler
Parses a string messageLabel in a LAMessageusing LAConverter.parse(StringBuffer, LALogHandler)method.
put(Comparable, int, Date) - Method in class net.logAnalyzer.analysis.MultiValuesAnalysis
Set the specified value to the specified key and index.
put(Comparable, int, double) - Method in class net.logAnalyzer.analysis.MultiValuesAnalysis
Set the specified value to the specified key and index.
put(Comparable, int, long) - Method in class net.logAnalyzer.analysis.MultiValuesAnalysis
Set the specified value to the specified key and index.
put(Comparable, int, String) - Method in class net.logAnalyzer.analysis.MultiValuesAnalysis
Set the specified value to the specified key and index.
put(Comparable, String, Date) - Method in class net.logAnalyzer.analysis.MultiValuesAnalysis
Set the specified value to the specified key and name.
put(Comparable, String, double) - Method in class net.logAnalyzer.analysis.MultiValuesAnalysis
Set the specified value to the specified key and name.
put(Comparable, String, long) - Method in class net.logAnalyzer.analysis.MultiValuesAnalysis
Set the specified value to the specified key and name.
put(Comparable, String, String) - Method in class net.logAnalyzer.analysis.MultiValuesAnalysis
Set the specified value to the specified key and name.
put(Comparable, Date) - Method in class net.logAnalyzer.analysis.SingleValueAnalysis
Set the specified value to the current value.
put(Comparable, double) - Method in class net.logAnalyzer.analysis.SingleValueAnalysis
Set the specified value to the current value.
put(Comparable, long) - Method in class net.logAnalyzer.analysis.SingleValueAnalysis
Set the specified value to the current value.
put(Comparable, String) - Method in class net.logAnalyzer.analysis.SingleValueAnalysis
Set the specified value to the current value.
putDateValue(Comparable, int, Date) - Method in class net.logAnalyzer.analysis.LAAnalysis
Set the value associated to the specified key.
putDoubleValue(Comparable, int, double) - Method in class net.logAnalyzer.analysis.LAAnalysis
Set the value associated to the specified key.
putLongValue(Comparable, int, long) - Method in class net.logAnalyzer.analysis.LAAnalysis
Set the value associated to the specified key.
putStringValue(Comparable, int, String) - Method in class net.logAnalyzer.analysis.LAAnalysis
Set the value associated to the specified key.

Q

QUICKACTION_FOREGROUND_COLOR - Static variable in class net.logAnalyzer.utils.gui.GraphicsAttributes
 
QUICKBAR_GRADIENTEND_COLOR - Static variable in class net.logAnalyzer.utils.gui.GraphicsAttributes
 
QUICKBAR_GRADIENTSTART_COLOR - Static variable in class net.logAnalyzer.utils.gui.GraphicsAttributes
 
QUICKPANEL_BORDER_COLOR - Static variable in class net.logAnalyzer.utils.gui.GraphicsAttributes
 
QUICKTITLE_FOREGROUND_COLOR - Static variable in class net.logAnalyzer.utils.gui.GraphicsAttributes
 
QUICKTITLE_GRADIENTEND_COLOR - Static variable in class net.logAnalyzer.utils.gui.GraphicsAttributes
 
QUICKTITLE_GRADIENTSTART_COLOR - Static variable in class net.logAnalyzer.utils.gui.GraphicsAttributes
 
QuickAction - interface net.logAnalyzer.utils.gui.quickbar.QuickAction.
This interface defines a QuickAction to use in q QuickBar.
QuickActionButton - class net.logAnalyzer.utils.gui.quickbar.QuickActionButton.
 
QuickActionButton(String, String, Icon) - Constructor for class net.logAnalyzer.utils.gui.quickbar.QuickActionButton
 
QuickActionContainer - class net.logAnalyzer.utils.gui.quickbar.QuickActionContainer.
This class implements a JPanel encapsulation which can be used in a QuickPanel.
QuickActionContainer() - Constructor for class net.logAnalyzer.utils.gui.quickbar.QuickActionContainer
 
QuickBar - class net.logAnalyzer.utils.gui.quickbar.QuickBar.
 
QuickBar(int) - Constructor for class net.logAnalyzer.utils.gui.quickbar.QuickBar
Constructs a new QuickBar.
QuickMainPanel - class net.logAnalyzer.gui.quickbar.actions.QuickMainPanel.
 
QuickMainPanel() - Constructor for class net.logAnalyzer.gui.quickbar.actions.QuickMainPanel
 
QuickPanel - class net.logAnalyzer.utils.gui.quickbar.QuickPanel.
 
QuickPanel() - Constructor for class net.logAnalyzer.utils.gui.quickbar.QuickPanel
 
QuickTitle - class net.logAnalyzer.utils.gui.quickbar.QuickTitle.
 
QuickTitle(String, Icon) - Constructor for class net.logAnalyzer.utils.gui.quickbar.QuickTitle
 
QuickViewsPanel - class net.logAnalyzer.gui.quickbar.actions.QuickViewsPanel.
 
QuickViewsPanel() - Constructor for class net.logAnalyzer.gui.quickbar.actions.QuickViewsPanel
 

R

RendererDefinition - class net.logAnalyzer.reports.RendererDefinition.
This class contains the definition of a renderer.
RendererDefinition(String, String, String) - Constructor for class net.logAnalyzer.reports.RendererDefinition
 
RendererDefinition(String, Class) - Constructor for class net.logAnalyzer.reports.RendererDefinition
 
ReportException - exception net.logAnalyzer.reports.ReportException.
Exception thrown during report rendering.
ReportException() - Constructor for class net.logAnalyzer.reports.ReportException
 
ReportException(String) - Constructor for class net.logAnalyzer.reports.ReportException
 
ReportException(String, Throwable) - Constructor for class net.logAnalyzer.reports.ReportException
 
ReportException(Throwable) - Constructor for class net.logAnalyzer.reports.ReportException
 
ReportsTreeListener - interface net.logAnalyzer.gui.reports.ReportsTreeListener.
 
ReportsTreePanel - class net.logAnalyzer.gui.reports.ReportsTreePanel.
Used to visualize all generated reports in a treview.
ReportsTreePanel() - Constructor for class net.logAnalyzer.gui.reports.ReportsTreePanel
Used to construct a new ReportsTreePanel.
ReportsTreePanel(ReportsTreeListener) - Constructor for class net.logAnalyzer.gui.reports.ReportsTreePanel
Used to construct a new ReportsTreePanel with the specified listener.
ReportsView - class net.logAnalyzer.gui.reports.ReportsView.
View component used to display generated reports.
ReportsView(ViewDefinition, Hashtable) - Constructor for class net.logAnalyzer.gui.reports.ReportsView
Creates a new view with the specified attributes.
ResizableTableHeader - class net.logAnalyzer.utils.gui.ResizableTableHeader.
This subclass of JTableHeader extends a JTableHeader with the ability to resize a column to fit all its content on double click on the right end of the column's header cell.
ResizableTableHeader() - Constructor for class net.logAnalyzer.utils.gui.ResizableTableHeader
Constructs a ResizeableTableHeader with a default TableColumnModel.
ResizableTableHeader(TableColumnModel) - Constructor for class net.logAnalyzer.utils.gui.ResizableTableHeader
Constructs a ResizeableTableHeader which is initialized with cm as the column model.
read() - Method in class net.logAnalyzer.utils.FilesSetReader
Reads a byte of data from this file using RandomAccessFile.read() on the current file of the set of files.
readBoolean() - Method in class net.logAnalyzer.utils.FilesSetReader
Reads one input byte using FilesSetReader.read() and returns true if that byte is nonzero, false if that byte is zero.
readByte() - Method in class net.logAnalyzer.utils.FilesSetReader
Reads one input byte using FilesSetReader.read() and casts it to byte.
readChar() - Method in class net.logAnalyzer.utils.FilesSetReader
Reads an unsigned short using FilesSetReader.readUnsignedShort() and casts it to char.
readDouble() - Method in class net.logAnalyzer.utils.FilesSetReader
Reads a double from this file.
readFloat() - Method in class net.logAnalyzer.utils.FilesSetReader
Reads a float from this file.
readFully(byte[], int, int) - Method in class net.logAnalyzer.utils.FilesSetReader
Reads exactly len bytes from this file into the byte array unsing FilesSetReader.readByte(), starting at the current file pointer.
readFully(byte[]) - Method in class net.logAnalyzer.utils.FilesSetReader
Reads b.length bytes from this file into the byte array using FilesSetReader.readFully(byte[], int, int), starting at the current file pointer.
readInt() - Method in class net.logAnalyzer.utils.FilesSetReader
Reads four input bytes using FilesSetReader.read() and combines them to int.
readLine() - Method in class net.logAnalyzer.utils.FilesSetReader
Reads the next line of text from this file.
readLong() - Method in class net.logAnalyzer.utils.FilesSetReader
Reads eight input bytes using FilesSetReader.read() twice and combines them to long.
readNextLine() - Method in class net.logAnalyzer.handlers.AbstractLogHandler
Reads a line form the input.
readShort() - Method in class net.logAnalyzer.utils.FilesSetReader
Reads an unsigned short using FilesSetReader.readUnsignedShort() and casts it to short.
readUTF() - Method in class net.logAnalyzer.utils.FilesSetReader
Reads in a string that has been encoded using a modified UTF-8 format.
readUnsignedByte() - Method in class net.logAnalyzer.utils.FilesSetReader
Reads a single input byte using FilesSetReader.read() and returns it.
readUnsignedShort() - Method in class net.logAnalyzer.utils.FilesSetReader
Reads two input bytes using FilesSetReader.read() and combines them to int as an unsigned short.
release(LALogHandler) - Method in class net.logAnalyzer.analysis.LAAnalyzer
Make all releases after the analysis.
releaseAnalyze(LALogHandler) - Method in class net.logAnalyzer.analysis.LAAnalyzer
Make all releases after the analysis.
releaseParsing() - Method in class net.logAnalyzer.handlers.AbstractLogHandler
Makes the releases after parsing.
releaseParsing() - Method in class net.logAnalyzer.handlers.OnDemandLogHandler
Returns to the start of the files set.
remove(Comparable) - Method in class net.logAnalyzer.analysis.MultiValuesAnalysis
Remove the specified key of the analysis.
remove(int) - Method in class net.logAnalyzer.analysis.MultiValuesAnalysis
Remove the key at the specified index of the analysis.
remove(Comparable) - Method in class net.logAnalyzer.analysis.SingleValueAnalysis
Remove the specified key of the analysis.
remove(int) - Method in class net.logAnalyzer.analysis.SingleValueAnalysis
Remove the key at the specified index of the analysis.
removeCellEditorListener(CellEditorListener) - Method in class net.logAnalyzer.utils.gui.treetable.AbstractCellEditor
 
removeKey(Comparable) - Method in class net.logAnalyzer.analysis.LAAnalysis
Remove the specified key of the analysis.
removeKey(int) - Method in class net.logAnalyzer.analysis.LAAnalysis
Remove the key at the specified index of the analysis.
removeLogAnalyzerListener(LogAnalyzerBatchListener) - Method in class net.logAnalyzer.LogAnalyzerBatch
Removes a listener.
removeLogHandlerListener(LALogHandlerListener) - Method in class net.logAnalyzer.handlers.AbstractLogHandler
Removes a listener.
removeLogHandlerListener(LALogHandlerListener) - Method in class net.logAnalyzer.handlers.EmptyLogHandler
 
removeLogHandlerListener(LALogHandlerListener) - Method in class net.logAnalyzer.handlers.FilteredLogHandler
Removes a listener.
removeLogHandlerListener(LALogHandlerListener) - Method in interface net.logAnalyzer.handlers.LALogHandler
Removes a listener.
removePanel(JPanel) - Method in class net.logAnalyzer.utils.gui.quickbar.QuickBar
remove a new JPanel.
removeReportsTreeListener(ReportsTreeListener) - Method in class net.logAnalyzer.gui.reports.ReportsTreePanel
Removes a listener.
removeTreeModelListener(TreeModelListener) - Method in class net.logAnalyzer.utils.gui.treetable.AbstractTreeTableModel
 
render() - Method in class net.logAnalyzer.reports.HTMLReportRenderer
Render the report.
render() - Method in interface net.logAnalyzer.reports.LAReportRenderer
Render the reports.
render() - Method in class net.logAnalyzer.reports.TXTReportRenderer
Renders the reports.
render(char) - Method in class net.logAnalyzer.reports.TXTReportRenderer
Renders the report.
render() - Method in class net.logAnalyzer.reports.XMLReportRenderer
Render the report.
renderAnalysis(Document, LAAnalysis) - Method in class net.logAnalyzer.reports.XMLReportRenderer
Empty method to avoid loops on unsupported analysis.
renderAnalysis(Document, SingleValueAnalysis) - Method in class net.logAnalyzer.reports.XMLReportRenderer
Renders a key values result.
renderAnalysis(Document, MultiValuesAnalysis) - Method in class net.logAnalyzer.reports.XMLReportRenderer
Renders a multi values result.
renderAnalyze(char, LAAnalysis) - Method in class net.logAnalyzer.reports.TXTReportRenderer
Empty method to avoid loops on unsupported analysis.
renderAnalyze(char, SingleValueAnalysis) - Method in class net.logAnalyzer.reports.TXTReportRenderer
Renders a key values result in a file called [analyzername].
renderAnalyze(char, MultiValuesAnalysis) - Method in class net.logAnalyzer.reports.TXTReportRenderer
Renders a multi values result in a file called [analyzername].
reportCurrentTask(String) - Method in interface net.logAnalyzer.LogAnalyzerBatchListener
 
reportCurrentTask(String) - Method in class net.logAnalyzer.gui.splash.SplashWindow
 
reportPercent(int) - Method in interface net.logAnalyzer.LogAnalyzerBatchListener
 
reportPercent(int) - Method in class net.logAnalyzer.gui.splash.SplashWindow
 
resizeAllColumns() - Method in class net.logAnalyzer.utils.gui.ResizableTableHeader
Resizes all columns to fit all their content.
resizeColumn(TableColumn) - Method in class net.logAnalyzer.utils.gui.ResizableTableHeader
Resizes the given column to fit all its content.
root - Variable in class net.logAnalyzer.utils.gui.treetable.AbstractTreeTableModel
 
run() - Method in class net.logAnalyzer.handlers.AbstractLogHandler
Called by running the handler in a thread.
run() - Method in class net.logAnalyzer.handlers.EmptyLogHandler
 
run() - Method in class net.logAnalyzer.handlers.FilteredLogHandler
Delegated method.

S

SECOND - Static variable in class net.logAnalyzer.analysis.LATimePeriod
1 second time period.
SingleValueAnalysis - class net.logAnalyzer.analysis.SingleValueAnalysis.
This analysis result class contains an hashtable of values.
SingleValueAnalysis(LAAnalyzer, String) - Constructor for class net.logAnalyzer.analysis.SingleValueAnalysis
Create a new analysis.
SplashWindow - class net.logAnalyzer.gui.splash.SplashWindow.
The initial Splash Screen shown while logAnalyzer loads.
StartUpOptions - class net.logAnalyzer.config.StartUpOptions.
This class is a simple container for command lines options.
StartUpOptions() - Constructor for class net.logAnalyzer.config.StartUpOptions
Default construtor.
StartWithFilter - class net.logAnalyzer.gui.messages.filters.StartWithFilter.
This class implements a string filter checking if the messageLabel value starts with the specified string.
StartWithFilter(LAConverter, String) - Constructor for class net.logAnalyzer.gui.messages.filters.StartWithFilter
Constructs a new filter.
StringConverter - class net.logAnalyzer.converters.StringConverter.
This class implements a converter used to parse or convert Stringvalues.
StringConverter(ConverterDefinition, String) - Constructor for class net.logAnalyzer.converters.StringConverter
Constructs a new converter from a converter definition.
StringUtils - class net.logAnalyzer.utils.StringUtils.
A simple toolkit to manipulate Strings.
saveMessage(LAMessage, long) - Method in class net.logAnalyzer.handlers.AbstractLogHandler
Saves the messageLabel after parsing.
saveMessage(LAMessage, long) - Method in class net.logAnalyzer.handlers.ForwardOnlyLogHandler
Modification to the inherited behavior.
saveMessage(LAMessage, long) - Method in class net.logAnalyzer.handlers.MemoryLogHandler
Modification to the inherited behavior.
saveMessage(LAMessage, long) - Method in class net.logAnalyzer.handlers.OnDemandLogHandler
Modification to the inherited behavior.
saveToFile(String) - Method in class net.logAnalyzer.reports.HTMLReport
Save the report with the specified filename.
saveToFile(String) - Method in interface net.logAnalyzer.reports.LAReport
Save the report with the specified filename.
saveToFile(String) - Method in class net.logAnalyzer.reports.TXTReport
Save the report with the specified filename.
saveToFile(String) - Method in class net.logAnalyzer.reports.XMLReport
Save the report with the specified filename.
saveWhoIsCache() - Static method in class net.logAnalyzer.utils.WhoIs
Saves WhoIs cache to a file.
seek(long) - Method in class net.logAnalyzer.utils.FilesSetReader
Sets the file-pointer offset, measured from the beginning of this file, at which the next read or write occurs.
setAllColumnWidths(int, int, int) - Method in class net.logAnalyzer.utils.gui.ResizableTableHeader
Sets preferred width, the minimum and maximum width for all columns.
setAnalysis(LAAnalysis) - Method in class net.logAnalyzer.analysis.LAAnalyzer
Sets the result of the analysis.
setAnalyzers(LAAnalyzer[]) - Method in class net.logAnalyzer.handlers.AbstractLogHandler
Adds new analyzers to the log handler.
setAnalyzers(LAAnalyzer[]) - Method in class net.logAnalyzer.handlers.EmptyLogHandler
 
setAnalyzers(LAAnalyzer[]) - Method in class net.logAnalyzer.handlers.FilteredLogHandler
NOP.
setAnalyzers(LAAnalyzer[]) - Method in interface net.logAnalyzer.handlers.LALogHandler
Adds new analyzers to the log handler.
setArgs(String[]) - Method in class net.logAnalyzer.config.StartUpOptions
Extracts options from the command line args array.
setAutoResizingEnabled(boolean) - Method in class net.logAnalyzer.utils.gui.ResizableTableHeader
Sets whether columns are resized on table model events.
setBackground(Color) - Method in class net.logAnalyzer.utils.gui.JScrollDesktopPane
Modification to the inherited behavior.
setBackground(Color) - Method in class net.logAnalyzer.utils.gui.JStatusBar
 
setBounds(int, int, int, int) - Method in class net.logAnalyzer.utils.gui.treetable.JTreeTable.TreeTableCellRenderer
 
setColumnWidths(TableColumn, int, int, int) - Method in class net.logAnalyzer.utils.gui.ResizableTableHeader
Sets preferred width, the minimum and maximum width for a given column.
setCurrentMessage(int, int) - Method in class net.logAnalyzer.gui.InternalFrameViewContainer
Changes the current messages selection.
setCurrentMessage(int, int) - Method in class net.logAnalyzer.gui.LAView
Changes the current messages selection.
setCurrentMessage(int, int, int, int) - Method in class net.logAnalyzer.gui.LAView
Sets current messageLabel.
setCurrentMessage(int, int) - Method in interface net.logAnalyzer.gui.LAViewContainer
Changes the current messages selection.
setCurrentMessage(int, int, int, int) - Method in class net.logAnalyzer.gui.config.XMLConfigurationView
 
setCurrentMessage(int, int, int, int) - Method in class net.logAnalyzer.gui.messages.FilteredMessagesView
Sets current messageLabel.
setCurrentMessage(int, int) - Method in class net.logAnalyzer.gui.messages.MessagesTable
Sets current messageLabel.
setCurrentMessage(int, int, int, int) - Method in class net.logAnalyzer.gui.messages.MessagesView
Sets current messageLabel.
setCurrentMessage(int, int, int, int) - Method in class net.logAnalyzer.gui.reports.ReportsView
Sets current messageLabel.
setFiles(File[]) - Method in class net.logAnalyzer.utils.FilesSetReader
Opens each input file as a new RandomAccessFile with mode "r".
setFilter(LAMessagesFilter) - Method in class net.logAnalyzer.gui.messages.FilteredMessagesView
Sets filter to apply on the log handler.
setFilter(LAMessagesFilter) - Method in class net.logAnalyzer.gui.messages.FiltersManager
Sets a new filter as tree root.
setFilter(LAMessagesFilter) - Method in class net.logAnalyzer.gui.messages.filters.UnaryFilter
Sets the filter.
setFilter(LAMessagesFilter) - Method in class net.logAnalyzer.handlers.FilteredLogHandler
Sets the filter used to accept or not the messages of the underlaying filter.
setFrame(LAFrame) - Method in class net.logAnalyzer.gui.InternalFrameViewContainer
Sets the parent frame.
setFrame(LAFrame) - Method in interface net.logAnalyzer.gui.LAViewContainer
Sets the parent frame.
setFrame(LAFrame) - Method in class net.logAnalyzer.gui.quickbar.actions.QuickViewsPanel
 
setFrame(LAFrame) - Method in class net.logAnalyzer.utils.gui.quickbar.QuickPanel
 
setIncludeHeaderWidth(boolean) - Method in class net.logAnalyzer.utils.gui.ResizableTableHeader
Sets whether the header's width are included on calculation.
setLeft(LAMessagesFilter) - Method in class net.logAnalyzer.gui.messages.filters.OperatorFilter
Sets the left filter.
setLineColor(Color) - Method in class net.logAnalyzer.utils.gui.treetable.TableTreeUI
 
setLogHandler(LALogHandler) - Method in class net.logAnalyzer.gui.messages.MessagesModel
 
setMaxRecords(int) - Method in class net.logAnalyzer.handlers.AbstractLogHandler
Number of records to parse; 0 for no limitation.
setMaxRecords(int) - Method in class net.logAnalyzer.handlers.EmptyLogHandler
 
setMaxRecords(int) - Method in class net.logAnalyzer.handlers.FilteredLogHandler
Delegated method.
setMaxRecords(int) - Method in interface net.logAnalyzer.handlers.LALogHandler
Number of records to parse; 0 for no limitation.
setMessage(String) - Method in class net.logAnalyzer.utils.gui.JStatusBar
Set the messageLabel in the status bar.
setMessageColor(Color) - Method in class net.logAnalyzer.utils.gui.JStatusBar
 
setModel(TableModel) - Method in class net.logAnalyzer.gui.messages.MessagesTable
Sets the data model and renderers for each column according to the attributes CellRendererForConverter(x) where "x" is the converter letter or letter{option}.
setName(String) - Method in class net.logAnalyzer.reports.HTMLReport
Set the name of the report.
setName(String) - Method in interface net.logAnalyzer.reports.LAReport
Set the name of the report.
setName(String) - Method in class net.logAnalyzer.reports.TXTReport
Set the name of the report.
setName(String) - Method in class net.logAnalyzer.reports.XMLReport
Set the name of the report.
setNext(LAConverter) - Method in class net.logAnalyzer.converters.LAConverter
Sets the next converter.
setOption(String) - Method in class net.logAnalyzer.converters.LAConverter
Sets the option string of the converter.
setOptions(StartUpOptions) - Method in class net.logAnalyzer.LogAnalyzerBatch
Sets the start up options.
setProgressBar(String, int) - Method in class net.logAnalyzer.utils.gui.JStatusBar
Set the progressbar messageLabel and value.
setRight(LAMessagesFilter) - Method in class net.logAnalyzer.gui.messages.filters.OperatorFilter
Sets the right filter.
setScrollPane(JScrollPane) - Method in class net.logAnalyzer.gui.messages.MessagesTable
Sets the scroll pane component to scroll the table.
setTable(JTable) - Method in class net.logAnalyzer.utils.gui.ResizableTableHeader
Sets the table associated with this header.
setTreeCellRenderer(TreeCellRenderer) - Method in class net.logAnalyzer.utils.gui.treetable.JTreeTable
 
setUI(TreeUI) - Method in class net.logAnalyzer.utils.gui.treetable.JTreeTable.TreeTableCellRenderer
 
setValueAt(Object, int, int) - Method in class net.logAnalyzer.gui.messages.MessagesModel
NOP.
setValueAt(Object, Object, int) - Method in class net.logAnalyzer.utils.gui.treetable.AbstractTreeTableModel
 
setValueAt(Object, Object, int) - Method in interface net.logAnalyzer.utils.gui.treetable.TreeTableModel
Sets the value for node node, at column number column.
setValueAt(Object, int, int) - Method in class net.logAnalyzer.utils.gui.treetable.TreeTableModelAdapter
 
setView(LAView) - Method in class net.logAnalyzer.gui.InternalFrameViewContainer
Sets the contained view.
setView(LAView) - Method in interface net.logAnalyzer.gui.LAViewContainer
Sets the contained view.
setViewContainer(LAViewContainer) - Method in class net.logAnalyzer.gui.LAView
Sets the view container.
shouldSelectCell(EventObject) - Method in class net.logAnalyzer.utils.gui.treetable.AbstractCellEditor
 
size() - Method in class net.logAnalyzer.analysis.LAAnalysis
Returns the number of values in the analysis.
skipBytes(int) - Method in class net.logAnalyzer.utils.FilesSetReader
Attempts to skip over n bytes of input discarding the skipped bytes.
skipMessage(LAMessage, Exception) - Method in class net.logAnalyzer.analysis.LAAnalyzer
Skips the specified message.
sortASC(int) - Method in class net.logAnalyzer.analysis.MultiValuesAnalysis
Sort results by the specified value form lowest to greatest.
sortASC(String) - Method in class net.logAnalyzer.analysis.MultiValuesAnalysis
Sort results by the specified value form lowest to greatest.
sortByValueASC(int) - Method in class net.logAnalyzer.analysis.LAAnalysis
Sort results by the specified value form lowest to greatest.
sortByValueDESC(int) - Method in class net.logAnalyzer.analysis.LAAnalysis
Sort results by the specified value form greatest to lowest.
sortDESC(int) - Method in class net.logAnalyzer.analysis.MultiValuesAnalysis
Sort results by the specified value form greatest to lowest.
sortDESC(String) - Method in class net.logAnalyzer.analysis.MultiValuesAnalysis
Sort results by the specified value form greatest to lowest.
sortDESC() - Method in class net.logAnalyzer.analysis.SingleValueAnalysis
Sort results form greatest to lowest.
startEditingAtPath(JTree, TreePath) - Method in class net.logAnalyzer.utils.gui.treetable.TableTreeUI
 
startFiltering(LAMessagesFilter) - Method in class net.logAnalyzer.gui.messages.FilteredMessagesView
Sets filter to apply on the log handler and start filtering in a new thread.
startParsing(LALogHandler) - Method in class net.logAnalyzer.LogAnalyzerBatch
Called by a LALogHandler when the parsing process starts.
startParsing(LALogHandler) - Method in class net.logAnalyzer.gui.messages.FilteredMessagesView
Receives a start parsing event.
startParsing(LALogHandler) - Method in class net.logAnalyzer.gui.messages.FiltersManager
 
startParsing(LALogHandler) - Method in class net.logAnalyzer.gui.messages.MessagesModel
Receives a start parsing event.
startParsing(LALogHandler) - Method in interface net.logAnalyzer.handlers.LALogHandlerListener
Receives a start parsing event.
stepParsing(LALogHandler) - Method in class net.logAnalyzer.LogAnalyzerBatch
Called by a LALogHandler when the parsing process reaches a step beyond.
stepParsing(LALogHandler) - Method in class net.logAnalyzer.gui.messages.FilteredMessagesView
Receives a step parsing event.
stepParsing(LALogHandler) - Method in class net.logAnalyzer.gui.messages.FiltersManager
 
stepParsing(LALogHandler) - Method in class net.logAnalyzer.gui.messages.MessagesModel
Receives a step parsing event.
stepParsing(LALogHandler) - Method in interface net.logAnalyzer.handlers.LALogHandlerListener
Receives a step parsing event.
stopCellEditing() - Method in class net.logAnalyzer.utils.gui.treetable.AbstractCellEditor
 
stopEditing(JTree) - Method in class net.logAnalyzer.utils.gui.treetable.TableTreeUI
 
stopFiltering() - Method in class net.logAnalyzer.gui.messages.FilteredMessagesView
Stop the filtering.
stopFiltering() - Method in class net.logAnalyzer.handlers.FilteredLogHandler
Stop the filtering.

T

TEXTNORMAL_COLOR - Static variable in class net.logAnalyzer.utils.gui.GraphicsAttributes
 
TEXTSELECTED_COLOR - Static variable in class net.logAnalyzer.utils.gui.GraphicsAttributes
 
TXTReport - class net.logAnalyzer.reports.TXTReport.
This class is a wrapper used to encapsulate a String in a LAReport object.
TXTReport(String, String) - Constructor for class net.logAnalyzer.reports.TXTReport
Wrap the specified document in a new wrapper instance.
TXTReportRenderer - class net.logAnalyzer.reports.TXTReportRenderer.
Generates TXT reports from analyzers results.
TXTReportRenderer(RendererDefinition, LAAnalyzer[]) - Constructor for class net.logAnalyzer.reports.TXTReportRenderer
Creates a new report for each specified analyzer.
TXTReportTableModel - class net.logAnalyzer.utils.gui.TXTReportTableModel.
 
TXTReportTableModel(String) - Constructor for class net.logAnalyzer.utils.gui.TXTReportTableModel
 
TXTReportTableModel(File) - Constructor for class net.logAnalyzer.utils.gui.TXTReportTableModel
 
TableTreeUI - class net.logAnalyzer.utils.gui.treetable.TableTreeUI.
 
TableTreeUI(TreeUI, Color) - Constructor for class net.logAnalyzer.utils.gui.treetable.TableTreeUI
 
TreeTableModel - interface net.logAnalyzer.utils.gui.treetable.TreeTableModel.
TreeTableModel is the model used by a JTreeTable.
TreeTableModelAdapter - class net.logAnalyzer.utils.gui.treetable.TreeTableModelAdapter.
This is a wrapper class takes a TreeTableModel and implements the table model interface.
TreeTableModelAdapter(TreeTableModel, JTree) - Constructor for class net.logAnalyzer.utils.gui.treetable.TreeTableModelAdapter
 
tableChanged(TableModelEvent) - Method in class net.logAnalyzer.gui.messages.MessagesTable
 
tableChanged(TableModelEvent) - Method in class net.logAnalyzer.utils.gui.ResizableTableHeader
Listen for table model events from tablemodel.
toString(Object) - Method in class net.logAnalyzer.converters.DateConverter
Returns a string representation of the value calling DateFormat.format(java.util.Date).
toString(Object) - Method in class net.logAnalyzer.converters.DoubleConverter
Returns a string representation of the value calling toString().
toString(Object) - Method in class net.logAnalyzer.converters.IntegerConverter
Returns a string representation of the value calling toString().
toString(Object) - Method in class net.logAnalyzer.converters.LAConverter
Returns a string representation of the value calling toString().
toString() - Method in class net.logAnalyzer.converters.LAConverter
Returns the converter label.
toString(Object) - Method in class net.logAnalyzer.converters.StringConverter
Returns a string representation of the value calling toString().
toString() - Method in class net.logAnalyzer.gui.messages.filters.AndFilter
Returns a string representation of the filter.
toString() - Method in class net.logAnalyzer.gui.messages.filters.CompareFilter
Returns a string representation of the filter.
toString() - Method in class net.logAnalyzer.gui.messages.filters.ContainsFilter
Returns a string representation of the filter.
toString() - Method in class net.logAnalyzer.gui.messages.filters.EqualFilter
Returns a string representation of the filter.
toString() - Method in class net.logAnalyzer.gui.messages.filters.GreaterFilter
Returns a string representation of the filter.
toString() - Method in class net.logAnalyzer.gui.messages.filters.LowerFilter
Returns a string representation of the filter.
toString() - Method in class net.logAnalyzer.gui.messages.filters.NotFilter
Returns a string representation of the filter.
toString() - Method in class net.logAnalyzer.gui.messages.filters.OperatorFilter
Returns a string representation of the filter.
toString() - Method in class net.logAnalyzer.gui.messages.filters.OrFilter
Returns a string representation of the filter.
toString() - Method in class net.logAnalyzer.gui.messages.filters.StartWithFilter
Returns a string representation of the filter.
toString() - Method in class net.logAnalyzer.gui.messages.filters.UnaryFilter
Returns a string representation of the filter.
toString() - Method in class net.logAnalyzer.gui.messages.filters.YesFilter
Returns a string representation of the filter.
toString() - Method in class net.logAnalyzer.handlers.LAMessage
Returns the String representation of a messageLabel.
toString() - Method in class net.logAnalyzer.reports.HTMLReport
Serialize the wrapped document to a string.
toString() - Method in interface net.logAnalyzer.reports.LAReport
Return the string representation of the report.
toString() - Method in class net.logAnalyzer.reports.TXTReport
Return the string representation of the report.
toString() - Method in class net.logAnalyzer.reports.XMLReport
Serialize the wrapped document to a string.
toString(Document) - Static method in class net.logAnalyzer.utils.XMLUtils
Returns a string description of an XML document.
toString() - Method in class net.logAnalyzer.utils.gui.quickbar.QuickActionButton
Do nothing.
tree - Variable in class net.logAnalyzer.utils.gui.treetable.JTreeTable
 
truncate(double, int) - Static method in class net.logAnalyzer.utils.MathUtils
Truncates a double with the specified number of decimals.

U

USER_HOMEDIR - Static variable in class net.logAnalyzer.LogAnalyzerLauncher
system property with user home directory
USER_LIBDIR - Static variable in class net.logAnalyzer.LogAnalyzerLauncher
The location of a per-user library directory
UnaryFilter - class net.logAnalyzer.gui.messages.filters.UnaryFilter.
This class implements a filter used to apply a modifier to a single filter.
UnaryFilter(LAMessagesFilter) - Constructor for class net.logAnalyzer.gui.messages.filters.UnaryFilter
Constructs a new filter.
UnknownOrLiteralConverterException - exception net.logAnalyzer.converters.UnknownOrLiteralConverterException.
 
UnknownOrLiteralConverterException() - Constructor for class net.logAnalyzer.converters.UnknownOrLiteralConverterException
 
UnknownOrLiteralConverterException(String) - Constructor for class net.logAnalyzer.converters.UnknownOrLiteralConverterException
 
UnknownOrLiteralConverterException(String, Throwable) - Constructor for class net.logAnalyzer.converters.UnknownOrLiteralConverterException
 
UnknownOrLiteralConverterException(Throwable) - Constructor for class net.logAnalyzer.converters.UnknownOrLiteralConverterException
 
UrlCellRenderer - class net.logAnalyzer.gui.messages.cellrenderers.UrlCellRenderer.
This cell renderer is used for user converter.
UrlCellRenderer(LAConverter, LAConverter[]) - Constructor for class net.logAnalyzer.gui.messages.cellrenderers.UrlCellRenderer
Constructs a new ImageTextCellRenderer with the image #classIcon.
UserCellRenderer - class net.logAnalyzer.gui.messages.cellrenderers.UserCellRenderer.
This cell renderer is used for user converter.
UserCellRenderer(LAConverter, LAConverter[]) - Constructor for class net.logAnalyzer.gui.messages.cellrenderers.UserCellRenderer
Constructs a new ImageTextCellRenderer with the image #classIcon.
uninstallUI(JComponent) - Method in class net.logAnalyzer.utils.gui.treetable.TableTreeUI
 
update(Graphics, JComponent) - Method in class net.logAnalyzer.utils.gui.treetable.TableTreeUI
 

V

ViewDefinition - class net.logAnalyzer.gui.ViewDefinition.
This class contains the definition of a view.
ViewDefinition(String, String, String, Hashtable) - Constructor for class net.logAnalyzer.gui.ViewDefinition
Constructs a new view definition.
valueChanged(TreeSelectionEvent) - Method in class net.logAnalyzer.gui.messages.FiltersManager
Enables or disables filters buttons regarding to the selected node.
valueChanged(ListSelectionEvent) - Method in class net.logAnalyzer.gui.messages.MessagesTable
 
valueForPathChanged(TreePath, Object) - Method in class net.logAnalyzer.utils.gui.treetable.AbstractTreeTableModel
 
viewModified() - Method in class net.logAnalyzer.gui.InternalFrameViewContainer
Called by the contained view when its content is modified.
viewModified() - Method in interface net.logAnalyzer.gui.LAViewContainer
Called by the contained view when its content is modified.
visibleRow - Variable in class net.logAnalyzer.utils.gui.treetable.JTreeTable.TreeTableCellRenderer
 

W

WEEK - Static variable in class net.logAnalyzer.analysis.LATimePeriod
1 week time period.
WHOIS_SERVERS_IP - Static variable in class net.logAnalyzer.utils.WhoIs
WhoIs servers IP.
WHOIS_SERVERS_NAMES - Static variable in class net.logAnalyzer.utils.WhoIs
WhoIs servers names.
WhoIs - class net.logAnalyzer.utils.WhoIs.
This class implements the "Who Is" resolution for IP addresses (IP v4 and IP v6).
WhoIs(String) - Constructor for class net.logAnalyzer.utils.WhoIs
Constructs a new WhoIs resolution for the specified address.
WhoIs(String, String) - Constructor for class net.logAnalyzer.utils.WhoIs
Constructs a new WhoIs resolution for the specified address.
windowActivated(WindowEvent) - Method in class net.logAnalyzer.gui.LAFrame
Modification to the inherited behavior.
windowClosed(WindowEvent) - Method in class net.logAnalyzer.gui.LAFrame
Modification to the inherited behavior.
windowClosing(WindowEvent) - Method in class net.logAnalyzer.gui.LAFrame
Modification to the inherited behavior.
windowDeactivated(WindowEvent) - Method in class net.logAnalyzer.gui.LAFrame
Modification to the inherited behavior.
windowDeiconified(WindowEvent) - Method in class net.logAnalyzer.gui.LAFrame
Modification to the inherited behavior.
windowIconified(WindowEvent) - Method in class net.logAnalyzer.gui.LAFrame
Modification to the inherited behavior.
windowOpened(WindowEvent) - Method in class net.logAnalyzer.gui.LAFrame
Modification to the inherited behavior.

X

XMLConfigurationView - class net.logAnalyzer.gui.config.XMLConfigurationView.
 
XMLConfigurationView(ViewDefinition, Hashtable) - Constructor for class net.logAnalyzer.gui.config.XMLConfigurationView
 
XMLConfigurationView(ViewDefinition, Hashtable, String) - Constructor for class net.logAnalyzer.gui.config.XMLConfigurationView
 
XMLConfigurationView(String) - Constructor for class net.logAnalyzer.gui.config.XMLConfigurationView
 
XMLDocumentModel - class net.logAnalyzer.gui.config.XMLDocumentModel.
FileSystemModel is a TreeTableModel representing a hierarchical file system.
XMLDocumentModel(Document) - Constructor for class net.logAnalyzer.gui.config.XMLDocumentModel
 
XMLReport - class net.logAnalyzer.reports.XMLReport.
This class is a wrapper used to encapsulate a Document in a LAReport object.
XMLReport(String, Document) - Constructor for class net.logAnalyzer.reports.XMLReport
Wrap the specified document in a new wrapper instance.
XMLReportRenderer - class net.logAnalyzer.reports.XMLReportRenderer.
This renderer generates an XML report from analyzers results.
XMLReportRenderer(RendererDefinition, LAAnalyzer[]) - Constructor for class net.logAnalyzer.reports.XMLReportRenderer
Creates a new report for specified analyzers.
XMLTreeCellRenderer - class net.logAnalyzer.gui.config.XMLTreeCellRenderer.
 
XMLTreeCellRenderer() - Constructor for class net.logAnalyzer.gui.config.XMLTreeCellRenderer
 
XMLUtils - class net.logAnalyzer.utils.XMLUtils.
This class provides utilities methods manipulating XML documents.

Y

YEAR - Static variable in class net.logAnalyzer.analysis.LATimePeriod
1 year time period.
YesFilter - class net.logAnalyzer.gui.messages.filters.YesFilter.
This class implements a yes filter (the filtered messageLabel is always accepted}.
YesFilter() - Constructor for class net.logAnalyzer.gui.messages.filters.YesFilter
Constructs a new filter.

Z

ZERO - Static variable in class net.logAnalyzer.gui.config.XMLDocumentModel
 

A B C D E F G H I J L M N O P Q R S T U V W X Y Z

Copyright © 2006 null. All Rights Reserved.