Package com.android.builder.model
Interface SourceProviderContainer
public interface SourceProviderContainer
An association of an
ArtifactMetaData's name and a SourceProvider.-
Method Summary
Modifier and TypeMethodDescriptionReturns the name matchingArtifactMetaData.getName()Returns the source provider
-
Method Details
-
getArtifactName
Returns the name matchingArtifactMetaData.getName() -
getSourceProvider
Returns the source provider
-