Theia API Documentation v1.65.0
Eclipse Theia Website
GitHub
Preparing search index...
@theia/task
node/task-problem-collector
ProblemCollector
Class ProblemCollector
Index
Constructors
constructor
Properties
problem
Matchers
Methods
is
Task
Active
On
Start
match
Begin
Matcher
match
End
Matcher
process
Line
Constructors
constructor
new
ProblemCollector
(
problemMatchers
:
ProblemMatcher
[]
)
:
ProblemCollector
Parameters
problemMatchers
:
ProblemMatcher
[]
Returns
ProblemCollector
Properties
problem
Matchers
problemMatchers
:
ProblemMatcher
[]
Methods
is
Task
Active
On
Start
isTaskActiveOnStart
()
:
boolean
Returns
boolean
match
Begin
Matcher
matchBeginMatcher
(
line
:
string
)
:
boolean
Parameters
line
:
string
Returns
boolean
match
End
Matcher
matchEndMatcher
(
line
:
string
)
:
boolean
Parameters
line
:
string
Returns
boolean
process
Line
processLine
(
line
:
string
)
:
ProblemMatch
[]
Parameters
line
:
string
Returns
ProblemMatch
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
problem
Matchers
Methods
is
Task
Active
On
Start
match
Begin
Matcher
match
End
Matcher
process
Line
Eclipse Theia Website
GitHub
Theia API Documentation v1.65.0
Loading...