public class AbstractHost extends java.lang.Object implements Host
| Constructor and Description |
|---|
AbstractHost() |
| Modifier and Type | Method and Description |
|---|---|
void |
addAllTagsOf(Host h)
Adds all the tags from h to this host.
|
void |
addTag(Tag t)
add tag
t to this host |
Tag |
getTag(java.lang.String aName)
get the Tag object named
aName |
java.util.List<Tag> |
getTags()
get the list of tags.
|
boolean |
hasTag(java.lang.String aName)
look if this host has a tag named
aName |
void |
removeAllTags()
Removes all the tags from this host.
|
void |
removeTag(java.lang.String aName)
remove the tag named
aName |
public java.util.List<Tag> getTags()
public void removeTag(java.lang.String aName)
aNamepublic Tag getTag(java.lang.String aName)
aNamepublic boolean hasTag(java.lang.String aName)
aNamepublic void removeAllTags()
removeAllTags in interface Hostpublic void addAllTagsOf(Host h)
addAllTagsOf in interface HostCopyright © 2012-2019 RoboVM AB. All Rights Reserved.