Package com.getkeepsafe.dexcount.source
Class SourceFiles
- java.lang.Object
-
- com.getkeepsafe.dexcount.source.SourceFiles
-
public class SourceFiles extends java.lang.Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.util.List<SourceFile>extractDexData(java.io.File file)static SourceFileextractJarFromAar(java.io.File aar)static SourceFileextractJarFromJar(java.io.File jar)
-
-
-
Method Detail
-
extractDexData
public static java.util.List<SourceFile> extractDexData(java.io.File file) throws java.io.IOException
- Throws:
java.io.IOException
-
extractJarFromAar
public static SourceFile extractJarFromAar(java.io.File aar) throws java.io.IOException
- Throws:
java.io.IOException
-
extractJarFromJar
public static SourceFile extractJarFromJar(java.io.File jar) throws java.io.IOException
- Throws:
java.io.IOException
-
-