Class GenerateMavenRepoZip

java.lang.Object
io.quarkus.bom.decomposer.maven.GenerateMavenRepoZip

public class GenerateMavenRepoZip extends Object
  • Constructor Details

    • GenerateMavenRepoZip

      public GenerateMavenRepoZip()
  • Method Details

    • getBom

      public String getBom()
    • setBom

      public void setBom(String bom)
    • getRepositoryDir

      public String getRepositoryDir()
    • setRepositoryDir

      public void setRepositoryDir(String repositoryDir)
    • getZipLocation

      public String getZipLocation()
    • setZipLocation

      public void setZipLocation(String zipLocation)
    • getExcludedGroupIds

      public Set<String> getExcludedGroupIds()
    • setExcludedGroupIds

      public void setExcludedGroupIds(Set<String> excludedGroupIds)
    • getExcludedArtifacts

      public Set<String> getExcludedArtifacts()
    • setExcludedArtifacts

      public void setExcludedArtifacts(Set<String> excludedArtifacts)
    • getExtraArtifacts

      public List<String> getExtraArtifacts()
    • setExtraArtifacts

      public void setExtraArtifacts(List<String> extraArtifacts)
    • getIncludedVersionsPattern

      public String getIncludedVersionsPattern()
    • setIncludedVersionsPattern

      public void setIncludedVersionsPattern(String includedVersionPattern)