Uses of Class
com.sun.javatest.finder.CommentStream
-
Packages that use CommentStream Package Description com.sun.javatest.finder Test Finders are used to locate and read test descriptions, which give details about the tests in a test suite. -
-
Uses of CommentStream in com.sun.javatest.finder
Subclasses of CommentStream in com.sun.javatest.finder Modifier and Type Class Description class
HTMLCommentStream
This class extracts all ASCII characters within HTML comments bound by "".class
JavaCommentStream
This class extracts all ASCII characters within two of Java's comments: traditional comments (bound by "/*" and "*\/") and documentation comments (bound by "/**" and "*\/").class
ShScriptCommentStream
This class extracts all ASCII characters within standard shell script comments.Methods in com.sun.javatest.finder that return types with arguments of type CommentStream Modifier and Type Method Description java.lang.Class<? extends CommentStream>
TagTestFinder. getClassForExtension(java.lang.String extn)
Get the class used to handle an extension.Method parameters in com.sun.javatest.finder with type arguments of type CommentStream Modifier and Type Method Description void
TagTestFinder. addExtension(java.lang.String extn, java.lang.Class<? extends CommentStream> commentStreamClass)
Nominate a class to read files that have a particular extension.
-