Package org.gradle.api.plugins
Interface BasePluginExtension
public interface BasePluginExtension
An extension used for 
BasePlugin.
 
 Replaces BasePluginConvention.
- Since:
- 7.1
- 
Method SummaryModifier and TypeMethodDescriptionDeprecated.The base name to use for archive files.Returns the directory to generate TAR and ZIP archives into.Deprecated.UsegetDistsDirectory().Returns the directory to generate JAR and WAR archives into.Deprecated.UsegetLibsDirectory().voidsetArchivesBaseName(String archivesBaseName) Deprecated.UsegetArchivesName().voidsetDistsDirName(String distsDirName) Deprecated.UsegetDistsDirectory().voidsetLibsDirName(String libsDirName) Deprecated.UsegetLibsDirectory().
- 
Method Details- 
getDistsDirectoryDirectoryProperty getDistsDirectory()Returns the directory to generate TAR and ZIP archives into.- Returns:
- The directory. Never returns null.
 
- 
getLibsDirectoryDirectoryProperty getLibsDirectory()Returns the directory to generate JAR and WAR archives into.- Returns:
- The directory. Never returns null.
 
- 
getArchivesNameThe base name to use for archive files.
- 
getDistsDirNameDeprecated.UsegetDistsDirectory(). This method is scheduled for removal in Gradle 9.0.This method is only here to maintain compatibility with existing builds.
- 
setDistsDirNameDeprecated.UsegetDistsDirectory(). This method is scheduled for removal in Gradle 9.0.This method is only here to maintain compatibility with existing builds.
- 
getLibsDirNameDeprecated.UsegetLibsDirectory(). This method is scheduled for removal in Gradle 9.0.This method is only here to maintain compatibility with existing builds.
- 
setLibsDirNameDeprecated.UsegetLibsDirectory(). This method is scheduled for removal in Gradle 9.0.This method is only here to maintain compatibility with existing builds.
- 
getArchivesBaseNameDeprecated.UsegetArchivesName(). This method is scheduled for removal in Gradle 9.0.This method is only here to maintain compatibility with existing builds.
- 
setArchivesBaseNameDeprecated.UsegetArchivesName(). This method is scheduled for removal in Gradle 9.0.This method is only here to maintain compatibility with existing builds.
 
- 
getArchivesName().