Class Comment
- java.lang.Object
-
- org.dddjava.jig.domain.model.parts.comment.Comment
-
public class Comment extends java.lang.Objectドキュメントコメント 通常はソースコードから読み取るJavadoc
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringbodyText()static Commentempty()booleanexists()static CommentfromCodeComment(java.lang.String sourceText)java.lang.StringfullText()java.lang.StringsummaryText()
-
-
-
Method Detail
-
empty
public static Comment empty()
-
exists
public boolean exists()
-
summaryText
public java.lang.String summaryText()
-
fromCodeComment
public static Comment fromCodeComment(java.lang.String sourceText)
-
fullText
public java.lang.String fullText()
-
bodyText
public java.lang.String bodyText()
-
-