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 |
int |
getJavaSourceStartColumnNumber()
Returns the Java source line column if available.
|
int |
getJavaSourceStartLineNumber()
Returns the Java source line number if available.
|
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 Hostpublic int getJavaSourceStartLineNumber()
HostgetJavaSourceStartLineNumber in interface Hostpublic int getJavaSourceStartColumnNumber()
HostgetJavaSourceStartColumnNumber in interface Host