| java.lang.Object |
| ↳ |
com.atlassian.stash.content.InternalAttributeSupport |
Known Direct Subclasses
|
Summary
| Nested Classes |
|
class |
InternalAttributeSupport.AbstractAttributeBuilder<B extends AbstractAttributeBuilder<B>> |
|
|
class |
InternalAttributeSupport.Builder |
|
|
[Expand]
Inherited Methods |
From class
java.lang.Object
|
Object
|
clone()
|
|
boolean
|
equals(Object arg0)
|
|
void
|
finalize()
|
|
final
Class<?>
|
getClass()
|
|
int
|
hashCode()
|
|
final
void
|
notify()
|
|
final
void
|
notifyAll()
|
|
String
|
toString()
|
|
final
void
|
wait()
|
|
final
void
|
wait(long arg0, int arg1)
|
|
final
void
|
wait(long arg0)
|
|
From interface
com.atlassian.stash.content.AttributeSupport
|
@Nonnull
Set<String>
|
getAttributeValues(String name)
Return the attribute values for attribute name, or an empty set if the specified attribute has no
values.
|
|
@Nonnull
AttributeMap
|
getAttributes()
A map of attributes that have been associated with the object.
|
|
Protected Constructors
protected
InternalAttributeSupport
(AttributeMap attributes)
Public Methods
@Nonnull
public
Set<String>
getAttributeValues
(String name)
Return the attribute values for attribute name, or an empty set if the specified attribute has no
values. This is a convenience wrapper for getAttributes().get(name), which will return
null for attributes with no values.
Returns
- the set of attribute values, which may be empty but never
null
@Nonnull
public
AttributeMap
getAttributes
()
A map of attributes that have been associated with the object.
While the returned
attributes are guaranteed to be non-
null, they may be empty.
Returns
- the attribute map, which may be empty but never
null