com.android.builder.dependency
Interface ManifestDependency

All Superinterfaces:
ManifestProvider
All Known Subinterfaces:
LibraryDependency
All Known Implementing Classes:
LibraryBundle

public interface ManifestDependency
extends ManifestProvider

Represents the manifest of a dependency as well as the dependencies


Method Summary
 java.util.List<? extends ManifestDependency> getManifestDependencies()
          Returns the direct dependency of this dependency.
 
Methods inherited from interface com.android.builder.dependency.ManifestProvider
getManifest
 

Method Detail

getManifestDependencies

@NonNull
java.util.List<? extends ManifestDependency> getManifestDependencies()
Returns the direct dependency of this dependency.