android.os
Class PatternMatcher
java.lang.Object
android.os.PatternMatcher
- All Implemented Interfaces:
- Parcelable
- Direct Known Subclasses:
- PathPermission
public class PatternMatcher
- extends Object
- implements Parcelable
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(String pattern,
int type)
PatternMatcher
public PatternMatcher(Parcel src)
getPath
public final String getPath()
getType
public final int getType()
match
public boolean match(String str)
toString
public String toString()
- Overrides:
toString
in class 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-2012. All Rights Reserved.