public class ActivityIntentBuilder extends IntentBuilder
androidManifest, builderClass, codeModelHelper, contextClass, contextField, elementUtils, holder, intentClass, intentField, putExtraMethods, typeUtils
Constructor and Description |
---|
ActivityIntentBuilder(HasIntentBuilder holder,
AndroidManifest androidManifest) |
Modifier and Type | Method and Description |
---|---|
void |
build() |
protected com.sun.codemodel.JClass |
getSuperClass() |
protected boolean |
hasActivityCompatInClasspath() |
protected boolean |
hasActivityOptionsInActivityCompat() |
protected boolean |
hasActivityOptionsInFragment() |
protected boolean |
hasFragmentInClasspath() |
protected boolean |
hasFragmentSupportInClasspath() |
protected boolean |
shouldGuardActivityOptions() |
getPutExtraMethod, getSuperPutExtraInvocation
public ActivityIntentBuilder(HasIntentBuilder holder, AndroidManifest androidManifest)
public void build() throws com.sun.codemodel.JClassAlreadyExistsException
build
in class IntentBuilder
com.sun.codemodel.JClassAlreadyExistsException
protected com.sun.codemodel.JClass getSuperClass()
getSuperClass
in class IntentBuilder
protected boolean hasFragmentInClasspath()
protected boolean hasFragmentSupportInClasspath()
protected boolean hasActivityCompatInClasspath()
protected boolean hasActivityOptionsInFragment()
protected boolean hasActivityOptionsInActivityCompat()
protected boolean shouldGuardActivityOptions()
Copyright © 2010-2015. All Rights Reserved.