com.googlecode.androidannotations.helper
Class AndroidManifest

java.lang.Object
  extended by com.googlecode.androidannotations.helper.AndroidManifest

public class AndroidManifest
extends Object


Method Summary
static AndroidManifest createLibraryManifest(String applicationPackage)
           
static AndroidManifest createManifest(String applicationPackage, String applicationClassName, List<String> componentQualifiedNames)
           
 String getApplicationClassName()
           
 String getApplicationPackage()
           
 List<String> getComponentQualifiedNames()
           
 boolean isLibraryProject()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

createManifest

public static AndroidManifest createManifest(String applicationPackage,
                                             String applicationClassName,
                                             List<String> componentQualifiedNames)

createLibraryManifest

public static AndroidManifest createLibraryManifest(String applicationPackage)

getApplicationPackage

public String getApplicationPackage()

getComponentQualifiedNames

public List<String> getComponentQualifiedNames()

getApplicationClassName

public String getApplicationClassName()

isLibraryProject

public boolean isLibraryProject()


Copyright © 2010-2013. All Rights Reserved.