Package org.javasimon.utils

Java Simon supporting utilities and tools.

See:
          Description

Class Summary
BenchmarkUtils Utility class for benchmark execution.
BenchmarkUtils.Task Helper object that requires implementing the BenchmarkUtils.Task.perform() method with benchmarked block of code.
GoogleChartImageGenerator Produces URLs for Google Chart Image API - column type.
GoogleInteractiveChartGenerator Generates HTML page that generates JavaScript interactive graph based on Google Charts.
LoggingCallback LoggingCallback logs events via JDK logging API.
Replacer Replacer stores from regex as pattern and its Replacer.process(java.lang.String) method than returns string with all from replaced with to.
SampleHtmlGenerator Generates HTML table for the provided Samples.
SimonUtils SimonUtils provides static utility methods.
SLF4JLoggingCallback LoggingCallback logs events via SLF4J logging.
SystemDebugCallback SystemDebugCallback just prints operations on the standard output, warning is sent to error output.
 

Enum Summary
Replacer.Modificator Flags for modifying the default replacer behavior.
 

Package org.javasimon.utils Description

Java Simon supporting utilities and tools. Main utility class is SimonUtils, the rest is used either internally (Replacer) or they are supporting tools for various tasks (BenchmarkUtils to support (micro)benchmarking or GoogleChartImageGenerator to draw charts on the web).



Copyright © 2013. All Rights Reserved.