Interface LocalRepositoryConfiguration

All Superinterfaces:
RepositoryConfiguration
All Known Subinterfaces:
FederatedRepositoryConfiguration

public interface LocalRepositoryConfiguration extends RepositoryConfiguration
Author:
Yoav Landman
  • Field Details

  • Method Details

    • isBlackedOut

      boolean isBlackedOut()
    • getChecksumPolicyType

      String getChecksumPolicyType()
    • isHandleReleases

      boolean isHandleReleases()
    • isHandleSnapshots

      boolean isHandleSnapshots()
    • getMaxUniqueSnapshots

      int getMaxUniqueSnapshots()
    • getMaxUniqueTags

      int getMaxUniqueTags()
    • isBlockPushingSchema1

      boolean isBlockPushingSchema1()
    • getPropertySets

      List<String> getPropertySets()
    • getOptionalIndexCompressionFormats

      List<String> getOptionalIndexCompressionFormats()
    • getSnapshotVersionBehavior

      String getSnapshotVersionBehavior()
    • isSuppressPomConsistencyChecks

      boolean isSuppressPomConsistencyChecks()
    • isArchiveBrowsingEnabled

      boolean isArchiveBrowsingEnabled()
    • isXrayIndex

      boolean isXrayIndex()
    • getXrayDataTtl

      int getXrayDataTtl()
    • isDownloadRedirect

      boolean isDownloadRedirect()
    • isCdnRedirect

      boolean isCdnRedirect()
    • isPriorityResolution

      boolean isPriorityResolution()
    • isCalculateYumMetadata

      boolean isCalculateYumMetadata()
    • isEnableFileListsIndexing

      boolean isEnableFileListsIndexing()
    • getYumRootDepth

      int getYumRootDepth()
    • getYumGroupFileNames

      String getYumGroupFileNames()
    • getDockerTagRetention

      int getDockerTagRetention()
    • isEnableComposerV1Indexing

      boolean isEnableComposerV1Indexing()
    • getTerraformType

      String getTerraformType()
    • isEncryptStates

      boolean isEncryptStates()