com.android.dx.command.grep
Class Grep

java.lang.Object
  extended by com.android.dx.command.grep.Grep

public final class Grep
extends Object


Constructor Summary
Grep(com.android.dex.Dex dex, Pattern pattern, PrintWriter out)
           
 
Method Summary
 int grep()
          Prints usages to out.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Grep

public Grep(com.android.dex.Dex dex,
            Pattern pattern,
            PrintWriter out)
Method Detail

grep

public int grep()
Prints usages to out. Returns the number of matches found.



Copyright © 2015. All rights reserved.