android.content
Class UriMatcher

java.lang.Object
  extended by android.content.UriMatcher

public class UriMatcher
extends Object


Field Summary
static int NO_MATCH
           
 
Constructor Summary
UriMatcher(int code)
           
 
Method Summary
 void addURI(String authority, String path, int code)
           
 int match(Uri uri)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NO_MATCH

public static final int NO_MATCH
See Also:
Constant Field Values
Constructor Detail

UriMatcher

public UriMatcher(int code)
Method Detail

addURI

public void addURI(String authority,
                   String path,
                   int code)

match

public int match(Uri uri)


Copyright © 2008-2012. All Rights Reserved.