android.content
Class UriMatcher
java.lang.Object
android.content.UriMatcher
public class UriMatcher
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NO_MATCH
public static final int NO_MATCH
- See Also:
- Constant Field Values
UriMatcher
public UriMatcher(int code)
addURI
public void addURI(String authority,
String path,
int code)
match
public int match(Uri uri)
Copyright © 2008-2012. All Rights Reserved.