-
- All Known Implementing Classes:
J9TagManager
public interface ITagManager
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ITagParsergetTagParser(String section)booleanhasTag(String identifier)booleanisComment(CharSequence source)booleanisTagInSection(String tag, String section)
-
-
-
Method Detail
-
hasTag
boolean hasTag(String identifier)
-
getTagParser
ITagParser getTagParser(String section)
-
isComment
boolean isComment(CharSequence source)
-
-