public abstract class RepositoryBase
extends java.lang.Object
implements org.jfrog.artifactory.client.model.Repository
| Modifier and Type | Field and Description |
|---|---|
protected java.util.Map<java.lang.String,java.lang.Object> |
customProperties |
protected java.lang.String |
repoLayoutRef |
protected org.jfrog.artifactory.client.model.repository.settings.RepositorySettings |
settings |
protected org.jfrog.artifactory.client.model.repository.settings.XraySettings |
xraySettings |
| Modifier | Constructor and Description |
|---|---|
protected |
RepositoryBase() |
protected |
RepositoryBase(java.lang.String key,
org.jfrog.artifactory.client.model.repository.settings.RepositorySettings settings,
java.lang.String description,
java.lang.String excludesPattern,
java.lang.String includesPattern,
java.lang.String notes,
java.lang.String repoLayoutRef,
java.util.Map<java.lang.String,java.lang.Object> customProperties) |
protected |
RepositoryBase(java.lang.String key,
org.jfrog.artifactory.client.model.repository.settings.RepositorySettings settings,
org.jfrog.artifactory.client.model.repository.settings.XraySettings xraySettings,
java.lang.String description,
java.lang.String excludesPattern,
java.lang.String includesPattern,
java.lang.String notes,
java.lang.String repoLayoutRef,
java.util.Map<java.lang.String,java.lang.Object> customProperties) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
java.util.Map<java.lang.String,java.lang.Object> |
getCustomProperties() |
java.lang.String |
getDescription() |
java.lang.String |
getExcludesPattern() |
java.lang.String |
getIncludesPattern() |
java.lang.String |
getKey() |
java.lang.String |
getNotes() |
java.lang.String |
getRepoLayoutRef() |
org.jfrog.artifactory.client.model.repository.settings.RepositorySettings |
getRepositorySettings() |
org.jfrog.artifactory.client.model.repository.settings.XraySettings |
getXraySettings() |
int |
hashCode() |
void |
setRepositorySettings(org.jfrog.artifactory.client.model.repository.settings.RepositorySettings settings) |
void |
setXraySettings(org.jfrog.artifactory.client.model.repository.settings.XraySettings xraySettings) |
java.lang.String |
toString() |
protected java.lang.String repoLayoutRef
protected org.jfrog.artifactory.client.model.repository.settings.RepositorySettings settings
protected org.jfrog.artifactory.client.model.repository.settings.XraySettings xraySettings
protected java.util.Map<java.lang.String,java.lang.Object> customProperties
protected RepositoryBase()
protected RepositoryBase(java.lang.String key,
org.jfrog.artifactory.client.model.repository.settings.RepositorySettings settings,
org.jfrog.artifactory.client.model.repository.settings.XraySettings xraySettings,
java.lang.String description,
java.lang.String excludesPattern,
java.lang.String includesPattern,
java.lang.String notes,
java.lang.String repoLayoutRef,
java.util.Map<java.lang.String,java.lang.Object> customProperties)
protected RepositoryBase(java.lang.String key,
org.jfrog.artifactory.client.model.repository.settings.RepositorySettings settings,
java.lang.String description,
java.lang.String excludesPattern,
java.lang.String includesPattern,
java.lang.String notes,
java.lang.String repoLayoutRef,
java.util.Map<java.lang.String,java.lang.Object> customProperties)
public java.lang.String getKey()
getKey in interface org.jfrog.artifactory.client.model.Repositorypublic java.lang.String getDescription()
getDescription in interface org.jfrog.artifactory.client.model.Repositorypublic java.lang.String getNotes()
getNotes in interface org.jfrog.artifactory.client.model.Repositorypublic java.lang.String getIncludesPattern()
getIncludesPattern in interface org.jfrog.artifactory.client.model.Repositorypublic java.lang.String getExcludesPattern()
getExcludesPattern in interface org.jfrog.artifactory.client.model.Repositorypublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.String getRepoLayoutRef()
getRepoLayoutRef in interface org.jfrog.artifactory.client.model.Repositorypublic org.jfrog.artifactory.client.model.repository.settings.RepositorySettings getRepositorySettings()
getRepositorySettings in interface org.jfrog.artifactory.client.model.Repositorypublic void setRepositorySettings(org.jfrog.artifactory.client.model.repository.settings.RepositorySettings settings)
public org.jfrog.artifactory.client.model.repository.settings.XraySettings getXraySettings()
getXraySettings in interface org.jfrog.artifactory.client.model.Repositorypublic void setXraySettings(org.jfrog.artifactory.client.model.repository.settings.XraySettings xraySettings)
public java.util.Map<java.lang.String,java.lang.Object> getCustomProperties()
getCustomProperties in interface org.jfrog.artifactory.client.model.Repository