com.googlecode.androidannotations.rclass
Class ProjectRClassFinder

java.lang.Object
  extended by com.googlecode.androidannotations.helper.AnnotationHelper
      extended by com.googlecode.androidannotations.rclass.ProjectRClassFinder

public class ProjectRClassFinder
extends AnnotationHelper


Field Summary
 
Fields inherited from class com.googlecode.androidannotations.helper.AnnotationHelper
processingEnv
 
Constructor Summary
ProjectRClassFinder(javax.annotation.processing.ProcessingEnvironment processingEnv)
           
 
Method Summary
 IRClass find(AndroidManifest manifest)
           
 
Methods inherited from class com.googlecode.androidannotations.helper.AnnotationHelper
findAnnotationMirror, getElementUtils, getTypeUtils, isAbstract, isAnnotation, isFinal, isInterface, isPrivate, isSubtype, isSubtype, isSynchronized, printAnnotationError, printAnnotationMessage, printAnnotationWarning, printError, typeElementFromQualifiedName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProjectRClassFinder

public ProjectRClassFinder(javax.annotation.processing.ProcessingEnvironment processingEnv)
Method Detail

find

public IRClass find(AndroidManifest manifest)


Copyright © 2010-2012. All Rights Reserved.