com.android.manifmerger
Class MergingReport.Record

java.lang.Object
  extended by com.android.manifmerger.MergingReport.Record
Enclosing class:
MergingReport

public static class MergingReport.Record
extends java.lang.Object

Log record. This is used to give users some information about what is happening and what might have gone wrong. TODO: need to enhance to add SourceLocation, and make this more machine readable.


Nested Class Summary
static class MergingReport.Record.Severity
           
 
Method Summary
 java.lang.String getMessage()
           
 MergingReport.Record.Severity getSeverity()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getSeverity

public MergingReport.Record.Severity getSeverity()

getMessage

public java.lang.String getMessage()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object