|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.android.manifmerger.MergerLog
public abstract class MergerLog
Helper to create IMergerLog
instances with specific purposes.
Constructor Summary | |
---|---|
MergerLog()
|
Method Summary | |
---|---|
static IMergerLog |
mergerLogOverrideLocation(IMergerLog parentLog,
java.lang.String filePath1,
java.lang.String... filePath2)
|
static IMergerLog |
wrapSdkLog(com.android.utils.ILogger sdkLog)
Create a new instance of a MergerLog that prints to an ILogger . |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MergerLog()
Method Detail |
---|
public static IMergerLog wrapSdkLog(@NonNull com.android.utils.ILogger sdkLog)
MergerLog
that prints to an ILogger
.
sdkLog
- A non-null ILogger
.
public static IMergerLog mergerLogOverrideLocation(@NonNull IMergerLog parentLog, @Nullable java.lang.String filePath1, @Nullable java.lang.String... filePath2)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |