|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AndroidLibrary
Represents an Android Library dependency, its content and its own dependencies
Method Summary | |
---|---|
java.io.File |
getAidlFolder()
Returns the location of the aidl import folder. |
java.io.File |
getAssetsFolder()
Returns the location of the assets folder. |
java.io.File |
getBundle()
Returns the location of the library aar bundle. |
java.io.File |
getFolder()
Returns the location of the unzipped bundle folder. |
java.io.File |
getJarFile()
Returns the location of the jar file to use for packaging. |
java.io.File |
getJniFolder()
Returns the location of the jni libraries folder. |
java.util.List<? extends AndroidLibrary> |
getLibraryDependencies()
Returns the direct dependency of this dependency. |
java.io.File |
getLintJar()
Returns the location of the lint jar. |
java.util.Collection<java.io.File> |
getLocalJars()
Returns the list of local Jar files that are included in the dependency. |
java.io.File |
getManifest()
Returns the location of the manifest. |
java.io.File |
getProguardRules()
Returns the location of the proguard files. |
java.lang.String |
getProject()
Returns an optional project identifier if the library is output by a module. |
java.lang.String |
getProjectVariant()
Returns an optional configuration name if the library is output by a module that publishes more than one variant. |
java.io.File |
getRenderscriptFolder()
Returns the location of the renderscript import folder. |
java.io.File |
getResFolder()
Returns the location of the res folder. |
Methods inherited from interface com.android.builder.model.Library |
---|
getRequestedCoordinates, getResolvedCoordinates |
Method Detail |
---|
@Nullable java.lang.String getProject()
@Nullable java.lang.String getProjectVariant()
@NonNull java.io.File getBundle()
@NonNull java.io.File getFolder()
@NonNull java.util.List<? extends AndroidLibrary> getLibraryDependencies()
@NonNull java.io.File getManifest()
@NonNull java.io.File getJarFile()
@NonNull java.util.Collection<java.io.File> getLocalJars()
@NonNull java.io.File getResFolder()
@NonNull java.io.File getAssetsFolder()
@NonNull java.io.File getJniFolder()
@NonNull java.io.File getAidlFolder()
@NonNull java.io.File getRenderscriptFolder()
@NonNull java.io.File getProguardRules()
@NonNull java.io.File getLintJar()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |