| Package | Description |
|---|---|
| org.javasimon |
Core package, contains
Simon implementations, with
the SimonManager as the center point of the API. |
| org.javasimon.callback |
| Modifier and Type | Method and Description |
|---|---|
static SimonPattern |
SimonPattern.create(String pattern)
Factory method that creates Simon name pattern - or returns
null if parameter is null. |
static SimonPattern |
SimonPattern.createForCounter(String pattern)
Factory method that creates Counter name pattern - or returns a pattern
that accepts all Counters if parameter is
null. |
static SimonPattern |
SimonPattern.createForStopwatch(String pattern)
Factory method that creates Stopwatch name pattern - or returns a pattern
that accepts all Stopwatches if parameter is
null. |
| Modifier and Type | Method and Description |
|---|---|
SimonPattern |
FilterRule.getPattern()
Returns the Simon pattern of this rule.
|
| Constructor and Description |
|---|
FilterRule(FilterRule.Type type,
String condition,
SimonPattern pattern)
Creates the rule with a specified type, condition and pattern.
|
Copyright © 2019. All rights reserved.