|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.cdt.make.internal.core.scannerconfig.gnu.AbstractGCCBOPConsoleParser
public abstract class AbstractGCCBOPConsoleParser
Common stuff for all GNU build output parsers
Constructor Summary | |
---|---|
AbstractGCCBOPConsoleParser()
|
Method Summary | |
---|---|
java.lang.String[] |
getCompilerCommands()
Returns array of additional compiler commands to look for |
boolean |
processLine(java.lang.String line)
Parse one line of output. |
void |
shutdown()
Finalization of a console parser when the stream is closed. |
void |
startup(org.eclipse.core.resources.IProject project,
IScannerInfoCollector collector)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.eclipse.cdt.make.core.scannerconfig.IScannerInfoConsoleParser |
---|
startup |
Constructor Detail |
---|
public AbstractGCCBOPConsoleParser()
Method Detail |
---|
public void startup(org.eclipse.core.resources.IProject project, IScannerInfoCollector collector)
public java.lang.String[] getCompilerCommands()
public boolean processLine(java.lang.String line)
IConsoleParser
processLine
in interface IConsoleParser
false - try other console parsers
public void shutdown()
IConsoleParser
shutdown
in interface IConsoleParser
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |