public final class OutputUtils extends Object
Modifier and Type | Field and Description |
---|---|
static Pattern |
linePattern |
Modifier and Type | Method and Description |
---|---|
static OutputListener |
matchStackTraceLine(String line,
ClassPath classPath)
|
static OutputListener |
matchStackTraceLine(String line,
FileObject fileObject) |
static OutputListener |
matchStackTraceLine(String line,
Project project) |
public static final Pattern linePattern
@Deprecated public static OutputListener matchStackTraceLine(String line, ClassPath classPath)
OutputUtils.matchStackTraceLine(java.lang.String, org.openide.filesystems.FileObject)
or OutputUtils.matchStackTraceLine(java.lang.String, org.netbeans.api.project.Project)
instead.line
- classPath
- public static OutputListener matchStackTraceLine(String line, Project project)
line
- project
- public static OutputListener matchStackTraceLine(String line, FileObject fileObject)
line
- fileObject
-