com.android.builder.model
Interface SourceProviderContainer


public interface SourceProviderContainer

An association of an ArtifactMetaData's name and a SourceProvider.


Method Summary
 java.lang.String getArtifactName()
          Returns the name matching ArtifactMetaData.getName()
 SourceProvider getSourceProvider()
          Returns the source provider
 

Method Detail

getArtifactName

@NonNull
java.lang.String getArtifactName()
Returns the name matching ArtifactMetaData.getName()


getSourceProvider

@NonNull
SourceProvider getSourceProvider()
Returns the source provider