Package org.artifactory.md
Interface Properties
- All Superinterfaces:
Info,MutablePropertiesInfo,PropertiesInfo,Serializable
A map of stringified keys and values, used for storing arbitrary key-value metadata on repository items.
- Author:
- Yoav Landman
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringA mandatory property is stored as key+=valstatic final StringFields inherited from interface org.artifactory.md.PropertiesInfo
ROOT -
Method Summary
Modifier and TypeMethodDescriptionbooleancom.google.common.collect.Multiset<String> keys()matchQuery(Properties queryProperties) booleanbooleanbooleanputAll(PropertiesInfo properties) Methods inherited from interface org.artifactory.md.MutablePropertiesInfo
clear, put, putAll, putAll, removeAll, replaceValuesMethods inherited from interface org.artifactory.md.PropertiesInfo
asMap, containsKey, entries, get, getFirst, isEmpty, keySet, size, values
-
Field Details
-
MATRIX_PARAMS_SEP
- See Also:
-
MANDATORY_SUFFIX
A mandatory property is stored as key+=val- See Also:
-
-
Method Details
-
putAll
-
putAll
-
putAll
-
keys
com.google.common.collect.Multiset<String> keys() -
hasMandatoryProperty
boolean hasMandatoryProperty()- Returns:
- True if there is a property with a mandatory key
- See Also:
-
matchQuery
-