Class TextSourceModel
- java.lang.Object
-
- org.dddjava.jig.domain.model.sources.jigreader.TextSourceModel
-
public class TextSourceModel extends java.lang.Objectテキストソースから読み取れること
-
-
Constructor Summary
Constructors Constructor Description TextSourceModel(java.util.List<ClassComment> classComments, java.util.List<MethodImplementation> methodImplementations, java.util.List<EnumModel> enumModels)TextSourceModel(ClassAndMethodComments classAndMethodComments)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description TextSourceModeladdClassAndMethodComments(ClassAndMethodComments... others)java.util.List<ClassComment>classCommentList()static TextSourceModelempty()EnumModelsenumModels()TextSourceModelmerge(TextSourceModel other)java.util.List<MethodComment>methodCommentList()java.util.Optional<MethodImplementation>methodImplementation(MethodIdentifier methodIdentifier)
-
-
-
Constructor Detail
-
TextSourceModel
public TextSourceModel(java.util.List<ClassComment> classComments, java.util.List<MethodImplementation> methodImplementations, java.util.List<EnumModel> enumModels)
-
TextSourceModel
public TextSourceModel(ClassAndMethodComments classAndMethodComments)
-
-
Method Detail
-
empty
public static TextSourceModel empty()
-
enumModels
public EnumModels enumModels()
-
addClassAndMethodComments
public TextSourceModel addClassAndMethodComments(ClassAndMethodComments... others)
-
merge
public TextSourceModel merge(TextSourceModel other)
-
classCommentList
public java.util.List<ClassComment> classCommentList()
-
methodCommentList
public java.util.List<MethodComment> methodCommentList()
-
methodImplementation
public java.util.Optional<MethodImplementation> methodImplementation(MethodIdentifier methodIdentifier)
-
-