FileDocCategorySizeDatePackage
PatternMatcher.javaAPI DocAndroid 5.1 API1013Sat Mar 14 14:09:40 GMT 2015android.os

PatternMatcher

public class PatternMatcher extends Object implements android.os.Parcelable

Fields Summary
public static final android.os.Parcelable.Creator
CREATOR
public static final int
PATTERN_LITERAL
public static final int
PATTERN_PREFIX
public static final int
PATTERN_SIMPLE_GLOB
Constructors Summary
public PatternMatcher(String pattern, int type)

 throw new RuntimeException("Stub!"); 
public PatternMatcher(android.os.Parcel src)

 throw new RuntimeException("Stub!"); 
Methods Summary
public intdescribeContents()

 throw new RuntimeException("Stub!"); 
public final java.lang.StringgetPath()

 throw new RuntimeException("Stub!"); 
public final intgetType()

 throw new RuntimeException("Stub!"); 
public booleanmatch(java.lang.String str)

 throw new RuntimeException("Stub!"); 
public java.lang.StringtoString()

 throw new RuntimeException("Stub!"); 
public voidwriteToParcel(android.os.Parcel dest, int flags)

 throw new RuntimeException("Stub!");