|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.android.ide.common.blame.parser.aapt.AaptOutputParser
public class AaptOutputParser
Parses AAPT output.
| Constructor Summary | |
|---|---|
AaptOutputParser()
|
|
| Method Summary | |
|---|---|
boolean |
parse(java.lang.String line,
OutputLineReader reader,
java.util.List<GradleMessage> messages,
com.android.utils.ILogger logger)
Parses the given output line. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AaptOutputParser()
| Method Detail |
|---|
public boolean parse(@NonNull
java.lang.String line,
@NonNull
OutputLineReader reader,
@NonNull
java.util.List<GradleMessage> messages,
@NonNull
com.android.utils.ILogger logger)
PatternAwareOutputParser
parse in interface PatternAwareOutputParserline - the line to parse.reader - passed in case this parser needs to parse more lines in order to create a
GradleMessage.messages - stores the messages created during parsing, if any.
true if this parser was able to parser the given line, false
otherwise.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||