public interface BaseArtifact
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<java.io.File> |
getAdditionalClassesFolders()
Folders with additional classes registered by third-party plugins like Kotlin.
|
java.lang.String |
getAssembleTaskName()
Returns the name of the task used to generate the artifact output(s).
|
java.io.File |
getClassesFolder()
Returns the folder containing the class files.
|
Dependencies |
getCompileDependencies()
Deprecated.
|
java.lang.String |
getCompileTaskName() |
Dependencies |
getDependencies()
Return the level 0-1 type dependencies
|
DependencyGraphs |
getDependencyGraphs()
Returns the resolved dependencies for this artifact.
|
java.util.Collection<java.io.File> |
getGeneratedSourceFolders()
Returns all the source folders that are generated.
|
java.util.Set<java.lang.String> |
getIdeSetupTaskNames()
Returns names of tasks that need to be run when setting up the IDE project.
|
java.io.File |
getJavaResourcesFolder()
Returns the folder containing resource files that classes form this artifact expect to find
on the classpath.
|
SourceProvider |
getMultiFlavorSourceProvider()
A SourceProvider specific to the flavor combination.
|
java.lang.String |
getName()
Name of the artifact.
|
SourceProvider |
getVariantSourceProvider()
A SourceProvider specific to the variant.
|
@NonNull java.lang.String getName()
ArtifactMetaData.getName().@NonNull java.lang.String getCompileTaskName()
@NonNull java.lang.String getAssembleTaskName()
@NonNull java.io.File getClassesFolder()
java.util.Set<java.io.File> getAdditionalClassesFolders()
@NonNull java.io.File getJavaResourcesFolder()
@NonNull Dependencies getDependencies()
@Deprecated @NonNull Dependencies getCompileDependencies()
getDependencies()@NonNull DependencyGraphs getDependencyGraphs()
@Nullable SourceProvider getVariantSourceProvider()
@Nullable SourceProvider getMultiFlavorSourceProvider()
@NonNull java.util.Set<java.lang.String> getIdeSetupTaskNames()
@NonNull java.util.Collection<java.io.File> getGeneratedSourceFolders()