org.androidtransfuse.analysis
Class IntentFilterFactory
java.lang.Object
org.androidtransfuse.analysis.IntentFilterFactory
public class IntentFilterFactory
- extends Object
Factory to build the IntentFilter metadata from an annotated class.
- Author:
- John Ericksen
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IntentFilterFactory
@Inject
public IntentFilterFactory(javax.inject.Provider<IntentFilter> intentFilterProvider,
javax.inject.Provider<Action> actionProvider,
javax.inject.Provider<Category> categoryProvider)
buildIntentFilters
public List<IntentFilter> buildIntentFilters(ASTType astType)
Copyright © 2012. All Rights Reserved.