|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface BaseArtifact
The base information for all generated artifacts
| Method Summary | |
|---|---|
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. |
java.lang.String |
getCompileTaskName()
|
Dependencies |
getDependencies()
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. |
| Method Detail |
|---|
@NonNull java.lang.String getName()
ArtifactMetaData.getName().
@NonNull java.lang.String getCompileTaskName()
@NonNull java.lang.String getAssembleTaskName()
@NonNull java.io.File getClassesFolder()
@NonNull java.io.File getJavaResourcesFolder()
@NonNull Dependencies getDependencies()
@Nullable SourceProvider getVariantSourceProvider()
@Nullable SourceProvider getMultiFlavorSourceProvider()
@NonNull java.util.Set<java.lang.String> getIdeSetupTaskNames()
@NonNull java.util.Collection<java.io.File> getGeneratedSourceFolders()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||