public interface Host
Tag| Modifier and Type | Method and Description |
|---|---|
void |
addAllTagsOf(Host h)
Adds all the tags from h to this host.
|
void |
addTag(Tag t)
Adds a tag.
|
Tag |
getTag(java.lang.String aName)
Returns the tag with the given name.
|
java.util.List<Tag> |
getTags()
Gets a list of tags associated with the current object.
|
boolean |
hasTag(java.lang.String aName)
Returns true if this host has a tag with the given name.
|
void |
removeAllTags()
Removes all the tags from this host.
|
void |
removeTag(java.lang.String name)
Removes the first tag with the given name.
|
java.util.List<Tag> getTags()
Tag getTag(java.lang.String aName)
void addTag(Tag t)
void removeTag(java.lang.String name)
boolean hasTag(java.lang.String aName)
void removeAllTags()
void addAllTagsOf(Host h)
Copyright © 2012-2019 RoboVM AB. All Rights Reserved.