-
-
Method Summary
void
void
Get source in which the ability is defined
Get the key representing the capability
A value of the capability property.
A null-safe getter of value of the capability property.
void
void
void
void
-
Field Details
-
SYSTEM_PREFIX
static final String SYSTEM_PREFIX
- See Also:
-
-
Method Details
-
getKey
@NotNull
@NotNull String getKey()
Get the key representing the capability
-
getValue
@Nullable
@Nullable String getValue()
A value of the capability property. For matching to
Requirement
-
getCapabilitySource
Get source in which the ability is defined
-
getValueWithDefault
@NotNull
@NotNull String getValueWithDefault()
A null-safe getter of value of the capability property. For matching to
Requirement
- Returns:
- value or empty string if value is null
-
-
-
-
setKey
void setKey(@NotNull
@NotNull String key)
-
-
-