Package org.artifactory.repo
Interface LocalRepositoryConfiguration
-
- All Superinterfaces:
RepositoryConfiguration
public interface LocalRepositoryConfiguration extends RepositoryConfiguration
- Author:
- Yoav Landman
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringTYPE-
Fields inherited from interface org.artifactory.repo.RepositoryConfiguration
TYPE_KEY
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetChecksumPolicyType()intgetMaxUniqueSnapshots()intgetMaxUniqueTags()java.util.List<java.lang.String>getOptionalIndexCompressionFormats()java.util.List<java.lang.String>getPropertySets()java.lang.StringgetSnapshotVersionBehavior()java.lang.StringgetYumGroupFileNames()intgetYumRootDepth()booleanisArchiveBrowsingEnabled()booleanisBlackedOut()booleanisBlockPushingSchema1()booleanisCalculateYumMetadata()booleanisCdnRedirect()booleanisDownloadRedirect()booleanisEnableFileListsIndexing()booleanisHandleReleases()booleanisHandleSnapshots()booleanisSuppressPomConsistencyChecks()booleanisXrayIndex()-
Methods inherited from interface org.artifactory.repo.RepositoryConfiguration
getDescription, getDockerApiVersion, getExcludesPattern, getIncludesPattern, getKey, getKeyPairRef, getNotes, getPackageType, getRepoLayoutRef, getType, isDebianTrivialLayout, isEnableBowerSupport, isEnableCocoaPodsSupport, isEnableComposerSupport, isEnableConanSupport, isEnabledChefSupport, isEnableDebianSupport, isEnableDistRepoSupport, isEnableDockerSupport, isEnableGemsSupport, isEnableGitLfsSupport, isEnableNpmSupport, isEnableNuGetSupport, isEnablePuppetSupport, isEnablePypiSupport, isEnableVagrantSupport, isForceNugetAuthentication, setEnableBowerSupport, setEnableChefSupport, setEnableCocoaPodsSupport, setEnableComposerSupport, setEnableConanSupport, setEnableDebianSupport, setEnableDistRepoSupport, setEnableDockerSupport, setEnableGitLfsSupport, setEnableNpmSupport, setEnablePuppetSupport, setEnablePypiSupport, setEnableVagrantSupport
-
-
-
-
Field Detail
-
TYPE
static final java.lang.String TYPE
- See Also:
- Constant Field Values
-
-
Method Detail
-
isBlackedOut
boolean isBlackedOut()
-
getChecksumPolicyType
java.lang.String getChecksumPolicyType()
-
isHandleReleases
boolean isHandleReleases()
-
isHandleSnapshots
boolean isHandleSnapshots()
-
getMaxUniqueSnapshots
int getMaxUniqueSnapshots()
-
getMaxUniqueTags
int getMaxUniqueTags()
-
isBlockPushingSchema1
boolean isBlockPushingSchema1()
-
getPropertySets
java.util.List<java.lang.String> getPropertySets()
-
getOptionalIndexCompressionFormats
java.util.List<java.lang.String> getOptionalIndexCompressionFormats()
-
getSnapshotVersionBehavior
java.lang.String getSnapshotVersionBehavior()
-
isSuppressPomConsistencyChecks
boolean isSuppressPomConsistencyChecks()
-
isArchiveBrowsingEnabled
boolean isArchiveBrowsingEnabled()
-
isXrayIndex
boolean isXrayIndex()
-
isDownloadRedirect
boolean isDownloadRedirect()
-
isCdnRedirect
boolean isCdnRedirect()
-
isCalculateYumMetadata
boolean isCalculateYumMetadata()
-
isEnableFileListsIndexing
boolean isEnableFileListsIndexing()
-
getYumRootDepth
int getYumRootDepth()
-
getYumGroupFileNames
java.lang.String getYumGroupFileNames()
-
-