- java.lang.Object
-
- com.ibm.dtfj.javacore.parser.j9.J9TagManager
-
- All Implemented Interfaces:
ITagManager
public class J9TagManager extends Object implements ITagManager
-
-
Constructor Summary
Constructors Constructor Description J9TagManager()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static J9TagManagergetCurrent()booleanhasTag(String identifier)booleanisComment(CharSequence source)booleanisTagInSection(String tag, String section)voidloadTagParsers(ArrayList tagParsers)Hardcoded for now.-
Methods declared in class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods declared in interface com.ibm.dtfj.javacore.parser.framework.tag.ITagManager
getTagParser
-
-
-
-
Field Detail
-
CHECK_ALL
public static final String CHECK_ALL
- See Also:
- Constant Field Values
-
-
Method Detail
-
getCurrent
public static J9TagManager getCurrent()
-
loadTagParsers
public void loadTagParsers(ArrayList tagParsers)
Hardcoded for now.
-
hasTag
public boolean hasTag(String identifier)
- Specified by:
hasTagin interfaceITagManager- Parameters:
tag- to check whether it exists in the Tag Manager.- Returns:
- true if the Tag Manager has this tag registered.
-
isTagInSection
public boolean isTagInSection(String tag, String section)
- Specified by:
isTagInSectionin interfaceITagManager- Parameters:
tag-section-
-
isComment
public boolean isComment(CharSequence source)
- Specified by:
isCommentin interfaceITagManager- Parameters:
source-
-
-