|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.android.manifmerger.ElementsTrimmer
public class ElementsTrimmer
Trims the document from unwanted, repeated elements.
Constructor Summary | |
---|---|
ElementsTrimmer()
|
Method Summary | |
---|---|
static void |
trim(XmlDocument xmlDocument,
com.android.manifmerger.MergingReport.Builder mergingReport)
Trims unwanted, duplicated elements from the merged document. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ElementsTrimmer()
Method Detail |
---|
public static void trim(@NonNull XmlDocument xmlDocument, @NonNull com.android.manifmerger.MergingReport.Builder mergingReport)
Current trimmed elements are :
xmlDocument
- the xml document to trim.mergingReport
- the report to log errors and actions.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |