public class PatternMatcher extends Object implements Parcelable
Parcelable.ClassLoaderCreator<T>, Parcelable.Creator<T>| Modifier and Type | Field and Description |
|---|---|
static Parcelable.Creator<PatternMatcher> |
CREATOR |
static int |
PATTERN_LITERAL |
static int |
PATTERN_PREFIX |
static int |
PATTERN_SIMPLE_GLOB |
CONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE| Constructor and Description |
|---|
PatternMatcher(Parcel src) |
PatternMatcher(String pattern,
int type) |
| Modifier and Type | Method and Description |
|---|---|
int |
describeContents() |
String |
getPath() |
int |
getType() |
boolean |
match(String str) |
String |
toString() |
void |
writeToParcel(Parcel dest,
int flags) |
public static final int PATTERN_LITERAL
public static final int PATTERN_PREFIX
public static final int PATTERN_SIMPLE_GLOB
public static final Parcelable.Creator<PatternMatcher> CREATOR
public PatternMatcher(String pattern, int type)
public PatternMatcher(Parcel src)
public final String getPath()
public final int getType()
public boolean match(String str)
public int describeContents()
describeContents in interface Parcelablepublic void writeToParcel(Parcel dest, int flags)
writeToParcel in interface ParcelableCopyright © 2008-2013. All Rights Reserved.