java.lang.Object
io.github.srdjanv.localgitdependency.depenency.Dependency

public class Dependency extends Object
  • Constructor Details

  • Method Details

    • getName

      @NotNull public @NotNull String getName()
    • getConfigurations

      @NotNull public @NotNull @Unmodifiable List<Artifact> getConfigurations()
    • getSourceSetMappers

      @NotNull public @NotNull @Unmodifiable List<SourceSetMapper> getSourceSetMappers()
    • isEnableIdeSupport

      public boolean isEnableIdeSupport()
    • isRegisterDependencyRepositoryToProject

      public boolean isRegisterDependencyRepositoryToProject()
    • isGenerateGradleTasks

      public boolean isGenerateGradleTasks()
    • getDependencyType

      @NotNull public @NotNull Dependency.Type getDependencyType()
    • getMavenFolder

      @Nullable public @Nullable File getMavenFolder()
    • getGitInfo

      @NotNull public @NotNull GitInfo getGitInfo()
    • getGradleInfo

      @NotNull public @NotNull GradleInfo getGradleInfo()
    • getPersistentInfo

      @NotNull public @NotNull PersistentInfo getPersistentInfo()
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object