Uses of Interface
org.artifactory.md.Properties
-
Packages that use Properties Package Description org.artifactory.md org.artifactory.repo org.artifactory.request -
-
Uses of Properties in org.artifactory.md
Methods in org.artifactory.md that return Properties Modifier and Type Method Description static PropertiesPropertiesFactory. create()Methods in org.artifactory.md with parameters of type Properties Modifier and Type Method Description Properties.MatchResultProperties. matchQuery(Properties queryProperties) -
Uses of Properties in org.artifactory.repo
Methods in org.artifactory.repo that return Properties Modifier and Type Method Description PropertiesRepositories. getProperties(RepoPath repoPath)PropertiesRepositories. setProperty(RepoPath repoPath, java.lang.String propertyName, java.lang.String... values)PropertiesRepositories. setPropertyRecursively(RepoPath repoPath, java.lang.String propertyName, java.lang.String... values) -
Uses of Properties in org.artifactory.request
Methods in org.artifactory.request that return Properties Modifier and Type Method Description PropertiesRequest. getProperties()PropertiesRequestContext. getProperties()
-