Package com.getkeepsafe.dexcount
Class CountReporter
- java.lang.Object
-
- com.getkeepsafe.dexcount.CountReporter
-
public class CountReporter extends java.lang.Object
An object that can produce formatted output from aPackageTreeinstance.
-
-
Constructor Summary
Constructors Constructor Description CountReporter(PackageTree packageTree, java.lang.String variantName, Styleable styleable, PrintOptions options, java.lang.String inputRepresentation, boolean isInstantRun)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidreport()
-
-
-
Constructor Detail
-
CountReporter
public CountReporter(PackageTree packageTree, java.lang.String variantName, Styleable styleable, PrintOptions options, java.lang.String inputRepresentation, boolean isInstantRun)
-
-
Method Detail
-
report
public void report() throws java.io.IOException
- Throws:
java.io.IOException
-
-