public class AbstractHost extends 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(String aName)
get the Tag object named
aName |
List<Tag> |
getTags()
get the list of tags.
|
boolean |
hasTag(String aName)
look if this host has a tag named
aName |
void |
removeAllTags()
Removes all the tags from this host.
|
void |
removeTag(String aName)
remove the tag named
aName |
public void removeTag(String aName)
aName
public boolean hasTag(String aName)
aName
public void removeAllTags()
removeAllTags
in interface Host
public void addAllTagsOf(Host h)
addAllTagsOf
in interface Host
public int getJavaSourceStartLineNumber()
Host
getJavaSourceStartLineNumber
in interface Host
public int getJavaSourceStartColumnNumber()
Host
getJavaSourceStartColumnNumber
in interface Host