public final class DependencyConfig extends DependencyConfigFields
Property's that only a dependency can have
  • Constructor Details

  • Method Details

    • getUrl

      @Nullable public @Nullable String getUrl()
    • getName

      @Nullable public @Nullable String getName()
    • getTarget

      @Nullable public @Nullable String getTarget()
    • getTargetType

      @Nullable public GitInfo.TargetType getTargetType()
    • getConfiguration

      @Nullable public @Nullable String getConfiguration()
    • getConfigurations

      @Nullable public @Nullable List<ConfigurationConfig> getConfigurations()
    • getSubConfigurations

      @Nullable public @Nullable List<SubConfigurationConfig> getSubConfigurations()
    • getMappings

      @Nullable public @Nullable List<SourceSetMapperConfig> getMappings()
    • getLauncher

      @NotNull public Launchers.Launcher getLauncher()
    • getGitDir

      @Nullable public @Nullable File getGitDir()
    • getPersistentDir

      @Nullable public @Nullable File getPersistentDir()
    • getMavenDir

      @Nullable public @Nullable File getMavenDir()
    • getKeepGitUpdated

      @Nullable public @Nullable Boolean getKeepGitUpdated()
    • getKeepInitScriptUpdated

      @Nullable public @Nullable Boolean getKeepInitScriptUpdated()
    • getDependencyType

      @Nullable public Dependency.Type getDependencyType()
    • getTryGeneratingSourceJar

      @Nullable public @Nullable Boolean getTryGeneratingSourceJar()
    • getTryGeneratingJavaDocJar

      @Nullable public @Nullable Boolean getTryGeneratingJavaDocJar()
    • getEnableIdeSupport

      @Nullable public @Nullable Boolean getEnableIdeSupport()
    • getRegisterDependencyRepositoryToProject

      @Nullable public @Nullable Boolean getRegisterDependencyRepositoryToProject()
    • getGenerateGradleTasks

      @Nullable public @Nullable Boolean getGenerateGradleTasks()