Uses of Class
com.tszadel.qctools4j.model.comment.QcComment

Packages that use QcComment
com.tszadel.qctools4j.model.comment   
 

Uses of QcComment in com.tszadel.qctools4j.model.comment
 

Methods in com.tszadel.qctools4j.model.comment that return types with arguments of type QcComment
static List<QcComment> QcCommentParser.parseComments(String pCommentString)
          Parse an HTML Comment (from QC).
 

Method parameters in com.tszadel.qctools4j.model.comment with type arguments of type QcComment
static String QcCommentParser.encodeComments(List<QcComment> pComments)
          Encode the comments.