android.os
Class PatternMatcher

java.lang.Object
  extended by android.os.PatternMatcher
All Implemented Interfaces:
Parcelable
Direct Known Subclasses:
PathPermission

public class PatternMatcher
extends Object
implements Parcelable


Nested Class Summary
 
Nested classes/interfaces inherited from interface android.os.Parcelable
Parcelable.ClassLoaderCreator<T>, Parcelable.Creator<T>
 
Field Summary
static Parcelable.Creator<PatternMatcher> CREATOR
           
static int PATTERN_LITERAL
           
static int PATTERN_PREFIX
           
static int PATTERN_SIMPLE_GLOB
           
 
Fields inherited from interface android.os.Parcelable
CONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE
 
Constructor Summary
PatternMatcher(Parcel src)
           
PatternMatcher(String pattern, int type)
           
 
Method Summary
 int describeContents()
           
 String getPath()
           
 int getType()
           
 boolean match(String str)
           
 String toString()
           
 void writeToParcel(Parcel dest, int flags)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

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
Constructor Detail

PatternMatcher

public PatternMatcher(String pattern,
                      int type)

PatternMatcher

public PatternMatcher(Parcel src)
Method Detail

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.