View Java Class Source Code in JAR file
- Download JD-GUI to open JAR file and explore Java source code file (.class .java)
- Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window matrix-gradle-plugin-2.1.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.tencent.matrix.trace
├─ com.tencent.matrix.trace.Configuration.class - [JAR]
├─ com.tencent.matrix.trace.MethodCollector.class - [JAR]
├─ com.tencent.matrix.trace.MethodTracer.class - [JAR]
├─ com.tencent.matrix.trace.TraceBuildConstants.class - [JAR]
├─ com.tencent.matrix.trace.TraceClassLoader.class - [JAR]
├─ com.tencent.matrix.trace.TraceClassWriter.class - [JAR]
com.tencent.matrix.plugin.transform
├─ com.tencent.matrix.plugin.transform.MatrixTraceLegacyTransform.class - [JAR]
├─ com.tencent.matrix.plugin.transform.MatrixTraceTransform.class - [JAR]
com.tencent.matrix.trace.item
├─ com.tencent.matrix.trace.item.TraceMethod.class - [JAR]
com.tencent.matrix.trace.retrace
├─ com.tencent.matrix.trace.retrace.MappingCollector.class - [JAR]
├─ com.tencent.matrix.trace.retrace.MappingProcessor.class - [JAR]
├─ com.tencent.matrix.trace.retrace.MappingReader.class - [JAR]
├─ com.tencent.matrix.trace.retrace.MethodInfo.class - [JAR]
com.tencent.matrix.resguard
├─ com.tencent.matrix.resguard.ResguardMapping.class - [JAR]
com.tencent.matrix.plugin.compat
├─ com.tencent.matrix.plugin.compat.AGPVersion.class - [JAR]
├─ com.tencent.matrix.plugin.compat.AgpCompat.class - [JAR]
├─ com.tencent.matrix.plugin.compat.CreationConfig.class - [JAR]
├─ com.tencent.matrix.plugin.compat.MatrixTraceCompat.class - [JAR]
├─ com.tencent.matrix.plugin.compat.VersionsCompat.class - [JAR]
com.tencent.matrix.shrinker
├─ com.tencent.matrix.shrinker.ApkUtil.class - [JAR]
├─ com.tencent.matrix.shrinker.ProguardStringBuilder.class - [JAR]
├─ com.tencent.matrix.shrinker.RemoveUnusedResourceHelper.class - [JAR]
com.tencent.matrix.plugin.trace
├─ com.tencent.matrix.plugin.trace.MatrixTrace.class - [JAR]
├─ com.tencent.matrix.plugin.trace.MatrixTraceInjection.class - [JAR]
com.tencent.matrix.plugin.task
├─ com.tencent.matrix.plugin.task.BaseCreationAction.class - [JAR]
├─ com.tencent.matrix.plugin.task.ICreationAction.class - [JAR]
├─ com.tencent.matrix.plugin.task.MatrixTasksManager.class - [JAR]
├─ com.tencent.matrix.plugin.task.MatrixTraceTask.class - [JAR]
├─ com.tencent.matrix.plugin.task.RemoveUnusedResourcesTask.class - [JAR]
├─ com.tencent.matrix.plugin.task.RemoveUnusedResourcesTaskV2.class - [JAR]
com.tencent.matrix.trace.extension
├─ com.tencent.matrix.trace.extension.ITraceSwitchListener.class - [JAR]
├─ com.tencent.matrix.trace.extension.MatrixTraceExtension.class - [JAR]
com.tencent.matrix.plugin.extension
├─ com.tencent.matrix.plugin.extension.MatrixExtension.class - [JAR]
├─ com.tencent.matrix.plugin.extension.MatrixRemoveUnusedResExtension.class - [JAR]
com.tencent.matrix.plugin
├─ com.tencent.matrix.plugin.MatrixPlugin.class - [JAR]