|
||||||||
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.lang.String |
getJavaCompileTaskName()
Deprecated. use getCompileTaskName()
STOPSHIP remove before 1.0 |
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 @Deprecated java.lang.String getJavaCompileTaskName()
getCompileTaskName()
STOPSHIP remove before 1.0
@NonNull java.lang.String getCompileTaskName()
@NonNull java.lang.String getAssembleTaskName()
@NonNull java.io.File getClassesFolder()
@NonNull Dependencies getDependencies()
@Nullable SourceProvider getVariantSourceProvider()
@Nullable SourceProvider getMultiFlavorSourceProvider()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |