org.androidtransfuse.processor
Class TransfuseProcessor

Package class diagram package TransfuseProcessor
java.lang.Object
  extended by org.androidtransfuse.processor.TransfuseProcessor

@Singleton
public class TransfuseProcessor
extends Object

Author:
John Ericksen

Constructor Summary
TransfuseProcessor(ModuleProcessor moduleProcessor, javax.inject.Provider<ApplicationGenerator> applicationProcessorProvider)
           
 
Method Summary
 ApplicationGenerator getApplicationProcessor()
           
 void processModule(Collection<? extends ASTType> astTypes)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TransfuseProcessor

@Inject
public TransfuseProcessor(ModuleProcessor moduleProcessor,
                                 javax.inject.Provider<ApplicationGenerator> applicationProcessorProvider)
Method Detail

processModule

public void processModule(Collection<? extends ASTType> astTypes)

getApplicationProcessor

public ApplicationGenerator getApplicationProcessor()


Copyright © 2012. All Rights Reserved.