com.testfairy.apk
Class ApkArchiveFileLister

java.lang.Object
  extended by com.testfairy.apk.ApkArchiveVisitor
      extended by com.testfairy.apk.ApkArchiveFileLister

public class ApkArchiveFileLister
extends ApkArchiveVisitor


Constructor Summary
ApkArchiveFileLister()
           
 
Method Summary
 List<String> getFilenames()
           
 void visitEntry(ApkArchiveEntry entry)
           
 
Methods inherited from class com.testfairy.apk.ApkArchiveVisitor
visit, visitEnd
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ApkArchiveFileLister

public ApkArchiveFileLister()
Method Detail

visitEntry

public void visitEntry(ApkArchiveEntry entry)
                throws IOException
Overrides:
visitEntry in class ApkArchiveVisitor
Throws:
IOException

getFilenames

public List<String> getFilenames()


Copyright © 2004-2016. All Rights Reserved.