Uses of Class
com.sun.javatest.finder.CommentStream
Packages that use CommentStream
Package
Description
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.finderModifier and TypeClassDescriptionclass
This class extracts all ASCII characters within HTML comments bound by "".class
This class extracts all ASCII characters within two of Java's comments: traditional comments (bound by "/*" and "*\/") and documentation comments (bound by "/**" and "*\/").class
This class extracts all ASCII characters within standard shell script comments.Methods in com.sun.javatest.finder that return types with arguments of type CommentStreamModifier and TypeMethodDescriptionClass
<? extends CommentStream> TagTestFinder.getClassForExtension
(String extn) Get the class used to handle an extension.Method parameters in com.sun.javatest.finder with type arguments of type CommentStreamModifier and TypeMethodDescriptionvoid
TagTestFinder.addExtension
(String extn, Class<? extends CommentStream> commentStreamClass) Nominate a class to read files that have a particular extension.