Package org.robolectric.manifest
Class IntentFilterData
java.lang.Object
org.robolectric.manifest.IntentFilterData
- 
Nested Class Summary
Nested Classes - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidaddAuthority(String host, String port) voidaddMimeType(String mimeType) voidvoidaddPathPattern(String pathPattern) voidaddPathPrefix(String pathPrefix) voidgetPaths() 
- 
Constructor Details
- 
IntentFilterData
 
 - 
 - 
Method Details
- 
getActions
 - 
getCategories
 - 
getSchemes
 - 
getMimeTypes
 - 
getAuthorities
 - 
getPaths
 - 
getPathPatterns
 - 
getPathPrefixes
 - 
addScheme
 - 
addMimeType
 - 
addPath
 - 
addPathPattern
 - 
addPathPrefix
 - 
addAuthority
 
 -