public class FramePattern extends Object
| Constructor and Description |
|---|
FramePattern(String regularExpression,
boolean verbose)
Creates a new FramePattern.
|
| Modifier and Type | Method and Description |
|---|---|
String |
format(String line,
FrameInfo frameInfo)
Formats the given frame information based on the given template line.
|
FrameInfo |
parse(String line)
Parses all frame information from a given line.
|
public FramePattern(String regularExpression, boolean verbose)
public FrameInfo parse(String line)
line - a line that represents a stack frame.public String format(String line, FrameInfo frameInfo)
parse(String), but optionally with
different frame information.line - a template line that represents a stack frame.frameInfo - information about a stack frame.Copyright © 2016. All rights reserved.