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.
|
int |
getJavaSourceStartColumnNumber()
Returns the Java source line column if available.
|
int |
getJavaSourceStartLineNumber()
Returns the Java source line number if available.
|
Tag |
getTag(String aName)
Returns the tag with the given name.
|
List<Tag> |
getTags()
Gets a list of tags associated with the current object.
|
boolean |
hasTag(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(String name)
Removes the first tag with the given name.
|
void addTag(Tag t)
void removeTag(String name)
boolean hasTag(String aName)
void removeAllTags()
void addAllTagsOf(Host h)
int getJavaSourceStartLineNumber()
int getJavaSourceStartColumnNumber()