org.androidannotations.helper
Class ActivityIntentBuilder

java.lang.Object
  extended by org.androidannotations.helper.IntentBuilder
      extended by org.androidannotations.helper.ActivityIntentBuilder

public class ActivityIntentBuilder
extends IntentBuilder


Field Summary
 
Fields inherited from class org.androidannotations.helper.IntentBuilder
androidManifest, codeModelHelper, contextClass, contextField, elementUtils, fragmentField, fragmentSupportField, holder, intentClass, putExtraMethods, typeUtils
 
Constructor Summary
ActivityIntentBuilder(HasIntentBuilder holder, AndroidManifest androidManifest)
           
 
Method Summary
 void build()
           
 
Methods inherited from class org.androidannotations.helper.IntentBuilder
getPutExtraMethod
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActivityIntentBuilder

public ActivityIntentBuilder(HasIntentBuilder holder,
                             AndroidManifest androidManifest)
Method Detail

build

public void build()
           throws com.sun.codemodel.JClassAlreadyExistsException
Overrides:
build in class IntentBuilder
Throws:
com.sun.codemodel.JClassAlreadyExistsException


Copyright © 2010-2014. All Rights Reserved.