com.googlecode.androidannotations.helper
Class AndroidManifest
java.lang.Object
com.googlecode.androidannotations.helper.AndroidManifest
public class AndroidManifest
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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.