Interface HasProvidedDeps
-
- All Known Subinterfaces:
AndroidKotlinCoreArg
,AndroidLibraryDescription.CoreArg
,GroovyLibraryDescription.CoreArg
,HasProvidedDepsQuery
,JavaLibraryDescription.CoreArg
,JavaTestDescription.CoreArg
,KotlinLibraryDescription.CoreArg
,ScalaLibraryDescription.CoreArg
- All Known Implementing Classes:
AndroidAarDescriptionArg
,AndroidLibraryDescriptionArg
,GroovyLibraryDescriptionArg
,GroovyTestDescriptionArg
,JavaLibraryDescriptionArg
,JavaTestDescriptionArg
,JavaTestRunnerDescriptionArg
,KotlinLibraryDescriptionArg
,KotlinTestDescriptionArg
,RobolectricTestDescriptionArg
,ScalaLibraryDescriptionArg
,ScalaTestDescriptionArg
public interface HasProvidedDeps
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.google.common.collect.ImmutableSortedSet<BuildTarget>
getExportedProvidedDeps()
com.google.common.collect.ImmutableSortedSet<BuildTarget>
getProvidedDeps()
-
-
-
Method Detail
-
getProvidedDeps
@NaturalOrder com.google.common.collect.ImmutableSortedSet<BuildTarget> getProvidedDeps()
-
getExportedProvidedDeps
@NaturalOrder com.google.common.collect.ImmutableSortedSet<BuildTarget> getExportedProvidedDeps()
-
-