public interface ITagReader
ITag
,
ITagService
Modifier and Type | Method and Description |
---|---|
ITag |
getTag(String id)
Looks for a tag for the receiver, returns null if there is no such tag.
|
Iterable<ITag> |
getTags()
Returns all tags known to the receiver.
|
ITag getTag(String id)
id
- A string that uniquely identifies the tag to be returned. This value was provided
by the contributor when the tag was created
(see ITagWriter.createTag(String, int)
).Copyright (c) IBM Corp. and others 2004, 2020. All Rights Reserved.