Class CodeSourcePaths
- java.lang.Object
-
- org.dddjava.jig.domain.model.sources.file.text.CodeSourcePaths
-
public class CodeSourcePaths extends java.lang.Objectコードのパス
-
-
Constructor Summary
Constructors Constructor Description CodeSourcePaths(java.util.Collection<java.nio.file.Path> collection)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CodeSourcePathsmerge(CodeSourcePaths other)java.util.List<java.nio.file.Path>paths()
-
-
-
Method Detail
-
paths
public java.util.List<java.nio.file.Path> paths()
-
merge
public CodeSourcePaths merge(CodeSourcePaths other)
-
-