android.os
Class PatternMatcher
java.lang.Object
android.os.PatternMatcher
- All Implemented Interfaces:
- Parcelable
- Direct Known Subclasses:
- PathPermission
public class PatternMatcher
- extends java.lang.Object
- implements Parcelable
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
PATTERN_LITERAL
public static final int PATTERN_LITERAL
- See Also:
- Constant Field Values
PATTERN_PREFIX
public static final int PATTERN_PREFIX
- See Also:
- Constant Field Values
PATTERN_SIMPLE_GLOB
public static final int PATTERN_SIMPLE_GLOB
- See Also:
- Constant Field Values
CREATOR
public static final Parcelable.Creator<PatternMatcher> CREATOR
PatternMatcher
public PatternMatcher(java.lang.String pattern,
int type)
PatternMatcher
public PatternMatcher(Parcel src)
getPath
public final java.lang.String getPath()
getType
public final int getType()
match
public boolean match(java.lang.String str)
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
describeContents
public int describeContents()
- Specified by:
describeContents in interface Parcelable
writeToParcel
public void writeToParcel(Parcel dest,
int flags)
- Specified by:
writeToParcel in interface Parcelable
Copyright © 2008-2010. All Rights Reserved.