Class SourcePaths
- java.lang.Object
-
- org.dddjava.jig.domain.model.sources.file.SourcePaths
-
public class SourcePaths extends java.lang.Objectソースのパス
-
-
Constructor Summary
Constructors Constructor Description SourcePaths(BinarySourcePaths binarySourcePaths, CodeSourcePaths codeSourcePaths)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<java.nio.file.Path>binarySourcePaths()SourcePathsmerge(SourcePaths other)java.util.List<java.nio.file.Path>textSourcePaths()
-
-
-
Constructor Detail
-
SourcePaths
public SourcePaths(BinarySourcePaths binarySourcePaths, CodeSourcePaths codeSourcePaths)
-
-
Method Detail
-
binarySourcePaths
public java.util.List<java.nio.file.Path> binarySourcePaths()
-
textSourcePaths
public java.util.List<java.nio.file.Path> textSourcePaths()
-
merge
public SourcePaths merge(SourcePaths other)
-
-