org.androidannotations.helper
Class ServiceIntentBuilder

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

public class ServiceIntentBuilder
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
ServiceIntentBuilder(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

ServiceIntentBuilder

public ServiceIntentBuilder(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.